Checkstyle Results

The following document contains the results of Checkstyle 10.5.1-SNAPSHOT with /home/nick/development/contribution/checkstyle-tester/split-check-files/sevntu-check-regression_part_2.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
4840 0 14253 0

Rules

Category Rule Violations Severity

Details

infinispan/atomic-factory/src/main/java/org/infinispan/atomic/AtomicObjectFactory.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Method(.*)'. 35
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. 36
 Warning extension MultipleStringLiteralsExtended The String "add" appears 2 times in the file. 41
 Warning extension MultipleStringLiteralsExtended The String "addAll" appears 2 times in the file. 42
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 58
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 59
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 60
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 61
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 73
 Warning extension MultipleStringLiteralsExtended The String "Disposing %s" appears 2 times in the file. 84
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 86
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 106
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 223
 Warning extension EitherLogOrThrow Either log or throw exception. 224
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 225
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 257
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 259

infinispan/atomic-factory/src/main/java/org/infinispan/atomic/container/Call.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 9

infinispan/atomic-factory/src/main/java/org/infinispan/atomic/container/CallInvoke.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String " " appears 2 times in the file. 19

infinispan/atomic-factory/src/main/java/org/infinispan/atomic/container/Container.java

Severity Category Rule Message Line
 Warning extension ReturnCountExtended Return count for 'invoke' method is 2 (max allowed is 1). 95
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 126
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 165
 Warning extension MoveVariableInsideIf Variable 'ret' can be moved inside the block at line '223' to restrict runtime creation. 221
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 267
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 330
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 420

infinispan/atomic-factory/src/main/java/org/infinispan/atomic/container/SerialExecutor.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 16

infinispan/atomic-factory/src/main/java/org/infinispan/atomic/sharded/collections/ShardedTreeMap.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 49
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 62
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 75
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 158
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 164
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 184
 Warning extension MultipleStringLiteralsExtended The String ":" appears 2 times in the file. 259
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 267
 Warning extension MultipleStringLiteralsExtended The String "to be implemented" appears 7 times in the file. 298

infinispan/atomic-factory/src/test/java/org/infinispan/atomic/AtomicObjectFactoryTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 34
 Warning extension MultipleStringLiteralsExtended The String "set" appears 3 times in the file. 47
 Warning extension MultipleStringLiteralsExtended The String "smthing" appears 5 times in the file. 48
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 49
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 55
 Warning extension MultipleStringLiteralsExtended The String "list" appears 2 times in the file. 58
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 59
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 60
 Warning extension MultipleStringLiteralsExtended The String "1" appears 2 times in the file. 74
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 89
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 90
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 91
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around identifier 'NCALLS'. 114
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 124
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 125
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 126
 Warning extension MultipleStringLiteralsExtended The String "persist" appears 3 times in the file. 130
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 137
 Warning extension MultipleStringLiteralsExtended The String "k1" appears 2 times in the file. 155
 Warning extension MultipleStringLiteralsExtended The String "value" appears 2 times in the file. 155

infinispan/atomic-factory/src/test/java/org/infinispan/atomic/Utils.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "Expecting [" appears 2 times in the file. 20
 Warning extension MultipleStringLiteralsExtended The String "] to equal [" appears 2 times in the file. 20
 Warning extension MultipleStringLiteralsExtended The String "] on cache " appears 2 times in the file. 20

infinispan/atomic-factory/src/test/java/org/infinispan/atomic/sharded/collections/ShardedTreeMapTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 28
 Warning extension MultipleStringLiteralsExtended The String "test" appears 3 times in the file. 36
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 49
 Warning extension MultipleStringLiteralsExtended The String "k1" appears 2 times in the file. 74
 Warning extension MultipleStringLiteralsExtended The String "value" appears 2 times in the file. 74

infinispan/cdi/extension/src/it/cdi-weld-se-it/src/test/java/org/infinispan/integrationtests/cdi/weld/WeldStandaloneTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "test" appears 2 times in the file. 23
 Warning extension MultipleStringLiteralsExtended The String "abcd" appears 2 times in the file. 23

infinispan/cdi/src/main/java/org/infinispan/cdi/ContextInputCache.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 25

infinispan/cdi/src/main/java/org/infinispan/cdi/InfinispanExtension.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 35
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 44

infinispan/cdi/src/main/java/org/infinispan/cdi/InfinispanExtensionEmbedded.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 50
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 126
 Warning extension MoveVariableInsideIf Variable 'cacheConfiguration' can be moved inside the block at line '159' to restrict runtime creation. 151
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 218

infinispan/cdi/src/main/java/org/infinispan/cdi/event/cache/CacheEntriesEvictedAdapter.java

Severity Category Rule Message Line
 Warning extension NoNullForCollectionReturn Method should return empty collection instead of null. 62

infinispan/cdi/src/main/java/org/infinispan/cdi/event/cache/DataRehashedAdapter.java

Severity Category Rule Message Line
 Warning extension NoNullForCollectionReturn Method should return empty collection instead of null. 87
 Warning extension NoNullForCollectionReturn Method should return empty collection instead of null. 92

infinispan/cdi/src/main/java/org/infinispan/cdi/util/Annotateds.java

Severity Category Rule Message Line
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 46
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 66
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 66
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 92
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 92
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 186
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 197
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 208
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 318
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 327
 Warning extension MultipleStringLiteralsExtended The String " member: " appears 4 times in the file. 341

infinispan/cdi/src/main/java/org/infinispan/cdi/util/AnyLiteral.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 9

infinispan/cdi/src/main/java/org/infinispan/cdi/util/Arrays2.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 26

infinispan/cdi/src/main/java/org/infinispan/cdi/util/BeanBuilder.java

Severity Category Rule Message Line
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 93
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 143

infinispan/cdi/src/main/java/org/infinispan/cdi/util/BeanManagerProvider.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 82
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 106
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 230
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 269

infinispan/cdi/src/main/java/org/infinispan/cdi/util/Beans.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 36
 Warning extension LogicConditionNeedOptimization Condition with && at line 56 position 58 need optimization. All method calls are advised to move to end of logic expression. 56
 Warning extension LogicConditionNeedOptimization Condition with && at line 56 position 78 need optimization. All method calls are advised to move to end of logic expression. 56
 Warning extension MultipleStringLiteralsExtended The String "at injection point " appears 4 times in the file. 57
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 86

infinispan/cdi/src/main/java/org/infinispan/cdi/util/ContextualReference.java

Severity Category Rule Message Line
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 26

infinispan/cdi/src/main/java/org/infinispan/cdi/util/DefaultLiteral.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 9

infinispan/cdi/src/main/java/org/infinispan/cdi/util/DelegatingContextualLifecycle.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 41

infinispan/cdi/src/main/java/org/infinispan/cdi/util/HierarchyDiscovery.java

Severity Category Rule Message Line
 Warning extension ReturnCountExtended Return count for 'resolveTypeParameter' method is 4 (max allowed is 1). 134

infinispan/cdi/src/main/java/org/infinispan/cdi/util/ImmutableInjectionPoint.java

Severity Category Rule Message Line
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 125
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 145

infinispan/cdi/src/main/java/org/infinispan/cdi/util/InjectableMethod.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 146

infinispan/cdi/src/main/java/org/infinispan/cdi/util/Reflections.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 83
 Warning extension AvoidHidingCauseException Cause exception 'ex' was lost. 212
 Warning extension AvoidHidingCauseException Cause exception 'ex' was lost. 216
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 220
 Warning extension AvoidHidingCauseException Cause exception 'ex' was lost. 261
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 265
 Warning extension ReturnCountExtended Return count for 'isAssignableFrom' method is 6 (max allowed is 1). 350
 Warning extension ReturnCountExtended Return count for 'matches' method is 6 (max allowed is 1). 392
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 513
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 545
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 557
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 576

infinispan/cdi/src/main/java/org/infinispan/cdi/util/Types.java

Severity Category Rule Message Line
 Warning extension ReturnCountExtended Return count for 'boxedClass' method is 2 (max allowed is 1). 13

infinispan/cdi/src/main/java/org/infinispan/cdi/util/annotatedtypebuilder/AnnotatedCallableImpl.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 31
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 42

infinispan/cdi/src/main/java/org/infinispan/cdi/util/annotatedtypebuilder/AnnotatedImpl.java

Severity Category Rule Message Line
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 62

infinispan/cdi/src/main/java/org/infinispan/cdi/util/annotatedtypebuilder/AnnotatedTypeBuilder.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "type" appears 2 times in the file. 106
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 281
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 282
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 283
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 284
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 285
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 295
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 306
 Warning extension MultipleStringLiteralsExtended The String "Method not present " appears 2 times in the file. 337
 Warning extension MultipleStringLiteralsExtended The String " on " appears 4 times in the file. 337

infinispan/cdi/src/main/java/org/infinispan/cdi/util/annotatedtypebuilder/AnnotatedTypeImpl.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 42
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 43
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 44
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 46
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 52
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 59
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 66
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 72

infinispan/cdi/src/main/java/org/infinispan/cdi/util/annotatedtypebuilder/AnnotationStore.java

Severity Category Rule Message Line
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 35

infinispan/cdi/src/main/java/org/infinispan/cdi/util/defaultbean/AbstractDefaultBean.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "-" appears 2 times in the file. 55

infinispan/cdi/src/main/java/org/infinispan/cdi/util/defaultbean/DefaultBeanExtension.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 73
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 79
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 84
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 89
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 94
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 100
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 105
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 110
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 116
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 125
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 143
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 158
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 191
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 236
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 334
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 373
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 379
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 382
 Warning extension MultipleStringLiteralsExtended The String "Installing default producer bean " appears 2 times in the file. 400
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 511

infinispan/cdi/src/main/java/org/infinispan/cdi/util/defaultbean/DefaultManagedBean.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 16

infinispan/cdi/src/main/java/org/infinispan/cdi/util/defaultbean/DefaultObserverMethod.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 34

infinispan/cdi/src/main/java/org/infinispan/cdi/util/defaultbean/DefaultProducerField.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 23

infinispan/cdi/src/main/java/org/infinispan/cdi/util/defaultbean/DefaultProducerMethod.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 24

infinispan/cdi/src/test/java/org/infinispan/cdi/test/assertions/ObserverAssertion.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 37
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 72

infinispan/cdi/src/test/java/org/infinispan/cdi/test/cache/embedded/DefaultCacheTest.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 33
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 36
 Warning extension MultipleStringLiteralsExtended The String "pete" appears 3 times in the file. 41
 Warning extension MultipleStringLiteralsExtended The String "British" appears 3 times in the file. 41
 Warning extension MultipleStringLiteralsExtended The String "manik" appears 3 times in the file. 42
 Warning extension MultipleStringLiteralsExtended The String "Sri Lankan" appears 3 times in the file. 42
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 46

infinispan/cdi/src/test/java/org/infinispan/cdi/test/cache/embedded/configured/ConfiguredCacheTest.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 32
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 36

infinispan/cdi/src/test/java/org/infinispan/cdi/test/cache/embedded/specific/SpecificCacheManagerTest.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 37
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 40
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 44
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 48
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 51
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 70
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 71

infinispan/cdi/src/test/java/org/infinispan/cdi/test/cache/remote/DefaultCacheTest.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 43
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 44
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 46
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 50
 Warning extension MultipleStringLiteralsExtended The String "pete" appears 3 times in the file. 68
 Warning extension MultipleStringLiteralsExtended The String "British" appears 3 times in the file. 68
 Warning extension MultipleStringLiteralsExtended The String "manik" appears 3 times in the file. 69
 Warning extension MultipleStringLiteralsExtended The String "Sri Lankan" appears 3 times in the file. 69

infinispan/cdi/src/test/java/org/infinispan/cdi/test/cache/remote/NamedCacheTest.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 42
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 43
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 45
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 49
 Warning extension MultipleStringLiteralsExtended The String "small" appears 3 times in the file. 58
 Warning extension MultipleStringLiteralsExtended The String "pete" appears 3 times in the file. 69
 Warning extension MultipleStringLiteralsExtended The String "British" appears 3 times in the file. 69
 Warning extension MultipleStringLiteralsExtended The String "manik" appears 3 times in the file. 70
 Warning extension MultipleStringLiteralsExtended The String "Sri Lankan" appears 3 times in the file. 70

infinispan/cdi/src/test/java/org/infinispan/cdi/test/cache/remote/SpecificCacheManagerTest.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 41
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 42
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 44
 Warning extension MultipleStringLiteralsExtended The String "small" appears 2 times in the file. 53
 Warning extension MultipleStringLiteralsExtended The String "pete" appears 2 times in the file. 64
 Warning extension MultipleStringLiteralsExtended The String "British" appears 2 times in the file. 64
 Warning extension MultipleStringLiteralsExtended The String "manik" appears 2 times in the file. 65
 Warning extension MultipleStringLiteralsExtended The String "Sri Lankan" appears 2 times in the file. 65

infinispan/cdi/src/test/java/org/infinispan/cdi/test/cachemanager/embedded/DefaultConfigurationTest.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 34

infinispan/cdi/src/test/java/org/infinispan/cdi/test/cachemanager/embedded/external/ExternalCacheContainerTest.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 30
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 34

infinispan/cdi/src/test/java/org/infinispan/cdi/test/cachemanager/embedded/programmatic/ProgrammaticCacheContainerTest.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 30
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 34

infinispan/cdi/src/test/java/org/infinispan/cdi/test/cachemanager/embedded/registration/CacheRegistrationTest.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 34
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 37
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 40
 Warning extension MultipleStringLiteralsExtended The String "foo" appears 2 times in the file. 46
 Warning extension MultipleStringLiteralsExtended The String "bar" appears 2 times in the file. 46
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 51
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 52
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 61

infinispan/cdi/src/test/java/org/infinispan/cdi/test/cachemanager/embedded/xml/XMLConfiguredCacheContainerTest.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 29
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 33

infinispan/cdi/src/test/java/org/infinispan/cdi/test/cachemanager/remote/DefaultCacheManagerOverrideTest.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 34

infinispan/cdi/src/test/java/org/infinispan/cdi/test/cachemanager/remote/DefaultCacheManagerTest.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 32

infinispan/cdi/src/test/java/org/infinispan/cdi/test/distexec/DistributedExecutorCDITest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "Cache not injected into " appears 2 times in the file. 64
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 83

infinispan/cdi/src/test/java/org/infinispan/cdi/test/distexec/WordCountMapReduceCDITest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "1" appears 2 times in the file. 53
 Warning extension MultipleStringLiteralsExtended The String "2" appears 2 times in the file. 53
 Warning extension MultipleStringLiteralsExtended The String "3" appears 2 times in the file. 53
 Warning extension MultipleStringLiteralsExtended The String "Infinispan" appears 2 times in the file. 55
 Warning extension MultipleStringLiteralsExtended The String "Boston" appears 2 times in the file. 57
 Warning extension MultipleStringLiteralsExtended The String "Cache not injected into " appears 3 times in the file. 80
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 102

infinispan/cdi/src/test/java/org/infinispan/cdi/test/event/CacheEventTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "cache1" appears 6 times in the file. 84
 Warning extension MultipleStringLiteralsExtended The String "pete" appears 24 times in the file. 98
 Warning extension MultipleStringLiteralsExtended The String "Edinburgh" appears 10 times in the file. 98
 Warning extension MultipleStringLiteralsExtended The String "cache2" appears 2 times in the file. 248

infinispan/cdi/src/test/java/org/infinispan/cdi/test/testutil/Deployments.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "beans.xml" appears 2 times in the file. 22

infinispan/cdi/src/test/java/org/infinispan/cdi/test/util/ContractsTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "This parameter cannot be null" appears 2 times in the file. 16

infinispan/checkstyle/src/main/java/org/infinispan/checkstyle/checks/regexp/IllegalImport.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 17

infinispan/cli/cli-client/src/main/java/org/infinispan/cli/commands/ProcessedCommand.java

Severity Category Rule Message Line
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 68

infinispan/cli/cli-client/src/main/java/org/infinispan/cli/commands/client/Connect.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 43

infinispan/cli/cli-client/src/main/java/org/infinispan/cli/commands/client/Help.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 33
 Warning extension MultipleStringLiteralsExtended The String "'" appears 2 times in the file. 42

infinispan/cli/cli-client/src/main/java/org/infinispan/cli/connection/jmx/AbstractJMXUrl.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 33

infinispan/cli/cli-client/src/main/java/org/infinispan/cli/connection/jmx/JMXConnection.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 55
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 157
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 166
 Warning extension MultipleStringLiteralsExtended The String "OUTPUT" appears 2 times in the file. 171
 Warning extension MultipleStringLiteralsExtended The String "ERROR" appears 2 times in the file. 174
 Warning extension MultipleStringLiteralsExtended The String "CACHE" appears 2 times in the file. 177
 Warning extension MultipleStringLiteralsExtended The String "\"" appears 2 times in the file. 210
 Warning extension MultipleStringLiteralsExtended The String "'" appears 2 times in the file. 210

infinispan/cli/cli-client/src/main/java/org/infinispan/cli/connection/jmx/remoting/JMXRemotingConnector.java

Severity Category Rule Message Line
 Warning extension EmptyPublicCtorInClass This empty public constructor is useless. 11
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 18

infinispan/cli/cli-client/src/main/java/org/infinispan/cli/connection/jmx/remoting/JMXRemotingUrl.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String ":" appears 2 times in the file. 38

infinispan/cli/cli-client/src/main/java/org/infinispan/cli/connection/jmx/rmi/JMXRMIConnector.java

Severity Category Rule Message Line
 Warning extension EmptyPublicCtorInClass This empty public constructor is useless. 11
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 18

infinispan/cli/cli-client/src/main/java/org/infinispan/cli/connection/jmx/rmi/JMXRMIUrl.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String ":" appears 2 times in the file. 28

infinispan/cli/cli-client/src/main/java/org/infinispan/cli/impl/CommandBufferImpl.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 13

infinispan/cli/cli-client/src/main/java/org/infinispan/cli/impl/ContextImpl.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 28

infinispan/cli/cli-client/src/main/java/org/infinispan/cli/shell/ConfigImpl.java

Severity Category Rule Message Line
 Warning extension MoveVariableInsideIf Variable 'p' can be moved inside the block at line '36' to restrict runtime creation. 34
 Warning extension MultipleStringLiteralsExtended The String "colors" appears 3 times in the file. 41
 Warning extension MultipleStringLiteralsExtended The String "history" appears 3 times in the file. 42
 Warning extension MultipleStringLiteralsExtended The String "prompt" appears 3 times in the file. 43

infinispan/cli/cli-client/src/main/java/org/infinispan/cli/shell/Man2Ansi.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String " " appears 3 times in the file. 90

infinispan/cli/cli-client/src/main/java/org/infinispan/cli/shell/Prompt.java

Severity Category Rule Message Line
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 24
 Warning extension MoveVariableInsideIf Variable 'nextNodeColor' can be moved inside the block at line '102' to restrict runtime creation. 92
 Warning extension LogicConditionNeedOptimization Condition with && at line 187 position 79 need optimization. All method calls are advised to move to end of logic expression. 187

infinispan/cli/cli-client/src/main/java/org/infinispan/cli/shell/ShellImpl.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "-" appears 2 times in the file. 79
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 146
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 155
 Warning extension ReturnCountExtended Return count for 'renderColor' method is 2 (max allowed is 1). 174

infinispan/cli/cli-client/src/main/java/org/infinispan/cli/util/SystemUtils.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "user.home" appears 2 times in the file. 25
 Warning extension MultipleStringLiteralsExtended The String "Java" appears 2 times in the file. 25

infinispan/cli/cli-client/src/test/java/org/infinispan/cli/BatchingTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "UTF-8" appears 2 times in the file. 22
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 27

infinispan/cli/cli-client/src/test/java/org/infinispan/cli/JMXRMIUrlTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "service:jmx:rmi:///jndi/rmi://localhost:12345/jmxrmi" appears 3 times in the file. 14
 Warning extension MultipleStringLiteralsExtended The String "container" appears 3 times in the file. 20
 Warning extension MultipleStringLiteralsExtended The String "cache" appears 2 times in the file. 27
 Warning extension MultipleStringLiteralsExtended The String "service:jmx:rmi:///jndi/rmi://[FEDC:BA98:7654:3210:FEDC:BA98:7654:3210]:12345/jmxrmi" appears 2 times in the file. 32

infinispan/cli/cli-client/src/test/java/org/infinispan/cli/JMXRemotingUrlTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "service:jmx:remoting-jmx://localhost:12345" appears 3 times in the file. 13
 Warning extension MultipleStringLiteralsExtended The String "container" appears 3 times in the file. 19
 Warning extension MultipleStringLiteralsExtended The String "cache" appears 2 times in the file. 26
 Warning extension MultipleStringLiteralsExtended The String "service:jmx:remoting-jmx://[FEDC:BA98:7654:3210:FEDC:BA98:7654:3210]:12345" appears 2 times in the file. 31

infinispan/cli/cli-client/src/test/java/org/infinispan/cli/Man2AnsiTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "Text" appears 2 times in the file. 23

infinispan/cli/cli-client/src/test/java/org/infinispan/cli/ProcessedCommandTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "cmd" appears 4 times in the file. 11
 Warning extension MultipleStringLiteralsExtended The String "abc" appears 3 times in the file. 15
 Warning extension MultipleStringLiteralsExtended The String "def" appears 2 times in the file. 25

infinispan/cli/cli-interpreter/src/main/java/org/infinispan/cli/interpreter/Interpreter.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 56
 Warning extension EmptyPublicCtorInClass This empty public constructor is useless. 59
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 116
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 132
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 157
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 189

infinispan/cli/cli-interpreter/src/main/java/org/infinispan/cli/interpreter/LifecycleCallbacks.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 42
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 60

infinispan/cli/cli-interpreter/src/main/java/org/infinispan/cli/interpreter/codec/HotRodCodec.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 30
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 43
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 56
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 69

infinispan/cli/cli-interpreter/src/main/java/org/infinispan/cli/interpreter/result/JsonResult.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 25

infinispan/cli/cli-interpreter/src/main/java/org/infinispan/cli/interpreter/session/SessionImpl.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 114
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 144

infinispan/cli/cli-interpreter/src/main/java/org/infinispan/cli/interpreter/statement/BeginTransactionStatement.java

Severity Category Rule Message Line
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 38

infinispan/cli/cli-interpreter/src/main/java/org/infinispan/cli/interpreter/statement/CommitTransactionStatement.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 35

infinispan/cli/cli-interpreter/src/main/java/org/infinispan/cli/interpreter/statement/Option.java

Severity Category Rule Message Line
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 44

infinispan/cli/cli-interpreter/src/main/java/org/infinispan/cli/interpreter/statement/PingStatement.java

Severity Category Rule Message Line
 Warning extension EmptyPublicCtorInClass This empty public constructor is useless. 16

infinispan/cli/cli-interpreter/src/main/java/org/infinispan/cli/interpreter/statement/RollbackTransactionStatement.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 34

infinispan/cli/cli-interpreter/src/main/java/org/infinispan/cli/interpreter/statement/SiteStatement.java

Severity Category Rule Message Line
 Warning extension ReturnCountExtended Return count for 'execute' method is 10 (max allowed is 1). 39

infinispan/cli/cli-interpreter/src/main/java/org/infinispan/cli/interpreter/statement/StatsStatement.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "%s: {\n" appears 2 times in the file. 67
 Warning extension MultipleStringLiteralsExtended The String "}" appears 2 times in the file. 78
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 116

infinispan/cli/cli-interpreter/src/main/java/org/infinispan/cli/interpreter/statement/UpgradeStatement.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "\n" appears 3 times in the file. 80
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 91
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 104
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 118

infinispan/cli/cli-interpreter/src/main/java/org/infinispan/cli/interpreter/statement/VersionStatement.java

Severity Category Rule Message Line
 Warning extension EmptyPublicCtorInClass This empty public constructor is useless. 17

infinispan/cli/cli-interpreter/src/test/java/org/infinispan/cli/interpreter/ClusteredCLITest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "anothercache" appears 2 times in the file. 38

infinispan/cli/cli-interpreter/src/test/java/org/infinispan/cli/interpreter/GrantDenyTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "admin" appears 5 times in the file. 32
 Warning extension MultipleStringLiteralsExtended The String "reader" appears 5 times in the file. 44
 Warning extension MultipleStringLiteralsExtended The String "writer" appears 2 times in the file. 45
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 108
 Warning extension MultipleStringLiteralsExtended The String "jack" appears 2 times in the file. 108
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 110
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 112

infinispan/cli/cli-interpreter/src/test/java/org/infinispan/cli/interpreter/HotRodEncodingTest.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 70
 Warning extension MultipleStringLiteralsExtended The String "k1" appears 5 times in the file. 78
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 4 times in the file. 78
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 81
 Warning extension MultipleStringLiteralsExtended The String "k2" appears 3 times in the file. 92
 Warning extension MultipleStringLiteralsExtended The String "v2" appears 2 times in the file. 93
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 106

infinispan/cli/cli-interpreter/src/test/java/org/infinispan/cli/interpreter/InterpreterTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "c" appears 5 times in the file. 56
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 60
 Warning extension MultipleStringLiteralsExtended The String "a" appears 23 times in the file. 73
 Warning extension MultipleStringLiteralsExtended The String "b" appears 9 times in the file. 83
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 106
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 114
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 117
 Warning extension MultipleStringLiteralsExtended The String "put 'a' 'a';" appears 5 times in the file. 123
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 127
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 132
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 142
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 166
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 168
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 181
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 188
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 190
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 197
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 199
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 206
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 212

infinispan/cli/cli-interpreter/src/test/java/org/infinispan/cli/interpreter/MemcachedEncodingTest.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 59

infinispan/cli/cli-interpreter/src/test/java/org/infinispan/cli/interpreter/SiteStatementTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "LON" appears 5 times in the file. 41
 Warning extension MultipleStringLiteralsExtended The String "NYC" appears 5 times in the file. 44
 Warning extension MultipleStringLiteralsExtended The String "site --status NYC;" appears 2 times in the file. 48
 Warning extension MultipleStringLiteralsExtended The String "online" appears 2 times in the file. 48
 Warning extension MultipleStringLiteralsExtended The String "site --offline NYC;" appears 2 times in the file. 52
 Warning extension MultipleStringLiteralsExtended The String "ok" appears 7 times in the file. 52
 Warning extension MultipleStringLiteralsExtended The String "site --pushstatus;" appears 2 times in the file. 74
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 95

infinispan/cli/cli-interpreter/src/test/java/org/infinispan/cli/interpreter/UpgradeTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "localhost:" appears 2 times in the file. 60

infinispan/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/RemoteCacheManager.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 142
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 143
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 153
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 155
 Warning extension OverridableMethodInConstructor Overridable method 'start' is called in constructor body. 180
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 364
 Warning extension OverridableMethodInConstructor Overridable method 'start' is called in constructor body. 379
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 385
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 394
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 404
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 412
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 420
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 429
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 438
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 446
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 454
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 466
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 478
 Warning extension OverridableMethodInConstructor Overridable method 'start' is called in constructor body. 497
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 505
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 515
 Warning extension ReturnCountExtended Return count for 'createRemoteCache' method is 3 (max allowed is 1). 622

infinispan/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/configuration/AuthenticationConfigurationBuilder.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 26
 Warning extension MultipleStringLiteralsExtended The String "," appears 2 times in the file. 90

infinispan/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/configuration/ConfigurationBuilder.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 58
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 302

infinispan/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/configuration/ConnectionPoolConfigurationBuilder.java

Severity Category Rule Message Line
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 25

infinispan/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/configuration/NearCacheConfigurationBuilder.java

Severity Category Rule Message Line
 Warning extension LogicConditionNeedOptimization Condition with && at line 30 position 25 need optimization. All method calls are advised to move to end of logic expression. 30

infinispan/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/event/ClientEvents.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "The client listener must use the '" appears 2 times in the file. 48
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 53

infinispan/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/event/ClientListenerNotifier.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 43
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 46
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 47
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 48
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 49
 Warning extension NoNullForCollectionReturn Method should return empty collection instead of null. 135
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 154
 Warning extension MoveVariableInsideIf Variable 'eventTypes' can be moved inside the block at line '161' to restrict runtime creation. 160
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 262
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 315

infinispan/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/event/SecurityActions.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 35

infinispan/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/ConfigurationProperties.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 83
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 142

infinispan/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/RemoteCacheImpl.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 47
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 87
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 95
 Warning extension MultipleStringLiteralsExtended The String "Error when notifying" appears 18 times in the file. 96
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 102
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 124
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 132
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 139
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 186
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 194
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 201
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 277
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 286
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 293
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 308
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 316
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 323
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 337
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 346
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 353
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 367
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 376
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 383
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 397
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 406
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 413
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 456
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 475
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 582
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 590
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 597
 Warning extension NoNullForCollectionReturn Method should return empty collection instead of null. 620
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 682

infinispan/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/ServerStatisticsImpl.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 15

infinispan/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/TypedProperties.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 113

infinispan/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/VersionedOperationResponse.java

Severity Category Rule Message Line
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 17

infinispan/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/consistenthash/ConsistentHashV1.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 28
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 36

infinispan/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/AbstractKeyOperation.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 29

infinispan/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/AddClientListenerOperation.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 29
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 39
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 40
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 41

infinispan/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/AuthOperation.java

Severity Category Rule Message Line
 Warning extension NoNullForCollectionReturn Method should return empty collection instead of null. 41

infinispan/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/BulkGetKeysOperation.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 39

infinispan/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/BulkGetOperation.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 41

infinispan/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/GetAllOperation.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'CTOR(.*)'. 34
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 47

infinispan/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/HotRodOperation.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(protected)'. 26

infinispan/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/OperationsFactory.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 36
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 65
 Warning extension NoNullForCollectionReturn Method should return empty collection instead of null. 222
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 226

infinispan/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/PingOperation.java

Severity Category Rule Message Line
 Warning extension ReturnCountExtended Return count for 'execute' method is 2 (max allowed is 1). 39

infinispan/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/PutAllOperation.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'CTOR(.*)'. 36
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'CTOR(.*)'. 37
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'CTOR(.*)'. 38

infinispan/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/RemoveClientListenerOperation.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 27

infinispan/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/RemoveOperation.java

Severity Category Rule Message Line
 Warning extension NoNullForCollectionReturn Method should return empty collection instead of null. 31

infinispan/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/RetryOnFailureOperation.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 33
 Warning extension MoveVariableInsideIf Variable 'message' can be moved inside the block at line '99' to restrict runtime creation. 88
 Warning extension MultipleStringLiteralsExtended The String "Exception encountered. Retry %d out of %d" appears 2 times in the file. 88
 Warning extension MoveVariableInsideIf Variable 'message' can be moved inside the block at line '110' to restrict runtime creation. 106

infinispan/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/protocol/Codec10.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "Socket dump: %s" appears 2 times in the file. 84
 Warning extension NoNullForCollectionReturn Method should return empty collection instead of null. 137
 Warning extension NoNullForCollectionReturn Method should return empty collection instead of null. 139
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 248

infinispan/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/protocol/Codec11.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 45
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 48

infinispan/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/protocol/Codec20.java

Severity Category Rule Message Line
 Warning extension ReturnCountExtended Return count for 'readPartialEvent' method is 4 (max allowed is 1). 132
 Warning extension ReturnBooleanFromTernary Returning explicit boolean from ternary operator. 157
 Warning extension NoNullForCollectionReturn Method should return empty collection instead of null. 203
 Warning extension NoNullForCollectionReturn Method should return empty collection instead of null. 205
 Warning extension MultipleStringLiteralsExtended The String "key=" appears 3 times in the file. 216
 Warning extension MultipleStringLiteralsExtended The String ")" appears 4 times in the file. 216
 Warning extension MultipleStringLiteralsExtended The String ",dataVersion=" appears 2 times in the file. 230
 Warning extension MultipleStringLiteralsExtended The String "Socket dump: %s" appears 2 times in the file. 270

infinispan/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/protocol/Codec21.java

Severity Category Rule Message Line
 Warning extension ReturnCountExtended Return count for 'readPartialEvent' method is 5 (max allowed is 1). 36
 Warning extension ReturnBooleanFromTernary Returning explicit boolean from ternary operator. 61

infinispan/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/protocol/HeaderParams.java

Severity Category Rule Message Line
 Warning extension ReturnCountExtended Return count for 'toOpRespCode' method is 22 (max allowed is 1). 60

infinispan/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/protocol/HotRodConstants.java

Severity Category Rule Message Line
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 100

infinispan/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/query/RemoteQueryFactory.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 31

infinispan/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/transport/AbstractTransport.java

Severity Category Rule Message Line
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 76
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 83

infinispan/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/transport/tcp/RoundRobinBalancingStrategy.java

Severity Category Rule Message Line
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 79

infinispan/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/transport/tcp/SaslInputStream.java

Severity Category Rule Message Line
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around return value. 45
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around return value. 90

infinispan/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/transport/tcp/SaslTransportObjectFactory.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "hotrod" appears 2 times in the file. 65
 Warning extension LogicConditionNeedOptimization Condition with && at line 80 position 38 need optimization. All method calls are advised to move to end of logic expression. 80
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 118
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 120

infinispan/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/transport/tcp/TcpTransport.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 74
 Warning extension MultipleStringLiteralsExtended The String "Could not connect to server: %s" appears 2 times in the file. 75
 Warning extension MultipleStringLiteralsExtended The String "Problems writing data to stream" appears 2 times in the file. 142
 Warning extension MultipleStringLiteralsExtended The String "End of stream reached!" appears 2 times in the file. 187
 Warning extension LogicConditionNeedOptimization Condition with && at line 299 position 32 need optimization. All method calls are advised to move to end of logic expression. 299

infinispan/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/transport/tcp/TcpTransportFactory.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 117
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 149
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 178
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 269
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 275
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 290
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 298
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 300
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 319
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 360

infinispan/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/transport/tcp/TransportObjectFactory.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 20
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 21
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 22
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 23
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 24
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 65

infinispan/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/marshall/MarshallerUtil.java

Severity Category Rule Message Line
 Warning extension ReturnCountExtended Return count for 'bytes2obj' method is 2 (max allowed is 1). 26
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 38
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 45
 Warning extension NoNullForCollectionReturn Method should return empty collection instead of null. 71

infinispan/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/marshall/ProtoStreamMarshaller.java

Severity Category Rule Message Line
 Warning extension EmptyPublicCtorInClass This empty public constructor is useless. 21

infinispan/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/near/NearCacheService.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "Clear near cache after fail-over of server" appears 2 times in the file. 166
 Warning extension MultipleStringLiteralsExtended The String "key" appears 2 times in the file. 201
 Warning extension MoveVariableInsideIf Variable 'version' can be moved inside the block at line '204' to restrict runtime creation. 203
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 214

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/ApacheCommonsPoolTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "invalid" appears 2 times in the file. 40
 Warning extension MultipleStringLiteralsExtended The String "destroyed" appears 2 times in the file. 56
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 63

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/AsymmetricRoutingTest.java

Severity Category Rule Message Line
 Warning extension LogicConditionNeedOptimization Condition with && at line 127 position 43 need optimization. All method calls are advised to move to end of logic expression. 127

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/AuthenticationTest.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 32
 Warning extension MultipleStringLiteralsExtended The String "user" appears 3 times in the file. 47
 Warning extension MultipleStringLiteralsExtended The String "realm" appears 3 times in the file. 47
 Warning extension MultipleStringLiteralsExtended The String "password" appears 2 times in the file. 47
 Warning extension MultipleStringLiteralsExtended The String "CRAM-MD5" appears 2 times in the file. 51
 Warning extension MultipleStringLiteralsExtended The String "a" appears 4 times in the file. 79

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/BaseBulkGetKeysTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 79
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 86

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/BaseGetAllTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 66
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 84
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 91

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/BulkGetKeysDistTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 41
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 47

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/CSAIntegrationTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "k" appears 3 times in the file. 109
 Warning extension MultipleStringLiteralsExtended The String "v" appears 3 times in the file. 109
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 147
 Warning extension MultipleStringLiteralsExtended The String "value" appears 3 times in the file. 152

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/CacheManagerNotStartedTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "k" appears 7 times in the file. 63
 Warning extension MultipleStringLiteralsExtended The String "v" appears 6 times in the file. 63
 Warning extension MultipleStringLiteralsExtended The String "key" appears 3 times in the file. 108
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 113
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 118

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/CacheManagerStoppedTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "k" appears 9 times in the file. 50
 Warning extension MultipleStringLiteralsExtended The String "v" appears 8 times in the file. 50
 Warning extension MultipleStringLiteralsExtended The String "key" appears 3 times in the file. 110
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 115
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 120

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/ClientAsymmetricClusterTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 6 times in the file. 39

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/ClientConnectionPoolingTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "false" appears 3 times in the file. 86
 Warning extension MultipleStringLiteralsExtended The String "true" appears 2 times in the file. 90
 Warning extension MultipleStringLiteralsExtended The String "localhost" appears 2 times in the file. 107
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 138
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 139
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 142
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 144
 Warning extension MultipleStringLiteralsExtended The String "k1" appears 2 times in the file. 148
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 2 times in the file. 148
 Warning extension MultipleStringLiteralsExtended The String "k2" appears 2 times in the file. 149
 Warning extension MultipleStringLiteralsExtended The String "v2" appears 2 times in the file. 149
 Warning extension MultipleStringLiteralsExtended The String "k3" appears 2 times in the file. 175
 Warning extension MultipleStringLiteralsExtended The String "v3" appears 2 times in the file. 175
 Warning extension MultipleStringLiteralsExtended The String "k4" appears 2 times in the file. 176
 Warning extension MultipleStringLiteralsExtended The String "v4" appears 2 times in the file. 176
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 182
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 183
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 184
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 185
 Warning extension MultipleStringLiteralsExtended The String "k5" appears 2 times in the file. 191
 Warning extension MultipleStringLiteralsExtended The String "v5" appears 2 times in the file. 191
 Warning extension MultipleStringLiteralsExtended The String "k6" appears 2 times in the file. 192
 Warning extension MultipleStringLiteralsExtended The String "v6" appears 2 times in the file. 192
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 196
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 197
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 198
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 199
 Warning extension MultipleStringLiteralsExtended The String "k7" appears 2 times in the file. 205
 Warning extension MultipleStringLiteralsExtended The String "v7" appears 2 times in the file. 205
 Warning extension MultipleStringLiteralsExtended The String "k8" appears 2 times in the file. 206
 Warning extension MultipleStringLiteralsExtended The String "v8" appears 2 times in the file. 206
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 213
 Warning extension OverridableMethodInConstructor Overridable method 'block' is called in constructor body. 259

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/ClientSocketReadTimeoutTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "5000" appears 2 times in the file. 61
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 81
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 83

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/ConsistentHashComparisonTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 51
 Warning extension MultipleStringLiteralsExtended The String "int value is " appears 2 times in the file. 64
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 116
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 120

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/ConsistentHashPerformanceTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 26
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 39
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 67

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/ConsistentHashV1IntegrationTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "v" appears 3 times in the file. 126
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 130
 Warning extension MultipleStringLiteralsExtended The String "Client topology id is %d, waiting for it to become %d" appears 2 times in the file. 146
 Warning extension MultipleStringLiteralsExtended The String "k" appears 2 times in the file. 149

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/ConsistentHashV1Test.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 37

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/DefaultExpirationTest.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 28
 Warning extension MultipleStringLiteralsExtended The String "Key" appears 3 times in the file. 63
 Warning extension MultipleStringLiteralsExtended The String "Value" appears 2 times in the file. 63
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 65
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 69

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/DistTopologyChangeUnderLoadSingleOwnerTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 2 times in the file. 41

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/DistTopologyChangeUnderLoadTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 2 times in the file. 43
 Warning extension MultipleStringLiteralsExtended The String "v" appears 2 times in the file. 78

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/DroppedConnectionsTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "2" appears 2 times in the file. 41
 Warning extension MultipleStringLiteralsExtended The String "k" appears 2 times in the file. 59
 Warning extension MultipleStringLiteralsExtended The String "v" appears 2 times in the file. 59

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/ExecTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "/test.js" appears 2 times in the file. 51
 Warning extension MultipleStringLiteralsExtended The String "testEmbeddedScriptRemoteExecution.js" appears 2 times in the file. 53
 Warning extension MultipleStringLiteralsExtended The String "parameter" appears 4 times in the file. 59
 Warning extension MultipleStringLiteralsExtended The String "guinness" appears 2 times in the file. 59
 Warning extension MultipleStringLiteralsExtended The String "testRemoteScriptRemoteExecution.js" appears 2 times in the file. 72
 Warning extension MultipleStringLiteralsExtended The String "hoptimus prime" appears 2 times in the file. 78
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 103

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/ForceReturnValuesTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "Key" appears 6 times in the file. 44
 Warning extension MultipleStringLiteralsExtended The String "Value" appears 6 times in the file. 44
 Warning extension MultipleStringLiteralsExtended The String "Value2" appears 4 times in the file. 46
 Warning extension MultipleStringLiteralsExtended The String "RemoteCache instances should be the same" appears 2 times in the file. 62
 Warning extension MultipleStringLiteralsExtended The String "Key2" appears 2 times in the file. 79

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/HeavyLoadConnectionPoolingTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 77

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/HitsAwareCacheManagersTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 37
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 38
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 206

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/HotRodIntegrationTest.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 41
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 79
 Warning extension MultipleStringLiteralsExtended The String "aKey" appears 68 times in the file. 79
 Warning extension MultipleStringLiteralsExtended The String "aValue" appears 33 times in the file. 79
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 81
 Warning extension MultipleStringLiteralsExtended The String "otherKey" appears 4 times in the file. 81
 Warning extension MultipleStringLiteralsExtended The String "otherValue" appears 5 times in the file. 81
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 90
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 95
 Warning extension MultipleStringLiteralsExtended The String "expected null but received: " appears 2 times in the file. 108
 Warning extension MultipleStringLiteralsExtended The String "anotherValue" appears 12 times in the file. 125
 Warning extension MultipleStringLiteralsExtended The String "bKey" appears 2 times in the file. 143
 Warning extension MultipleStringLiteralsExtended The String "bValue" appears 2 times in the file. 143
 Warning extension MultipleStringLiteralsExtended The String "cKey" appears 2 times in the file. 150
 Warning extension MultipleStringLiteralsExtended The String "cValue" appears 2 times in the file. 150
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 159
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 161
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 166
 Warning extension MultipleStringLiteralsExtended The String "aNewValue" appears 5 times in the file. 171
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 208
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 238
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 256
 Warning extension MultipleStringLiteralsExtended The String "aKey2" appears 2 times in the file. 267
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 275
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 282
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 294
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 302

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/HotRodServerStartStopTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "k" appears 2 times in the file. 49
 Warning extension MultipleStringLiteralsExtended The String "v" appears 2 times in the file. 49

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/HotRodStatisticsTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "0" appears 8 times in the file. 57
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 65
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 69
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 73
 Warning extension MultipleStringLiteralsExtended The String "a" appears 12 times in the file. 75
 Warning extension MultipleStringLiteralsExtended The String "v" appears 8 times in the file. 75
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 78
 Warning extension MultipleStringLiteralsExtended The String "a2" appears 2 times in the file. 81
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 85
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 91
 Warning extension MultipleStringLiteralsExtended The String "b" appears 2 times in the file. 121
 Warning extension MultipleStringLiteralsExtended The String "c" appears 2 times in the file. 122

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/LockingTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "key" appears 3 times in the file. 81
 Warning extension MultipleStringLiteralsExtended The String "value1" appears 2 times in the file. 81
 Warning extension MultipleStringLiteralsExtended The String "before-block" appears 2 times in the file. 86
 Warning extension MultipleStringLiteralsExtended The String "block" appears 2 times in the file. 102

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/MixedExpiryTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "someKey" appears 2 times in the file. 41
 Warning extension MultipleStringLiteralsExtended The String "value1" appears 8 times in the file. 43
 Warning extension MultipleStringLiteralsExtended The String "value2" appears 8 times in the file. 46
 Warning extension MultipleStringLiteralsExtended The String "value3" appears 6 times in the file. 50

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/PingOnStartupTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "infinispan.client.hotrod.server_list" appears 6 times in the file. 40
 Warning extension MultipleStringLiteralsExtended The String "localhost:" appears 3 times in the file. 41
 Warning extension MultipleStringLiteralsExtended The String "infinispan.client.hotrod.ping_on_startup" appears 6 times in the file. 42
 Warning extension MultipleStringLiteralsExtended The String "true" appears 3 times in the file. 42
 Warning extension MultipleStringLiteralsExtended The String "false" appears 3 times in the file. 67
 Warning extension MultipleStringLiteralsExtended The String "boomoo:12345;localhost:" appears 2 times in the file. 98
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 106

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/RemoteAsyncAPITest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "k" appears 47 times in the file. 44
 Warning extension MultipleStringLiteralsExtended The String "v" appears 21 times in the file. 44
 Warning extension MultipleStringLiteralsExtended The String "v2" appears 10 times in the file. 48
 Warning extension MultipleStringLiteralsExtended The String "v3" appears 20 times in the file. 64
 Warning extension MultipleStringLiteralsExtended The String "v4" appears 6 times in the file. 79
 Warning extension MultipleStringLiteralsExtended The String "v5" appears 10 times in the file. 83
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 226
 Warning extension MultipleStringLiteralsExtended The String "Obtained " appears 2 times in the file. 228
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 229
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 234
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 260
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 261
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 264

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/RemoteCacheManagerTest.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 53
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 60
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 65
 Warning extension MultipleStringLiteralsExtended The String "127.0.0.1" appears 2 times in the file. 73
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 76
 Warning extension MultipleStringLiteralsExtended The String "127.0.0.1:" appears 4 times in the file. 85
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 123
 Warning extension MultipleStringLiteralsExtended The String "aKey" appears 2 times in the file. 128
 Warning extension MultipleStringLiteralsExtended The String "aValue" appears 2 times in the file. 128
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 138

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/ReplTopologyChangeTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "localhost" appears 4 times in the file. 79
 Warning extension MultipleStringLiteralsExtended The String "Members are: " appears 6 times in the file. 108
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 130

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/ReplaceWithVersionConcurrencyTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 53
 Warning extension MultipleStringLiteralsExtended The String "count=" appears 2 times in the file. 104

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/RoundRobinBalancingIntegrationTest.java

Severity Category Rule Message Line
 Warning extension RedundantReturn Redundant return. 56
 Warning extension MultipleStringLiteralsExtended The String "k1" appears 8 times in the file. 86
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 13 times in the file. 86
 Warning extension MultipleStringLiteralsExtended The String "k2" appears 8 times in the file. 87
 Warning extension MultipleStringLiteralsExtended The String "v2" appears 15 times in the file. 87
 Warning extension MultipleStringLiteralsExtended The String "k3" appears 8 times in the file. 88
 Warning extension MultipleStringLiteralsExtended The String "v3" appears 21 times in the file. 88
 Warning extension MultipleStringLiteralsExtended The String "k4" appears 7 times in the file. 98
 Warning extension MultipleStringLiteralsExtended The String "k5" appears 4 times in the file. 99
 Warning extension MultipleStringLiteralsExtended The String "k6" appears 4 times in the file. 100
 Warning extension MultipleStringLiteralsExtended The String "k7" appears 4 times in the file. 101
 Warning extension MultipleStringLiteralsExtended The String "k8" appears 4 times in the file. 102
 Warning extension MultipleStringLiteralsExtended The String "k9" appears 3 times in the file. 103
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 117
 Warning extension MultipleStringLiteralsExtended The String "localhost" appears 6 times in the file. 118
 Warning extension MultipleStringLiteralsExtended The String "v4" appears 7 times in the file. 129
 Warning extension MultipleStringLiteralsExtended The String "k10" appears 2 times in the file. 146
 Warning extension MultipleStringLiteralsExtended The String "k11" appears 2 times in the file. 147
 Warning extension MultipleStringLiteralsExtended The String "k12" appears 2 times in the file. 148
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 180
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 187

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/RoundRobinBalancingStrategyTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "localhost" appears 4 times in the file. 28
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 58
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 75
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 92
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 110
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 131
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 143
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 148

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/ServerErrorTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "FailFailFail" appears 2 times in the file. 70

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/ServerRestartTest.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 31
 Warning extension MultipleStringLiteralsExtended The String "127.0.0.1" appears 2 times in the file. 46
 Warning extension MultipleStringLiteralsExtended The String "k" appears 4 times in the file. 58
 Warning extension MultipleStringLiteralsExtended The String "v" appears 4 times in the file. 58

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/ServerShutdownTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "localhost" appears 2 times in the file. 32
 Warning extension MultipleStringLiteralsExtended The String "k" appears 4 times in the file. 36
 Warning extension MultipleStringLiteralsExtended The String "v" appears 4 times in the file. 36

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/SocketTimeoutErrorTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "FailFailFail" appears 2 times in the file. 69
 Warning extension MultipleStringLiteralsExtended The String "dos" appears 2 times in the file. 76

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/SslTest.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 37
 Warning extension MultipleStringLiteralsExtended The String "secret" appears 4 times in the file. 58
 Warning extension MultipleStringLiteralsExtended The String "k" appears 2 times in the file. 96
 Warning extension MultipleStringLiteralsExtended The String "v" appears 2 times in the file. 96
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 111

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/WorkerThread.java

Severity Category Rule Message Line
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 56
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 58

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/configuration/ConfigurationTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "2.2.2.2" appears 2 times in the file. 74
 Warning extension MultipleStringLiteralsExtended The String "localhost" appears 3 times in the file. 77
 Warning extension MultipleStringLiteralsExtended The String "PLAIN" appears 3 times in the file. 100
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 136
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 137
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 138
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 141
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 142
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 143

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/event/ClientClusterEventsTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "one" appears 5 times in the file. 62
 Warning extension MultipleStringLiteralsExtended The String "two" appears 6 times in the file. 64
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 128
 Warning extension MultipleStringLiteralsExtended The String "dos" appears 2 times in the file. 138

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/event/ClientCustomEventsTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "one" appears 9 times in the file. 36
 Warning extension MultipleStringLiteralsExtended The String "newone" appears 4 times in the file. 38
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 76
 Warning extension MultipleStringLiteralsExtended The String "two" appears 3 times in the file. 83
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 101
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 121
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 138
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 141
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 143

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/event/ClientCustomFilterEventsTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "xxx" appears 2 times in the file. 33
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 43
 Warning extension MultipleStringLiteralsExtended The String "two" appears 2 times in the file. 51
 Warning extension MultipleStringLiteralsExtended The String "dos" appears 2 times in the file. 53

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/event/ClientEventsTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "one" appears 19 times in the file. 30
 Warning extension MultipleStringLiteralsExtended The String "two" appears 4 times in the file. 32
 Warning extension MultipleStringLiteralsExtended The String "newone" appears 8 times in the file. 47
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 221
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 222

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/event/ClientFilterEventsTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "one" appears 7 times in the file. 43
 Warning extension MultipleStringLiteralsExtended The String "two" appears 7 times in the file. 45
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 57
 Warning extension MultipleStringLiteralsExtended The String "three" appears 3 times in the file. 66
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 93
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 125

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/event/ClientListenerRemoveOnStopTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 26
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 27

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/event/ClientListenerWithFilterAndProtobufTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 64
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 79
 Warning extension MultipleStringLiteralsExtended The String "string_key_1" appears 3 times in the file. 79
 Warning extension MultipleStringLiteralsExtended The String "user_1" appears 3 times in the file. 79

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/event/ClientListenerWithFilterAndRawProtobufTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 59
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 74
 Warning extension MultipleStringLiteralsExtended The String "string_key_1" appears 3 times in the file. 74
 Warning extension MultipleStringLiteralsExtended The String "user_1" appears 3 times in the file. 74

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/event/ClientListenerWithIndexingAndProtobufTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 51

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/event/EventLogListener.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 31
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 33
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 35
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 146
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 181
 Warning extension EmptyPublicCtorInClass This empty public constructor is useless. 206
 Warning extension EmptyPublicCtorInClass This empty public constructor is useless. 217
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 278

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/event/EventSocketTimeoutTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "uno" appears 2 times in the file. 60
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 66
 Warning extension MultipleStringLiteralsExtended The String "dos" appears 2 times in the file. 68

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/event/FailoverEventLogListener.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 10

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/event/RemoteListenerWithDslFilterTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 72
 Warning extension MultipleStringLiteralsExtended The String "Spider" appears 2 times in the file. 109
 Warning extension MultipleStringLiteralsExtended The String "user_" appears 6 times in the file. 131
 Warning extension MultipleStringLiteralsExtended The String "age" appears 2 times in the file. 140
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 165
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 165
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 167
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 167

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/marshall/EmbeddedAccountMarshaller.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "id" appears 2 times in the file. 27
 Warning extension MultipleStringLiteralsExtended The String "description" appears 2 times in the file. 28
 Warning extension MultipleStringLiteralsExtended The String "creationDate" appears 2 times in the file. 29

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/marshall/EmbeddedCompatTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "not_indexed.proto" appears 3 times in the file. 85
 Warning extension MultipleStringLiteralsExtended The String "sample_bank_account/bank.proto" appears 2 times in the file. 90
 Warning extension MultipleStringLiteralsExtended The String "test description" appears 6 times in the file. 136
 Warning extension MultipleStringLiteralsExtended The String "description" appears 7 times in the file. 158
 Warning extension MultipleStringLiteralsExtended The String "%test%" appears 3 times in the file. 158
 Warning extension MultipleStringLiteralsExtended The String "test name" appears 4 times in the file. 189
 Warning extension MultipleStringLiteralsExtended The String "test surname" appears 6 times in the file. 190
 Warning extension MultipleStringLiteralsExtended The String "1234567890" appears 6 times in the file. 191
 Warning extension MultipleStringLiteralsExtended The String "notes" appears 2 times in the file. 197
 Warning extension MultipleStringLiteralsExtended The String "%567%" appears 2 times in the file. 197
 Warning extension MultipleStringLiteralsExtended The String "testing 123" appears 2 times in the file. 210
 Warning extension MultipleStringLiteralsExtended The String "name" appears 2 times in the file. 301
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 305
 Warning extension MultipleStringLiteralsExtended The String "John Doe's first bank account" appears 4 times in the file. 311
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 341

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/marshall/EmbeddedUserMarshaller.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "id" appears 2 times in the file. 33
 Warning extension MultipleStringLiteralsExtended The String "accountIds" appears 2 times in the file. 34
 Warning extension MultipleStringLiteralsExtended The String "surname" appears 2 times in the file. 37
 Warning extension MultipleStringLiteralsExtended The String "name" appears 2 times in the file. 38
 Warning extension MultipleStringLiteralsExtended The String "addresses" appears 2 times in the file. 40
 Warning extension MultipleStringLiteralsExtended The String "age" appears 2 times in the file. 42
 Warning extension MultipleStringLiteralsExtended The String "gender" appears 2 times in the file. 43
 Warning extension MultipleStringLiteralsExtended The String "notes" appears 2 times in the file. 44

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/marshall/PrimitiveEmbeddedCompatTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "foo" appears 3 times in the file. 69
 Warning extension MultipleStringLiteralsExtended The String "bar" appears 3 times in the file. 81

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/marshall/PrimitiveProtoStreamMarshallerTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "foo" appears 2 times in the file. 57
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 58
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 64

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/marshall/ProtoStreamMarshallerTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 77
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 79
 Warning extension MultipleStringLiteralsExtended The String "Tom" appears 2 times in the file. 90
 Warning extension MultipleStringLiteralsExtended The String "Cat" appears 2 times in the file. 91
 Warning extension MultipleStringLiteralsExtended The String "Dark Alley" appears 2 times in the file. 95
 Warning extension MultipleStringLiteralsExtended The String "1234" appears 2 times in the file. 96
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 109

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/marshall/ProtoStreamMarshallerWithAnnotationsTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 109
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 111
 Warning extension MultipleStringLiteralsExtended The String "Tom" appears 2 times in the file. 122

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/near/AssertsNearCache.java

Severity Category Rule Message Line
 Warning extension MoveVariableInsideIf Variable 'get' can be moved inside the block at line '75' to restrict runtime creation. 74

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/near/AvoidStaleNearCacheReadsTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "v" appears 5 times in the file. 44

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/near/ClusterEagerNearCacheTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 4 times in the file. 64
 Warning extension MultipleStringLiteralsExtended The String "v2" appears 4 times in the file. 66

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/near/ClusterLazyNearCacheTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 3 times in the file. 17
 Warning extension MultipleStringLiteralsExtended The String "v2" appears 3 times in the file. 19

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/near/EagerFailoverNearCacheTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 12 times in the file. 58

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/near/EagerNearCacheTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "127.0.0.1" appears 3 times in the file. 38
 Warning extension MultipleStringLiteralsExtended The String "one" appears 3 times in the file. 52
 Warning extension MultipleStringLiteralsExtended The String "two" appears 3 times in the file. 53
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 14 times in the file. 69
 Warning extension MultipleStringLiteralsExtended The String "v2" appears 4 times in the file. 86

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/near/EvictEagerNearCacheTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 14 times in the file. 32

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/near/EvictLazyNearCacheTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 15 times in the file. 17

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/near/LazyFailoverNearCacheTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 15 times in the file. 29

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/near/LazyNearCacheTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 14 times in the file. 20
 Warning extension MultipleStringLiteralsExtended The String "v2" appears 5 times in the file. 42

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/query/HotRodQueryFileSystemTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 34

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/query/HotRodQueryTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 81
 Warning extension MultipleStringLiteralsExtended The String "Tom" appears 5 times in the file. 113
 Warning extension MultipleStringLiteralsExtended The String "Cat" appears 3 times in the file. 114
 Warning extension MultipleStringLiteralsExtended The String "Dark Alley" appears 2 times in the file. 118
 Warning extension MultipleStringLiteralsExtended The String "1234" appears 3 times in the file. 119
 Warning extension MultipleStringLiteralsExtended The String "name" appears 3 times in the file. 149
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 210

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/query/MultiHotRodServerQueryTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "sample_bank_account/bank.proto" appears 2 times in the file. 68
 Warning extension MultipleStringLiteralsExtended The String "Tom" appears 5 times in the file. 79
 Warning extension MultipleStringLiteralsExtended The String "Cat" appears 3 times in the file. 80
 Warning extension MultipleStringLiteralsExtended The String "Dark Alley" appears 2 times in the file. 84
 Warning extension MultipleStringLiteralsExtended The String "1234" appears 3 times in the file. 85
 Warning extension MultipleStringLiteralsExtended The String "name" appears 3 times in the file. 123
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 184

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/query/RemoteQueryDslConditionsFilesystemTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 28

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/query/RemoteQueryDslConditionsTest.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 55
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 56
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 57
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 58
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 75
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 100
 Warning extension MultipleStringLiteralsExtended The String "not_indexed.proto" appears 2 times in the file. 101
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 128
 Warning extension MultipleStringLiteralsExtended The String "date" appears 2 times in the file. 161
 Warning extension MultipleStringLiteralsExtended The String "2013-01-01" appears 2 times in the file. 162
 Warning extension MultipleStringLiteralsExtended The String "2013-01-31" appears 2 times in the file. 162
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 174
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 175

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/query/RemoteQueryDslConditionsTunedTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 46

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/query/RemoteQueryDslIterationTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 72

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/query/RemoteQueryJmxTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "sample_bank_account/bank.proto" appears 3 times in the file. 94
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 97
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 117
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 119
 Warning extension MultipleStringLiteralsExtended The String "StatisticsEnabled" appears 3 times in the file. 119
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 123
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 140
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 141

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/query/RemoteQueryWithProtostreamAnnotationsTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "author.proto" appears 2 times in the file. 142
 Warning extension MultipleStringLiteralsExtended The String "id" appears 2 times in the file. 146
 Warning extension MultipleStringLiteralsExtended The String "name" appears 2 times in the file. 147
 Warning extension MultipleStringLiteralsExtended The String "memo.proto" appears 2 times in the file. 172
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 180
 Warning extension MultipleStringLiteralsExtended The String "Adrian" appears 2 times in the file. 206
 Warning extension MultipleStringLiteralsExtended The String "Lorem ipsum" appears 2 times in the file. 221
 Warning extension MultipleStringLiteralsExtended The String "Sed ut perspiciatis unde omnis iste natus error" appears 2 times in the file. 232

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/query/testdomain/protobuf/TransactionPB.java

Severity Category Rule Message Line
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 61
 Warning extension SimpleAccessorNameNotation Unexpected setter name. 65

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/query/testdomain/protobuf/marshallers/AccountMarshaller.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "id" appears 2 times in the file. 27
 Warning extension MultipleStringLiteralsExtended The String "description" appears 2 times in the file. 28
 Warning extension MultipleStringLiteralsExtended The String "creationDate" appears 2 times in the file. 29

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/query/testdomain/protobuf/marshallers/AddressMarshaller.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "street" appears 2 times in the file. 26
 Warning extension MultipleStringLiteralsExtended The String "postCode" appears 2 times in the file. 27

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/query/testdomain/protobuf/marshallers/NotIndexedMarshaller.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "notIndexedField" appears 2 times in the file. 16

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/query/testdomain/protobuf/marshallers/TransactionMarshaller.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "id" appears 2 times in the file. 27
 Warning extension MultipleStringLiteralsExtended The String "description" appears 2 times in the file. 28
 Warning extension MultipleStringLiteralsExtended The String "accountId" appears 2 times in the file. 29
 Warning extension MultipleStringLiteralsExtended The String "date" appears 2 times in the file. 30
 Warning extension MultipleStringLiteralsExtended The String "amount" appears 2 times in the file. 31
 Warning extension MultipleStringLiteralsExtended The String "isDebit" appears 2 times in the file. 32

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/query/testdomain/protobuf/marshallers/UserMarshaller.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "id" appears 2 times in the file. 33
 Warning extension MultipleStringLiteralsExtended The String "accountIds" appears 2 times in the file. 34
 Warning extension MultipleStringLiteralsExtended The String "surname" appears 2 times in the file. 37
 Warning extension MultipleStringLiteralsExtended The String "name" appears 2 times in the file. 38
 Warning extension MultipleStringLiteralsExtended The String "addresses" appears 2 times in the file. 40
 Warning extension MultipleStringLiteralsExtended The String "age" appears 2 times in the file. 42
 Warning extension MultipleStringLiteralsExtended The String "gender" appears 2 times in the file. 43
 Warning extension MultipleStringLiteralsExtended The String "notes" appears 2 times in the file. 44

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/retry/CompleteShutdownDistRetryTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "zero" appears 2 times in the file. 48
 Warning extension MultipleStringLiteralsExtended The String "one" appears 2 times in the file. 49
 Warning extension MultipleStringLiteralsExtended The String "two" appears 4 times in the file. 50
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 93
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 101

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/retry/CompleteShutdownReplRetryTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "one" appears 7 times in the file. 37

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/retry/DistributionRetryTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "v" appears 6 times in the file. 49
 Warning extension MultipleStringLiteralsExtended The String "noSuchKey" appears 2 times in the file. 78
 Warning extension MultipleStringLiteralsExtended The String "someValue" appears 2 times in the file. 78
 Warning extension MultipleStringLiteralsExtended The String "v2" appears 2 times in the file. 84
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 155

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/retry/ReplicationRetryTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "k" appears 12 times in the file. 29
 Warning extension MultipleStringLiteralsExtended The String "v" appears 10 times in the file. 29
 Warning extension MultipleStringLiteralsExtended The String "noSuchKey" appears 2 times in the file. 67
 Warning extension MultipleStringLiteralsExtended The String "someValue" appears 2 times in the file. 67
 Warning extension MultipleStringLiteralsExtended The String "v2" appears 3 times in the file. 74

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/retry/RetryOnFailureUnitTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "Wrong getTransport() invocation." appears 2 times in the file. 65
 Warning extension MultipleStringLiteralsExtended The String "Wrong execute() invocation." appears 2 times in the file. 66
 Warning extension MultipleStringLiteralsExtended The String "Induced Failure" appears 2 times in the file. 90

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/retry/ServerFailureRetrySingleOwnerTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 51
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 53
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 68
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 70
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 83
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 85
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 98
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 100
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 112
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 114
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 127
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 129
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 141
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 143

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/retry/ServerFailureRetryTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 4 times in the file. 47
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 48
 Warning extension MultipleStringLiteralsExtended The String "v2" appears 2 times in the file. 63
 Warning extension MultipleStringLiteralsExtended The String "Simulated suspicion" appears 2 times in the file. 87

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/stress/AbstractGetAllPerfTest.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Method(.*)'. 43
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 70
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 71
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 78

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/stress/AbstractPutAllPerfTest.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Method(.*)'. 39
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 68

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/stress/ClientConsistentHashPerfTest.java

Severity Category Rule Message Line
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 25
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 61

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/stress/RemoteQueryDslPerfTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "sample_bank_account/bank.proto" appears 2 times in the file. 83
 Warning extension MultipleStringLiteralsExtended The String "Spider" appears 2 times in the file. 115
 Warning extension MultipleStringLiteralsExtended The String "user_" appears 3 times in the file. 126
 Warning extension MultipleStringLiteralsExtended The String "name" appears 3 times in the file. 135
 Warning extension MultipleStringLiteralsExtended The String "John1" appears 6 times in the file. 135

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/test/HotRodClientTestingUtil.java

Severity Category Rule Message Line
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 59
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 86
 Warning extension MultipleStringLiteralsExtended The String "Error stopping remote cache manager" appears 2 times in the file. 87
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 103
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 121
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 169
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 180
 Warning extension LogicConditionNeedOptimization Condition with && at line 218 position 77 need optimization. All method calls are advised to move to end of logic expression. 218
 Warning extension MultipleStringLiteralsExtended The String "Could not find any key owned by " appears 3 times in the file. 226
 Warning extension LogicConditionNeedOptimization Condition with && at line 252 position 43 need optimization. All method calls are advised to move to end of logic expression. 252

infinispan/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/test/MultiHotRodServersTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 30
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 31

infinispan/commons/src/main/java/org/infinispan/commons/CacheConfigurationException.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 18

infinispan/commons/src/main/java/org/infinispan/commons/CacheException.java

Severity Category Rule Message Line
 Warning extension UselessSuperCtorCall Redundant super constructor call could be removed. Class 'CacheException' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. 23

infinispan/commons/src/main/java/org/infinispan/commons/configuration/AbstractTypedPropertiesConfiguration.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Method(.*)'. 24
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 29
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 36

infinispan/commons/src/main/java/org/infinispan/commons/configuration/attributes/Attribute.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 20
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 34
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 105

infinispan/commons/src/main/java/org/infinispan/commons/configuration/attributes/AttributeSet.java

Severity Category Rule Message Line
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 121

infinispan/commons/src/main/java/org/infinispan/commons/configuration/attributes/CollectionAttributeCopier.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 18

infinispan/commons/src/main/java/org/infinispan/commons/equivalence/AnyEquivalence.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 11
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 13
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 15
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 17
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 19
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 21
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 23
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 25
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 27

infinispan/commons/src/main/java/org/infinispan/commons/equivalence/EquivalentHashMap.java

Severity Category Rule Message Line
 Warning extension OverridableMethodInConstructor Overridable method 'putAll' is called in constructor body. 93
 Warning extension ReturnCountExtended Return count for 'put' method is 2 (max allowed is 1). 173
 Warning extension ReturnCountExtended Return count for 'removeNode' method is 2 (max allowed is 1). 243
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 332
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 336
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 372
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 372
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around return value. 373

infinispan/commons/src/main/java/org/infinispan/commons/equivalence/EquivalentLinkedHashMap.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 63

infinispan/commons/src/main/java/org/infinispan/commons/executors/BlockingThreadPoolExecutorFactory.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String ">= 0" appears 3 times in the file. 64

infinispan/commons/src/main/java/org/infinispan/commons/hash/MurmurHash2.java

Severity Category Rule Message Line
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 31

infinispan/commons/src/main/java/org/infinispan/commons/hash/MurmurHash2Compat.java

Severity Category Rule Message Line
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 35

infinispan/commons/src/main/java/org/infinispan/commons/hash/MurmurHash3.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 37
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 40
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 55
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 56
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 57
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 58
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 59
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 60
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 61
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 62
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 80
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 81
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 83
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 84
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 89
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 91
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 107
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 108
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 110
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 111
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 170
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 171
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 173
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 174
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 243
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 244
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 246
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 247
 Warning extension MoveVariableInsideIf Variable 'tail' can be moved inside the block at line '259' to restrict runtime creation. 256
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 289
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 290
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 292
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 293
 Warning extension MoveVariableInsideIf Variable 'tail' can be moved inside the block at line '304' to restrict runtime creation. 302
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 359
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 360
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 362
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 363

infinispan/commons/src/main/java/org/infinispan/commons/io/ExposedByteArrayOutputStream.java

Severity Category Rule Message Line
 Warning extension UselessSuperCtorCall Redundant super constructor call could be removed. Class 'ExposedByteArrayOutputStream' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. 32
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 56

infinispan/commons/src/main/java/org/infinispan/commons/marshall/AdaptiveBufferSizePredictor.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 46
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 105
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 116

infinispan/commons/src/main/java/org/infinispan/commons/marshall/InstanceReusingAdvancedExternalizer.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 23
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 24
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. 43
 Warning extension ReturnCountExtended Return count for 'readObject' method is 4 (max allowed is 1). 88
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 108
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 111

infinispan/commons/src/main/java/org/infinispan/commons/marshall/MarshallableTypeHints.java

Severity Category Rule Message Line
 Warning extension ReturnBooleanFromTernary Returning explicit boolean from ternary operator. 81

infinispan/commons/src/main/java/org/infinispan/commons/marshall/jboss/AbstractJBossMarshaller.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 48
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 58
 Warning extension ReturnCountExtended Return count for 'isMarshallable' method is 3 (max allowed is 1). 149
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 254
 Warning extension ReturnCountExtended Return count for 'getUnmarshaller' method is 2 (max allowed is 1). 273
 Warning extension ReturnCountExtended Return count for 'getMarshaller' method is 2 (max allowed is 1). 297

infinispan/commons/src/main/java/org/infinispan/commons/marshall/jboss/ExtendedRiverMarshaller.java

Severity Category Rule Message Line
 Warning extension SimpleAccessorNameNotation Unexpected setter name. 34

infinispan/commons/src/main/java/org/infinispan/commons/marshall/jboss/ExtendedRiverUnmarshaller.java

Severity Category Rule Message Line
 Warning extension SimpleAccessorNameNotation Unexpected setter name. 37

infinispan/commons/src/main/java/org/infinispan/commons/marshall/jboss/GenericJBossMarshaller.java

Severity Category Rule Message Line
 Warning extension UselessSuperCtorCall Redundant super constructor call could be removed. Class 'GenericJBossMarshaller' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. 15
 Warning extension UselessSuperCtorCall Redundant super constructor call could be removed. Class 'GenericJBossMarshaller' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. 21

infinispan/commons/src/main/java/org/infinispan/commons/marshall/jboss/SerializeWithExtFactory.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 30

infinispan/commons/src/main/java/org/infinispan/commons/util/AbstractFileLookup.java

Severity Category Rule Message Line
 Warning extension UselessSuperCtorCall Super call could be removed: Class 'AbstractFileLookup' does not extend anything. 22

infinispan/commons/src/main/java/org/infinispan/commons/util/Base64.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 48
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 51
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 54
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 57
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 60
 Warning extension ReturnCountExtended Return count for 'encode3to4' method is 4 (max allowed is 1). 186
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 203
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around identifier 'inBuff'. 206
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 210
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 217
 Warning extension ReturnCountExtended Return count for 'encodeObject' method is 3 (max allowed is 1). 266
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 274
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 275
 Warning extension ReturnCountExtended Return count for 'encodeBytes' method is 5 (max allowed is 1). 383
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 385
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 386
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 410
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 414
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 418
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around identifier 'len43'. 437
 Warning extension ReturnCountExtended Return count for 'decode4to3' method is 4 (max allowed is 1). 496
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around identifier 'outBuff'. 535
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 538
 Warning extension MultipleStringLiteralsExtended The String ": " appears 5 times in the file. 539
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 651
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 655
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 659
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 798
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 838
 Warning extension ReturnCountExtended Return count for 'read' method is 4 (max allowed is 1). 915
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 986

infinispan/commons/src/main/java/org/infinispan/commons/util/BeanUtils.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "set" appears 2 times in the file. 20

infinispan/commons/src/main/java/org/infinispan/commons/util/ByRef.java

Severity Category Rule Message Line
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 21
 Warning extension SimpleAccessorNameNotation Unexpected setter name. 25

infinispan/commons/src/main/java/org/infinispan/commons/util/ClassFinder.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 25
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 29
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 39
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 54
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 76
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 88
 Warning extension ReturnCountExtended Return count for 'findClassesOnPath' method is 2 (max allowed is 1). 107
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 108
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 112
 Warning extension MultipleStringLiteralsExtended The String "%s has reference to a class %s that could not be loaded from classpath" appears 2 times in the file. 121
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 123
 Warning extension MultipleStringLiteralsExtended The String " could not load class " appears 2 times in the file. 125
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 133
 Warning extension MultipleStringLiteralsExtended The String "class" appears 2 times in the file. 141
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 150

infinispan/commons/src/main/java/org/infinispan/commons/util/EnumerationList.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 16

infinispan/commons/src/main/java/org/infinispan/commons/util/FastCopyHashMap.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 25
 Warning extension OverridableMethodInConstructor Overridable method 'putAll' is called in constructor body. 100
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 114
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 118
 Warning extension MultipleStringLiteralsExtended The String "(this Map)" appears 2 times in the file. 202
 Warning extension ReturnCountExtended Return count for 'put' method is 2 (max allowed is 1). 221
 Warning extension ReturnCountExtended Return count for 'remove' method is 3 (max allowed is 1). 301

infinispan/commons/src/main/java/org/infinispan/commons/util/FileLookupFactory.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'RuntimeException' is not allowed. 29
 Warning extension IllegalCatchExtended Catching 'RuntimeException' is not allowed. 47
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 56
 Warning extension IllegalCatchExtended Catching 'RuntimeException' is not allowed. 62

infinispan/commons/src/main/java/org/infinispan/commons/util/ImmutableListCopy.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "Index: " appears 3 times in the file. 256
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 274
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 294
 Warning extension MultipleStringLiteralsExtended The String ", Size: " appears 2 times in the file. 334

infinispan/commons/src/main/java/org/infinispan/commons/util/Immutables.java

Severity Category Rule Message Line
 Warning extension NoNullForCollectionReturn Method should return empty collection instead of null. 64
 Warning extension NoNullForCollectionReturn Method should return empty collection instead of null. 130
 Warning extension NoNullForCollectionReturn Method should return empty collection instead of null. 161
 Warning extension NoNullForCollectionReturn Method should return empty collection instead of null. 185
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 213
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 564
 Warning extension UselessSuperCtorCall Redundant super constructor call could be removed. Class 'ImmutableTypedProperties' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. 584

infinispan/commons/src/main/java/org/infinispan/commons/util/InfinispanCollections.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 122
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 214
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 239
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 258

infinispan/commons/src/main/java/org/infinispan/commons/util/ObjectDuplicator.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 76

infinispan/commons/src/main/java/org/infinispan/commons/util/OsgiClassLoader.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 27
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 28
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 44
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 86
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 115
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 132
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 142

infinispan/commons/src/main/java/org/infinispan/commons/util/Proxies.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 58
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 67

infinispan/commons/src/main/java/org/infinispan/commons/util/ReflectionUtil.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 32
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 44
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 58
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 77
 Warning extension MultipleStringLiteralsExtended The String "Unable to invoke method " appears 2 times in the file. 171
 Warning extension MultipleStringLiteralsExtended The String " on object of type " appears 2 times in the file. 171
 Warning extension MultipleStringLiteralsExtended The String "null" appears 2 times in the file. 171
 Warning extension MultipleStringLiteralsExtended The String " with parameters " appears 2 times in the file. 172
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 173
 Warning extension MultipleStringLiteralsExtended The String "get" appears 2 times in the file. 201
 Warning extension MultipleStringLiteralsExtended The String "is" appears 2 times in the file. 203
 Warning extension MultipleStringLiteralsExtended The String "set" appears 2 times in the file. 218
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 342

infinispan/commons/src/main/java/org/infinispan/commons/util/ServiceFinder.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 26
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 32
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 43
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 74
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 84

infinispan/commons/src/main/java/org/infinispan/commons/util/SslContextFactory.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "JKS" appears 2 times in the file. 33
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 52

infinispan/commons/src/main/java/org/infinispan/commons/util/StringPropertyReplacer.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 24
 Warning extension ReturnCountExtended Return count for 'replaceProperties' method is 2 (max allowed is 1). 95

infinispan/commons/src/main/java/org/infinispan/commons/util/TypedProperties.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 112

infinispan/commons/src/main/java/org/infinispan/commons/util/Util.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 55
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 56
 Warning extension MultipleStringLiteralsExtended The String "Unable to instantiate class " appears 3 times in the file. 101
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 110
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 234
 Warning extension MultipleStringLiteralsExtended The String "Cannot load null class!" appears 2 times in the file. 255
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 293
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 302
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 403
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 411
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 425
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 433
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 439
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 448
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 454
 Warning extension MultipleStringLiteralsExtended The String "null" appears 4 times in the file. 460
 Warning extension MultipleStringLiteralsExtended The String "[]" appears 2 times in the file. 477
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 542
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 557
 Warning extension MultipleStringLiteralsExtended The String "\n" appears 13 times in the file. 576
 Warning extension MultipleStringLiteralsExtended The String "\"" appears 2 times in the file. 627
 Warning extension MultipleStringLiteralsExtended The String "@" appears 2 times in the file. 631
 Warning extension MultipleStringLiteralsExtended The String "> (a " appears 3 times in the file. 632
 Warning extension MultipleStringLiteralsExtended The String ")" appears 3 times in the file. 632
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around expression. 699
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 745

infinispan/commons/src/main/java/org/infinispan/commons/util/WeakValueHashMap.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 33
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 290

infinispan/commons/src/main/java/org/infinispan/commons/util/concurrent/BaseNotifyingFuture.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 14

infinispan/commons/src/main/java/org/infinispan/commons/util/concurrent/CompositeNotifyingFuture.java

Severity Category Rule Message Line
 Warning extension AvoidNotShortCircuitOperatorsForBoolean Short-circuit operator should be used instead of '&='. 49
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 76

infinispan/commons/src/main/java/org/infinispan/commons/util/concurrent/ConcurrentWeakKeyHashMap.java

Severity Category Rule Message Line
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 108
 Warning extension SimpleAccessorNameNotation Unexpected setter name. 194
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 475
 Warning extension MoveVariableInsideIf Variable 'c' can be moved inside the block at line '556' to restrict runtime creation. 544
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 626
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 674
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 686
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 694
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 705
 Warning extension ReturnCountExtended Return count for 'isEmpty' method is 3 (max allowed is 1). 718
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 720
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 731
 Warning extension ReturnCountExtended Return count for 'size' method is 2 (max allowed is 1). 757
 Warning extension ReturnCountExtended Return count for 'containsValue' method is 3 (max allowed is 1). 847

infinispan/commons/src/main/java/org/infinispan/commons/util/concurrent/Futures.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 61

infinispan/commons/src/main/java/org/infinispan/commons/util/concurrent/jdk7backported/ThreadLocalRandom.java

Severity Category Rule Message Line
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 37
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 57
 Warning extension UselessSuperCtorCall Redundant super constructor call could be removed. Class 'ThreadLocalRandom' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. 74
 Warning extension MultipleStringLiteralsExtended The String "n must be positive" appears 2 times in the file. 131
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 196

infinispan/commons/src/main/java/org/infinispan/commons/util/concurrent/jdk8backported/BoundedEquivalentConcurrentHashMapV8.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 245
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 442
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 517
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 544
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 560
 Warning extension MultipleStringLiteralsExtended The String "]" appears 2 times in the file. 634
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 733
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 945
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 956
 Warning extension NoNullForCollectionReturn Method should return empty collection instead of null. 964
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 1062
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 1062
 Warning extension ReturnCountExtended Return count for 'findIfEntriesNeedEvicting' method is 2 (max allowed is 1). 1249
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 1260
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 1264
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 1266
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 1297
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 1380
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 1380
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 1401
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 1744
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 1750
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 1762
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 1771
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 1805
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 1811
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 1817
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 1822
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 1830
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 1836
 Warning extension MultipleStringLiteralsExtended The String "segments" appears 2 times in the file. 1837
 Warning extension MultipleStringLiteralsExtended The String "segmentMask" appears 2 times in the file. 1838
 Warning extension MultipleStringLiteralsExtended The String "segmentShift" appears 2 times in the file. 1839
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 1884
 Warning extension MultipleStringLiteralsExtended The String "=" appears 2 times in the file. 1886
 Warning extension MoveVariableInsideIf Variable 'e' can be moved inside the block at line '1,900' to restrict runtime creation. 1899
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 1917
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 1918
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 1926
 Warning extension TernaryPerExpressionCount More than 1 ternary operators in expression. 1965
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 1974
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 1974
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 1974
 Warning extension MoveVariableInsideIf Variable 'as' can be moved inside the block at line '1,977' to restrict runtime creation. 1974
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 1974
 Warning extension MoveVariableInsideIf Variable 't' can be moved inside the block at line '1,977' to restrict runtime creation. 1974
 Warning extension MoveVariableInsideIf Variable 'p' can be moved inside the block at line '1,977' to restrict runtime creation. 1974
 Warning extension LogicConditionNeedOptimization Condition with && at line 1,982 position 63 need optimization. All method calls are advised to move to end of logic expression. 1982
 Warning extension LogicConditionNeedOptimization Condition with && at line 1,983 position 36 need optimization. All method calls are advised to move to end of logic expression. 1983
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around return value. 1996
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 2042
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 2049
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 2059
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 2064
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 2069
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 2074
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 2077
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 2078
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 2079
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 2095
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 2111
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 2138
 Warning extension MultipleStringLiteralsExtended The String "initialCapacity cannot be greater than maxSize" appears 2 times in the file. 2146
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 2148
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 2163
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 2175
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 2185
 Warning extension OverridableMethodInConstructor Overridable method 'putAll' is called in constructor body. 2189
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 2207
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 2231
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around return value. 2253
 Warning extension ReturnCountExtended Return count for 'get' method is 4 (max allowed is 1). 2276
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 2277
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 2277
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 2277
 Warning extension MoveVariableInsideIf Variable 'p' can be moved inside the block at line '2,279' to restrict runtime creation. 2277
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 2277
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 2277
 Warning extension MoveVariableInsideIf Variable 'eh' can be moved inside the block at line '2,279' to restrict runtime creation. 2277
 Warning extension MoveVariableInsideIf Variable 'ek' can be moved inside the block at line '2,279' to restrict runtime creation. 2277
 Warning extension ReturnCountExtended Return count for 'innerPeek' method is 4 (max allowed is 1). 2323
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 2324
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 2324
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 2324
 Warning extension MoveVariableInsideIf Variable 'p' can be moved inside the block at line '2,326' to restrict runtime creation. 2324
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 2324
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 2324
 Warning extension MoveVariableInsideIf Variable 'eh' can be moved inside the block at line '2,326' to restrict runtime creation. 2324
 Warning extension MoveVariableInsideIf Variable 'ek' can be moved inside the block at line '2,326' to restrict runtime creation. 2324
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 2375
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 2406
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 2407
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 2407
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 2428
 Warning extension MoveVariableInsideIf Variable 'pred' can be moved inside the block at line '2,446' to restrict runtime creation. 2445
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 2538
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 2538
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 2551
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 2551
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 2597
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 2663
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 2761
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 2786
 Warning extension MoveVariableInsideIf Variable 'k' can be moved inside the block at line '2,794' to restrict runtime creation. 2792
 Warning extension MultipleStringLiteralsExtended The String "(this Map)" appears 2 times in the file. 2795
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 2827
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 2837
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 2895
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 2919
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 2962
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 2963
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 2977
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 2991
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 3088
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 3101
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 3146
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 3147
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 3147
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 3151
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 3179
 Warning extension MoveVariableInsideIf Variable 'pred' can be moved inside the block at line '3,196' to restrict runtime creation. 3195
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 3211
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 3267
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 3267
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 3279
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 3279
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 3311
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 3367
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 3368
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 3368
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 3372
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 3400
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 3400
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 3446
 Warning extension TernaryPerExpressionCount More than 1 ternary operators in expression. 3451
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 3518
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 3519
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 3519
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 3541
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 3541
 Warning extension ReturnCountExtended Return count for 'find' method is 3 (max allowed is 1). 3741
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 3744
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 3749
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 3795
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 3828
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 3828
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 3831
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 3831
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 3831
 Warning extension LogicConditionNeedOptimization Condition with || at line 3,833 position 56 need optimization. All method calls are advised to move to end of logic expression. 3833
 Warning extension LogicConditionNeedOptimization Condition with || at line 3,834 position 26 need optimization. All method calls are advised to move to end of logic expression. 3834
 Warning extension LogicConditionNeedOptimization Condition with || at line 3,834 position 53 need optimization. All method calls are advised to move to end of logic expression. 3834
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 3848
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 3848
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 3848
 Warning extension RedundantReturn Redundant return. 3866
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 3873
 Warning extension MoveVariableInsideIf Variable 'sc' can be moved inside the block at line '3,874' to restrict runtime creation. 3873
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 3877
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 3902
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 3943
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 3951
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 3959
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 3962
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 3963
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 3965
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 3974
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 4003
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 4023
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 4023
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 4038
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 4039
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 4040
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 4084
 Warning extension MoveVariableInsideIf Variable 'b' can be moved inside the block at line '4,085' to restrict runtime creation. 4084
 Warning extension MoveVariableInsideIf Variable 'n' can be moved inside the block at line '4,085' to restrict runtime creation. 4084
 Warning extension LogicConditionNeedOptimization Condition with && at line 4,088 position 50 need optimization. All method calls are advised to move to end of logic expression. 4088
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 4091
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 4112
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 4159
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 4159
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 4159
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 4160
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 4221
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 4229
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 4235
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 4248
 Warning extension MoveVariableInsideIf Variable 'xp' can be moved inside the block at line '4,260' to restrict runtime creation. 4259
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 4323
 Warning extension MoveVariableInsideIf Variable 'ek' can be moved inside the block at line '4,324' to restrict runtime creation. 4323
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 4332
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 4334
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 4360
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 4361
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 4361
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 4378
 Warning extension MoveVariableInsideIf Variable 'xp' can be moved inside the block at line '4,389' to restrict runtime creation. 4388
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 4390
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 4400
 Warning extension ReturnCountExtended Return count for 'removeTreeNode' method is 3 (max allowed is 1). 4427
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 4430
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 4450
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 4528
 Warning extension MoveVariableInsideIf Variable 'pp' can be moved inside the block at line '4,529' to restrict runtime creation. 4528
 Warning extension MoveVariableInsideIf Variable 'rl' can be moved inside the block at line '4,529' to restrict runtime creation. 4528
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 4546
 Warning extension MoveVariableInsideIf Variable 'lr' can be moved inside the block at line '4,547' to restrict runtime creation. 4546
 Warning extension MoveVariableInsideIf Variable 'pp' can be moved inside the block at line '4,547' to restrict runtime creation. 4546
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 4565
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 4619
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 4640
 Warning extension ReturnBooleanFromTernary Returning explicit boolean from ternary operator. 4656
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 4678
 Warning extension ReturnBooleanFromTernary Returning explicit boolean from ternary operator. 4694
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 4713
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 4734
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 4735
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 4742
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 4786
 Warning extension ReturnCountExtended Return count for 'advance' method is 2 (max allowed is 1). 4803
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 4808
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 4808
 Warning extension LogicConditionNeedOptimization Condition with && at line 4,814 position 42 need optimization. All method calls are advised to move to end of logic expression. 4814
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 4855
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 4856
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 4991
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 4996
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 4996
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around return value. 4997
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5031
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5066
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5103
 Warning extension LogicConditionNeedOptimization Condition with || at line 5,147 position 56 need optimization. All method calls are advised to move to end of logic expression. 5147
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 5911
 Warning extension ReturnCountExtended Return count for 'toArray' method is 2 (max allowed is 1). 5936
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 6053
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around return value. 6131
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 6149
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 6208
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 6227
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 6227
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around return value. 6228
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 6236
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 6236
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around return value. 6237
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 6270
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around return value. 6283
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 6301
 Warning extension ReturnCountExtended Return count for 'advance' method is 2 (max allowed is 1). 6347
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 6352
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 6352
 Warning extension LogicConditionNeedOptimization Condition with && at line 6,358 position 46 need optimization. All method calls are advised to move to end of logic expression. 6358
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 6395
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 6423
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 6453
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 6465
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 6487
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 6520
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 6555
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 6591
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 6603
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 6631
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 6669
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 6678
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 6713
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 6722
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 6757
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 6801
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 6810
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 6832
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 6840
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 6844
 Warning extension TernaryPerExpressionCount More than 1 ternary operators in expression. 6854
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 6859
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 6863
 Warning extension MoveVariableInsideIf Variable 'tr' can be moved inside the block at line '6,864' to restrict runtime creation. 6863
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 6865
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 6879
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 6887
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 6891
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 6906
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 6910
 Warning extension MoveVariableInsideIf Variable 'tr' can be moved inside the block at line '6,911' to restrict runtime creation. 6910
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 6912
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 6926
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 6934
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 6938
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 6951
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 6955
 Warning extension MoveVariableInsideIf Variable 'tr' can be moved inside the block at line '6,956' to restrict runtime creation. 6955
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 6957
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 6972
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 6982
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 6988
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 7004
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 7008
 Warning extension MoveVariableInsideIf Variable 'tr' can be moved inside the block at line '7,009' to restrict runtime creation. 7008
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 7010
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 7025
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 7035
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 7041
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 7057
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 7061
 Warning extension MoveVariableInsideIf Variable 'tr' can be moved inside the block at line '7,062' to restrict runtime creation. 7061
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 7063
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 7078
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 7088
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 7094
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 7110
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 7114
 Warning extension MoveVariableInsideIf Variable 'tr' can be moved inside the block at line '7,115' to restrict runtime creation. 7114
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 7116
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 7131
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 7141
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 7147
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 7166
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 7170
 Warning extension MoveVariableInsideIf Variable 'tr' can be moved inside the block at line '7,171' to restrict runtime creation. 7170
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 7172
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 7188
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 7199
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 7206
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 7218
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 7237
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 7248
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 7255
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 7267
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 7286
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 7297
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 7304
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 7316
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 7335
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 7346
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 7353
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 7365
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 7384
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 7395
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 7402
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 7414
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 7433
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 7444
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 7451
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 7463
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 7482
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 7493
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 7500
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 7512
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 7531
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 7542
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 7549
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 7561
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 7580
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 7591
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 7598
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 7610
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 7629
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 7640
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 7647
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 7659
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 7678
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 7689
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 7696
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 7708
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 7727
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 7738
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 7745
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 7757
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 7776
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 7778
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 7800
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 7806
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 7810
 Warning extension MoveVariableInsideIf Variable 'a' can be moved inside the block at line '7,812' to restrict runtime creation. 7810
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 7834
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 7835
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 7835
 Warning extension MoveVariableInsideIf Variable 'a' can be moved inside the block at line '7,836' to restrict runtime creation. 7835
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 7835
 Warning extension MoveVariableInsideIf Variable 'r' can be moved inside the block at line '7,840' to restrict runtime creation. 7839
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 7844
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 7844
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 7911
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 7912
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 7913
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 7914
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 7915
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 7916
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 7917
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 7918
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 7941
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 7971

infinispan/commons/src/main/java/org/infinispan/commons/util/concurrent/jdk8backported/CountedCompleter.java

Severity Category Rule Message Line
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 478
 Warning extension SimpleAccessorNameNotation Unexpected setter name. 487
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 533
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 546
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 570
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 658
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 671
 Warning extension LogicConditionNeedOptimization Condition with && at line 672 position 46 need optimization. All method calls are advised to move to end of logic expression. 672
 Warning extension LogicConditionNeedOptimization Condition with && at line 673 position 44 need optimization. All method calls are advised to move to end of logic expression. 673
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 706
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 707
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 713
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 743

infinispan/commons/src/main/java/org/infinispan/commons/util/concurrent/jdk8backported/EquivalentConcurrentHashMapV8.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 226
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 609
 Warning extension MultipleStringLiteralsExtended The String "segments" appears 2 times in the file. 616
 Warning extension MultipleStringLiteralsExtended The String "segmentMask" appears 2 times in the file. 617
 Warning extension MultipleStringLiteralsExtended The String "segmentShift" appears 2 times in the file. 618
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 657
 Warning extension MultipleStringLiteralsExtended The String "=" appears 2 times in the file. 659
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 666
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 666
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around return value. 667
 Warning extension MoveVariableInsideIf Variable 'e' can be moved inside the block at line '679' to restrict runtime creation. 678
 Warning extension TernaryPerExpressionCount More than 1 ternary operators in expression. 724
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 733
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 733
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 733
 Warning extension MoveVariableInsideIf Variable 'as' can be moved inside the block at line '736' to restrict runtime creation. 733
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 733
 Warning extension MoveVariableInsideIf Variable 't' can be moved inside the block at line '736' to restrict runtime creation. 733
 Warning extension MoveVariableInsideIf Variable 'p' can be moved inside the block at line '736' to restrict runtime creation. 733
 Warning extension LogicConditionNeedOptimization Condition with && at line 741 position 63 need optimization. All method calls are advised to move to end of logic expression. 741
 Warning extension LogicConditionNeedOptimization Condition with && at line 742 position 36 need optimization. All method calls are advised to move to end of logic expression. 742
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around return value. 756
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 802
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 809
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 819
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 824
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 829
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 834
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 837
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 838
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 839
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 850
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 867
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 872
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 883
 Warning extension OverridableMethodInConstructor Overridable method 'putAll' is called in constructor body. 887
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 905
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 928
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around return value. 949
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 973
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 973
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 973
 Warning extension MoveVariableInsideIf Variable 'p' can be moved inside the block at line '975' to restrict runtime creation. 973
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 973
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 973
 Warning extension MoveVariableInsideIf Variable 'eh' can be moved inside the block at line '975' to restrict runtime creation. 973
 Warning extension MoveVariableInsideIf Variable 'ek' can be moved inside the block at line '975' to restrict runtime creation. 973
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 1020
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 1052
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 1053
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 1053
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 1069
 Warning extension MoveVariableInsideIf Variable 'pred' can be moved inside the block at line '1,080' to restrict runtime creation. 1079
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 1146
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 1146
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 1159
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 1159
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 1185
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 1233
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 1328
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 1349
 Warning extension MultipleStringLiteralsExtended The String "(this Map)" appears 2 times in the file. 1357
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 1386
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 1394
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 1452
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 1473
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 1515
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 1516
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 1530
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 1544
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 1546
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 1641
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 1652
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 1695
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 1696
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 1696
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 1700
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 1724
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 1725
 Warning extension MoveVariableInsideIf Variable 'pred' can be moved inside the block at line '1,733' to restrict runtime creation. 1732
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 1745
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 1798
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 1798
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 1810
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 1810
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 1836
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 1888
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 1889
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 1889
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 1893
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 1918
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 1918
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 1951
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 2013
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 2014
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 2014
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 2031
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 2031
 Warning extension ReturnCountExtended Return count for 'find' method is 3 (max allowed is 1). 2216
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 2219
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 2224
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 2270
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 2303
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 2303
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 2306
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 2306
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 2306
 Warning extension LogicConditionNeedOptimization Condition with || at line 2,308 position 56 need optimization. All method calls are advised to move to end of logic expression. 2308
 Warning extension LogicConditionNeedOptimization Condition with || at line 2,309 position 26 need optimization. All method calls are advised to move to end of logic expression. 2309
 Warning extension LogicConditionNeedOptimization Condition with || at line 2,309 position 53 need optimization. All method calls are advised to move to end of logic expression. 2309
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 2321
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 2321
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 2321
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 2345
 Warning extension MoveVariableInsideIf Variable 'sc' can be moved inside the block at line '2,346' to restrict runtime creation. 2345
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 2349
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 2374
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 2415
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 2423
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 2431
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 2434
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 2435
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 2437
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 2446
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 2475
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 2495
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 2495
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 2508
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 2509
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 2510
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 2513
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 2554
 Warning extension MoveVariableInsideIf Variable 'b' can be moved inside the block at line '2,555' to restrict runtime creation. 2554
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 2554
 Warning extension MoveVariableInsideIf Variable 'n' can be moved inside the block at line '2,555' to restrict runtime creation. 2554
 Warning extension LogicConditionNeedOptimization Condition with && at line 2,558 position 50 need optimization. All method calls are advised to move to end of logic expression. 2558
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 2561
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 2564
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 2583
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 2585
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 2626
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 2626
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 2626
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 2627
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 2683
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 2691
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 2696
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 2709
 Warning extension MoveVariableInsideIf Variable 'xp' can be moved inside the block at line '2,721' to restrict runtime creation. 2720
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 2784
 Warning extension MoveVariableInsideIf Variable 'ek' can be moved inside the block at line '2,785' to restrict runtime creation. 2784
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 2793
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 2795
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 2821
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 2822
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 2822
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 2837
 Warning extension MoveVariableInsideIf Variable 'xp' can be moved inside the block at line '2,848' to restrict runtime creation. 2847
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 2849
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 2857
 Warning extension ReturnCountExtended Return count for 'removeTreeNode' method is 3 (max allowed is 1). 2884
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 2887
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 2907
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 2985
 Warning extension MoveVariableInsideIf Variable 'pp' can be moved inside the block at line '2,986' to restrict runtime creation. 2985
 Warning extension MoveVariableInsideIf Variable 'rl' can be moved inside the block at line '2,986' to restrict runtime creation. 2985
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 3003
 Warning extension MoveVariableInsideIf Variable 'lr' can be moved inside the block at line '3,004' to restrict runtime creation. 3003
 Warning extension MoveVariableInsideIf Variable 'pp' can be moved inside the block at line '3,004' to restrict runtime creation. 3003
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 3022
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 3076
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 3097
 Warning extension ReturnBooleanFromTernary Returning explicit boolean from ternary operator. 3113
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 3135
 Warning extension ReturnBooleanFromTernary Returning explicit boolean from ternary operator. 3151
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 3170
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 3191
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 3192
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 3199
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 3243
 Warning extension ReturnCountExtended Return count for 'advance' method is 2 (max allowed is 1). 3260
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 3265
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 3265
 Warning extension LogicConditionNeedOptimization Condition with && at line 3,271 position 42 need optimization. All method calls are advised to move to end of logic expression. 3271
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 3312
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 3313
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 3426
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 3431
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 3431
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around return value. 3432
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 3466
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 3501
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 3538
 Warning extension LogicConditionNeedOptimization Condition with || at line 3,575 position 56 need optimization. All method calls are advised to move to end of logic expression. 3575
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 4333
 Warning extension ReturnCountExtended Return count for 'toArray' method is 2 (max allowed is 1). 4358
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 4475
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around return value. 4553
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 4570
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 4628
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 4647
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 4647
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around return value. 4648
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 4656
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 4656
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around return value. 4657
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 4690
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around return value. 4700
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 4717
 Warning extension ReturnCountExtended Return count for 'advance' method is 2 (max allowed is 1). 4757
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 4762
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 4762
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 4762
 Warning extension LogicConditionNeedOptimization Condition with && at line 4,768 position 46 need optimization. All method calls are advised to move to end of logic expression. 4768
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 4805
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 4832
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 4859
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 4886
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 4916
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 4949
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 4982
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5016
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5051
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 5060
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5095
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 5104
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5139
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5183
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 5192
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5214
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 5222
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5226
 Warning extension TernaryPerExpressionCount More than 1 ternary operators in expression. 5236
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5241
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5245
 Warning extension MoveVariableInsideIf Variable 'tr' can be moved inside the block at line '5,246' to restrict runtime creation. 5245
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 5247
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5261
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 5269
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5273
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5288
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5292
 Warning extension MoveVariableInsideIf Variable 'tr' can be moved inside the block at line '5,293' to restrict runtime creation. 5292
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 5294
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5308
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 5316
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5320
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5333
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5337
 Warning extension MoveVariableInsideIf Variable 'tr' can be moved inside the block at line '5,338' to restrict runtime creation. 5337
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 5339
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5354
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 5364
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5370
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5386
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5390
 Warning extension MoveVariableInsideIf Variable 'tr' can be moved inside the block at line '5,391' to restrict runtime creation. 5390
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 5392
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5407
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 5417
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5423
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5439
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5443
 Warning extension MoveVariableInsideIf Variable 'tr' can be moved inside the block at line '5,444' to restrict runtime creation. 5443
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 5445
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5460
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 5470
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5476
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5492
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5496
 Warning extension MoveVariableInsideIf Variable 'tr' can be moved inside the block at line '5,497' to restrict runtime creation. 5496
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 5498
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5513
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 5523
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5529
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5545
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5549
 Warning extension MoveVariableInsideIf Variable 'tr' can be moved inside the block at line '5,550' to restrict runtime creation. 5549
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 5551
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5567
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 5578
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5585
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5597
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5616
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 5627
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5634
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5646
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5665
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 5676
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5683
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5695
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5714
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 5725
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5732
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5744
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5763
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 5774
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5781
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5793
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5812
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 5823
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5830
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5842
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5861
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 5872
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5879
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5891
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5910
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 5921
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5928
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5940
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5959
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 5970
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5977
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5989
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 6008
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 6019
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 6026
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 6038
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 6057
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 6068
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 6075
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 6087
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 6106
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 6117
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 6124
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 6136
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 6155
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 6157
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 6179
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 6185
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 6189
 Warning extension MoveVariableInsideIf Variable 'a' can be moved inside the block at line '6,191' to restrict runtime creation. 6189
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 6213
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 6214
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 6214
 Warning extension MoveVariableInsideIf Variable 'a' can be moved inside the block at line '6,215' to restrict runtime creation. 6214
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 6214
 Warning extension MoveVariableInsideIf Variable 'r' can be moved inside the block at line '6,219' to restrict runtime creation. 6218
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 6223
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 6223
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 6290
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 6291
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 6292
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 6293
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 6294
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 6295
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 6296
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 6297
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 6320
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 6350

infinispan/commons/src/main/java/org/infinispan/commons/util/concurrent/jdk8backported/ForkJoinPool.java

Severity Category Rule Message Line
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 652
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 671
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 672
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 698
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 698
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around return value. 700
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 716
 Warning extension MoveVariableInsideIf Variable 'p' can be moved inside the block at line '718' to restrict runtime creation. 716
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 717
 Warning extension MoveVariableInsideIf Variable 'm' can be moved inside the block at line '718' to restrict runtime creation. 717
 Warning extension MoveVariableInsideIf Variable 'n' can be moved inside the block at line '718' to restrict runtime creation. 717
 Warning extension MoveVariableInsideIf Variable 's' can be moved inside the block at line '718' to restrict runtime creation. 717
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 740
 Warning extension MoveVariableInsideIf Variable 'j' can be moved inside the block at line '750' to restrict runtime creation. 748
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 763
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 763
 Warning extension MoveVariableInsideIf Variable 't' can be moved inside the block at line '764' to restrict runtime creation. 763
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 784
 Warning extension MoveVariableInsideIf Variable 't' can be moved inside the block at line '785' to restrict runtime creation. 784
 Warning extension LogicConditionNeedOptimization Condition with && at line 787 position 73 need optimization. All method calls are advised to move to end of logic expression. 787
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 801
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 801
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 832
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 845
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 886
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 886
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 886
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 886
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 889
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 915
 Warning extension MoveVariableInsideIf Variable 'empty' can be moved inside the block at line '917' to restrict runtime creation. 915
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 916
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 916
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 919
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 960
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 960
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 966
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 966
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 1017
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around return value. 1018
 Warning extension LogicConditionNeedOptimization Condition with && at line 1,020 position 67 need optimization. All method calls are advised to move to end of logic expression. 1020
 Warning extension LogicConditionNeedOptimization Condition with && at line 1,021 position 49 need optimization. All method calls are advised to move to end of logic expression. 1021
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 1026
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 1027
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 1028
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 1029
 Warning extension MultipleStringLiteralsExtended The String "qlock" appears 2 times in the file. 1036
 Warning extension MultipleStringLiteralsExtended The String "data type scale not a power of two" appears 2 times in the file. 1040
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 1042
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. 1054
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 1070
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 1088
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 1108
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 1113
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 1118
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 1118
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 1128
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 1134
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 1134
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 1175
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 1176
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 1177
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 1178
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 1181
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 1182
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 1183
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 1184
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 1185
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 1186
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 1189
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 1190
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 1191
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 1194
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 1195
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 1198
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 1199
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 1200
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 1201
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 1202
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 1203
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 1206
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 1206
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 1207
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 1210
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 1211
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 1212
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 1213
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 1221
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 1222
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 1222
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 1234
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 1246
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 1247
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 1258
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 1264
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 1264
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 1280
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 1311
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 1312
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 1326
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 1348
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 1348
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 1348
 Warning extension LogicConditionNeedOptimization Condition with || at line 1,353 position 33 need optimization. All method calls are advised to move to end of logic expression. 1353
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 1362
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 1400
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around expression. 1420
 Warning extension LogicConditionNeedOptimization Condition with && at line 1,424 position 38 need optimization. All method calls are advised to move to end of logic expression. 1424
 Warning extension LogicConditionNeedOptimization Condition with && at line 1,424 position 51 need optimization. All method calls are advised to move to end of logic expression. 1424
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 1426
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 1426
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 1426
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 1426
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 1427
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 1433
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 1468
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 1468
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 1468
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 1468
 Warning extension MoveVariableInsideIf Variable 'a' can be moved inside the block at line '1,469' to restrict runtime creation. 1468
 Warning extension LogicConditionNeedOptimization Condition with && at line 1,469 position 41 need optimization. All method calls are advised to move to end of logic expression. 1469
 Warning extension LogicConditionNeedOptimization Condition with && at line 1,469 position 54 need optimization. All method calls are advised to move to end of logic expression. 1469
 Warning extension LogicConditionNeedOptimization Condition with && at line 1,470 position 38 need optimization. All method calls are advised to move to end of logic expression. 1470
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 1470
 Warning extension LogicConditionNeedOptimization Condition with && at line 1,470 position 68 need optimization. All method calls are advised to move to end of logic expression. 1470
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 1473
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 1508
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 1508
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 1508
 Warning extension LogicConditionNeedOptimization Condition with && at line 1,511 position 39 need optimization. All method calls are advised to move to end of logic expression. 1511
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 1528
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 1595
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 1595
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 1595
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 1595
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 1595
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 1596
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 1600
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 1671
 Warning extension MoveVariableInsideIf Variable 'ps' can be moved inside the block at line '1,673' to restrict runtime creation. 1672
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 1679
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 1679
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 1698
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 1698
 Warning extension MoveVariableInsideIf Variable 'h' can be moved inside the block at line '1,708' to restrict runtime creation. 1698
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 1698
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 1698
 Warning extension MoveVariableInsideIf Variable 'sc' can be moved inside the block at line '1,699' to restrict runtime creation. 1698
 Warning extension MoveVariableInsideIf Variable 'q' can be moved inside the block at line '1,708' to restrict runtime creation. 1698
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 1711
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 1734
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 1734
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 1734
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 1735
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 1743
 Warning extension LogicConditionNeedOptimization Condition with && at line 1,775 position 40 need optimization. All method calls are advised to move to end of logic expression. 1775
 Warning extension LogicConditionNeedOptimization Condition with && at line 1,775 position 61 need optimization. All method calls are advised to move to end of logic expression. 1775
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 1781
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 1811
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 1811
 Warning extension MoveVariableInsideIf Variable 'w' can be moved inside the block at line '1,812' to restrict runtime creation. 1811
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 1811
 Warning extension MoveVariableInsideIf Variable 'p' can be moved inside the block at line '1,812' to restrict runtime creation. 1811
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 1811
 Warning extension MoveVariableInsideIf Variable 'c' can be moved inside the block at line '1,812' to restrict runtime creation. 1811
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 1811
 Warning extension MoveVariableInsideIf Variable 'e' can be moved inside the block at line '1,812' to restrict runtime creation. 1811
 Warning extension MoveVariableInsideIf Variable 'i' can be moved inside the block at line '1,812' to restrict runtime creation. 1811
 Warning extension MoveVariableInsideIf Variable 's' can be moved inside the block at line '1,812' to restrict runtime creation. 1811
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 1815
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 1817
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 1827
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 1862
 Warning extension MoveVariableInsideIf Variable 'steps' can be moved inside the block at line '1,863' to restrict runtime creation. 1862
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 1866
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 1866
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 1867
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 1867
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 1876
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 1889
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 1890
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 1938
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 1938
 Warning extension MoveVariableInsideIf Variable 'q' can be moved inside the block at line '1,939' to restrict runtime creation. 1938
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 1938
 Warning extension MoveVariableInsideIf Variable 's' can be moved inside the block at line '1,939' to restrict runtime creation. 1938
 Warning extension MoveVariableInsideIf Variable 'u' can be moved inside the block at line '1,939' to restrict runtime creation. 1938
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 1941
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 1941
 Warning extension ReturnCountExtended Return count for 'tryCompensate' method is 2 (max allowed is 1). 1964
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 1965
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 1965
 Warning extension MoveVariableInsideIf Variable 'i' can be moved inside the block at line '1,967' to restrict runtime creation. 1965
 Warning extension MoveVariableInsideIf Variable 'pc' can be moved inside the block at line '1,967' to restrict runtime creation. 1965
 Warning extension MoveVariableInsideIf Variable 'tc' can be moved inside the block at line '1,967' to restrict runtime creation. 1965
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 1966
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 1966
 Warning extension MoveVariableInsideIf Variable 'w' can be moved inside the block at line '1,967' to restrict runtime creation. 1966
 Warning extension MoveVariableInsideIf Variable 'p' can be moved inside the block at line '1,967' to restrict runtime creation. 1966
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 1970
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 1997
 Warning extension LogicConditionNeedOptimization Condition with && at line 2,029 position 64 need optimization. All method calls are advised to move to end of logic expression. 2029
 Warning extension LogicConditionNeedOptimization Condition with && at line 2,033 position 42 need optimization. All method calls are advised to move to end of logic expression. 2033
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 2093
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 2093
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 2093
 Warning extension MoveVariableInsideIf Variable 'q' can be moved inside the block at line '2,094' to restrict runtime creation. 2093
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 2114
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 2114
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 2114
 Warning extension MoveVariableInsideIf Variable 'b' can be moved inside the block at line '2,120' to restrict runtime creation. 2114
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 2152
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 2212
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 2212
 Warning extension MoveVariableInsideIf Variable 'wt' can be moved inside the block at line '2,213' to restrict runtime creation. 2212
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 2212
 Warning extension MoveVariableInsideIf Variable 'pool' can be moved inside the block at line '2,213' to restrict runtime creation. 2212
 Warning extension MoveVariableInsideIf Variable 'q' can be moved inside the block at line '2,213' to restrict runtime creation. 2212
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around expression. 2213
 Warning extension ReturnCountExtended Return count for 'tryTerminate' method is 3 (max allowed is 1). 2242
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 2266
 Warning extension MoveVariableInsideIf Variable 'w' can be moved inside the block at line '2,269' to restrict runtime creation. 2266
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 2284
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 2284
 Warning extension MoveVariableInsideIf Variable 'w' can be moved inside the block at line '2,285' to restrict runtime creation. 2284
 Warning extension MoveVariableInsideIf Variable 'wt' can be moved inside the block at line '2,285' to restrict runtime creation. 2284
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 2296
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 2305
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 2305
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 2305
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 2309
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 2333
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 2333
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 2333
 Warning extension LogicConditionNeedOptimization Condition with && at line 2,334 position 45 need optimization. All method calls are advised to move to end of logic expression. 2334
 Warning extension LogicConditionNeedOptimization Condition with && at line 2,335 position 41 need optimization. All method calls are advised to move to end of logic expression. 2335
 Warning extension LogicConditionNeedOptimization Condition with && at line 2,336 position 48 need optimization. All method calls are advised to move to end of logic expression. 2336
 Warning extension ReturnCountExtended Return count for 'tryExternalUnpush' method is 2 (max allowed is 1). 2344
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 2345
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 2345
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 2345
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 2346
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 2346
 Warning extension LogicConditionNeedOptimization Condition with && at line 2,348 position 43 need optimization. All method calls are advised to move to end of logic expression. 2348
 Warning extension LogicConditionNeedOptimization Condition with && at line 2,349 position 33 need optimization. All method calls are advised to move to end of logic expression. 2349
 Warning extension LogicConditionNeedOptimization Condition with && at line 2,350 position 40 need optimization. All method calls are advised to move to end of logic expression. 2350
 Warning extension LogicConditionNeedOptimization Condition with && at line 2,351 position 37 need optimization. All method calls are advised to move to end of logic expression. 2351
 Warning extension LogicConditionNeedOptimization Condition with && at line 2,352 position 50 need optimization. All method calls are advised to move to end of logic expression. 2352
 Warning extension LogicConditionNeedOptimization Condition with && at line 2,353 position 34 need optimization. All method calls are advised to move to end of logic expression. 2353
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 2376
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 2377
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 2379
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 2380
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 2380
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 2380
 Warning extension MoveVariableInsideIf Variable 'o' can be moved inside the block at line '2,381' to restrict runtime creation. 2380
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 2385
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 2422
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 2422
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 2422
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 2422
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 2423
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 2423
 Warning extension MoveVariableInsideIf Variable 's' can be moved inside the block at line '2,424' to restrict runtime creation. 2423
 Warning extension LogicConditionNeedOptimization Condition with && at line 2,425 position 43 need optimization. All method calls are advised to move to end of logic expression. 2425
 Warning extension LogicConditionNeedOptimization Condition with && at line 2,426 position 33 need optimization. All method calls are advised to move to end of logic expression. 2426
 Warning extension LogicConditionNeedOptimization Condition with && at line 2,427 position 40 need optimization. All method calls are advised to move to end of logic expression. 2427
 Warning extension LogicConditionNeedOptimization Condition with && at line 2,428 position 37 need optimization. All method calls are advised to move to end of logic expression. 2428
 Warning extension LogicConditionNeedOptimization Condition with && at line 2,429 position 50 need optimization. All method calls are advised to move to end of logic expression. 2429
 Warning extension MoveVariableInsideIf Variable 'am' can be moved inside the block at line '2,432' to restrict runtime creation. 2431
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 2470
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 2489
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 2517
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 2542
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 2649
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 2660
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 2690
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 2695
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 2699
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 2705
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 2725
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 2744
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 2780
 Warning extension MoveVariableInsideIf Variable 'w' can be moved inside the block at line '2,781' to restrict runtime creation. 2780
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 2830
 Warning extension MoveVariableInsideIf Variable 'w' can be moved inside the block at line '2,831' to restrict runtime creation. 2830
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 2852
 Warning extension MoveVariableInsideIf Variable 'w' can be moved inside the block at line '2,853' to restrict runtime creation. 2852
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 2871
 Warning extension MoveVariableInsideIf Variable 'w' can be moved inside the block at line '2,872' to restrict runtime creation. 2871
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 2888
 Warning extension MoveVariableInsideIf Variable 'w' can be moved inside the block at line '2,889' to restrict runtime creation. 2888
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 2906
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 2906
 Warning extension MoveVariableInsideIf Variable 'w' can be moved inside the block at line '2,907' to restrict runtime creation. 2906
 Warning extension MoveVariableInsideIf Variable 't' can be moved inside the block at line '2,907' to restrict runtime creation. 2906
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 2935
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 2935
 Warning extension MoveVariableInsideIf Variable 'w' can be moved inside the block at line '2,936' to restrict runtime creation. 2935
 Warning extension MoveVariableInsideIf Variable 't' can be moved inside the block at line '2,936' to restrict runtime creation. 2935
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 2958
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 2958
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 2961
 Warning extension MoveVariableInsideIf Variable 'w' can be moved inside the block at line '2,962' to restrict runtime creation. 2961
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 2977
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 2983
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around return value. 3049
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around return value. 3068
 Warning extension ReturnCountExtended Return count for 'awaitTermination' method is 2 (max allowed is 1). 3095
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 3109
 Warning extension LogicConditionNeedOptimization Condition with || at line 3,110 position 44 need optimization. All method calls are advised to move to end of logic expression. 3110
 Warning extension ReturnCountExtended Return count for 'awaitQuiescence' method is 3 (max allowed is 1). 3132
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 3143
 Warning extension LogicConditionNeedOptimization Condition with && at line 3,145 position 28 need optimization. All method calls are advised to move to end of logic expression. 3145
 Warning extension LogicConditionNeedOptimization Condition with && at line 3,145 position 57 need optimization. All method calls are advised to move to end of logic expression. 3145
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 3154
 Warning extension MoveVariableInsideIf Variable 't' can be moved inside the block at line '3,155' to restrict runtime creation. 3154
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 3154
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 3276
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 3276
 Warning extension MoveVariableInsideIf Variable 'q' can be moved inside the block at line '3,277' to restrict runtime creation. 3276
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 3276
 Warning extension MoveVariableInsideIf Variable 'u' can be moved inside the block at line '3,277' to restrict runtime creation. 3276
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 3319
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 3320
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 3321
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 3322
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 3323
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 3324
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 3325
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 3326
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 3327
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 3354
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 3379
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 3382
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 3386
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 3425

infinispan/commons/src/main/java/org/infinispan/commons/util/concurrent/jdk8backported/ForkJoinTask.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 187
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 227
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 228
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 229
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 230
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 231
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 232
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 261
 Warning extension MoveVariableInsideIf Variable 'completed' can be moved inside the block at line '262' to restrict runtime creation. 261
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 265
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 344
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 344
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 344
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 359
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 359
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 377
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 378
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 379
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 384
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 425
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 469
 Warning extension ReturnCountExtended Return count for 'getThrowableException' method is 3 (max allowed is 1). 519
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 556
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 715
 Warning extension LogicConditionNeedOptimization Condition with && at line 749 position 40 need optimization. All method calls are advised to move to end of logic expression. 749
 Warning extension LogicConditionNeedOptimization Condition with && at line 800 position 40 need optimization. All method calls are advised to move to end of logic expression. 800
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around return value. 885
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 926
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 986
 Warning extension MoveVariableInsideIf Variable 'ms' can be moved inside the block at line '988' to restrict runtime creation. 986
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around return value. 1147
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 1161
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 1237
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 1275
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 1346
 Warning extension SimpleAccessorNameNotation Unexpected setter name. 1347
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 1350
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 1367
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 1381
 Warning extension SimpleAccessorNameNotation Unexpected setter name. 1382
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 1391
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 1396
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 1439
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 1465
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 1467
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 1478
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 1508

infinispan/commons/src/main/java/org/infinispan/commons/util/concurrent/jdk8backported/ForkJoinWorkerThread.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 110
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 115

infinispan/commons/src/main/java/org/infinispan/commons/util/concurrent/jdk8backported/LongAdder.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 41
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 52
 Warning extension EmptyPublicCtorInClass This empty public constructor is useless. 52
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 61
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 61
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 61
 Warning extension MoveVariableInsideIf Variable 'v' can be moved inside the block at line '62' to restrict runtime creation. 61
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 61
 Warning extension MoveVariableInsideIf Variable 'hc' can be moved inside the block at line '62' to restrict runtime creation. 61
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 61
 Warning extension MoveVariableInsideIf Variable 'a' can be moved inside the block at line '62' to restrict runtime creation. 61
 Warning extension MoveVariableInsideIf Variable 'n' can be moved inside the block at line '62' to restrict runtime creation. 61

infinispan/commons/src/main/java/org/infinispan/commons/util/concurrent/jdk8backported/Striped64.java

Severity Category Rule Message Line
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 92
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 94
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 102
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 103
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 110
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 209
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 210
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 210
 Warning extension MoveVariableInsideIf Variable 'a' can be moved inside the block at line '211' to restrict runtime creation. 210
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 210
 Warning extension MoveVariableInsideIf Variable 'r' can be moved inside the block at line '215' to restrict runtime creation. 214
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 218
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 218
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 300
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 301
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 302
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 311
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 341

infinispan/commons/src/main/java/org/infinispan/commons/util/concurrent/jdk8backported/StrippedConcurrentLinkedDeque.java

Severity Category Rule Message Line
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 50
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 68
 Warning extension OverridableMethodInConstructor Overridable method 'defaultNode' is called in constructor body. 70
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 90
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 122
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 123
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 124
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 125
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 137
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 158
 Warning extension OverridableMethodInConstructor Calling the method 'advance' in constructor body leads to the call of the overridable method 'startNode'. 159
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 170
 Warning extension CustomDeclarationOrder Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. 216
 Warning extension CustomDeclarationOrder Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. 233
 Warning extension CustomDeclarationOrder Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. 252
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 255
 Warning extension CustomDeclarationOrder Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. 276
 Warning extension CustomDeclarationOrder Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. 285
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 288
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'InnerClass()'. 311
 Warning extension CustomDeclarationOrder Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. 318
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 352
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 353
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 357
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 378
 Warning extension CustomDeclarationOrder Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. 433
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 437
 Warning extension CustomDeclarationOrder Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. 467
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 471
 Warning extension CustomDeclarationOrder Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. 504
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 507
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 510
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 520
 Warning extension CustomDeclarationOrder Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. 534
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 537
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 540
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 550
 Warning extension CustomDeclarationOrder Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. 558
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 567
 Warning extension CustomDeclarationOrder Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. 589
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 598
 Warning extension CustomDeclarationOrder Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. 625
 Warning extension CustomDeclarationOrder Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. 630
 Warning extension CustomDeclarationOrder Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. 639
 Warning extension CustomDeclarationOrder Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. 654
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 657
 Warning extension CustomDeclarationOrder Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. 673
 Warning extension CustomDeclarationOrder Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. 677
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'InnerClass()'. 683
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'InnerClass()'. 684
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'InnerClass()'. 685
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 698
 Warning extension CustomDeclarationOrder Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. 703
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 721

infinispan/commons/src/test/java/org/infinispan/commons/configuration/attributes/AttributeTest.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 35
 Warning extension MultipleStringLiteralsExtended The String "test" appears 4 times in the file. 43
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 45
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 48
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 62
 Warning extension MultipleStringLiteralsExtended The String "set" appears 6 times in the file. 68
 Warning extension MultipleStringLiteralsExtended The String "key" appears 2 times in the file. 86
 Warning extension MultipleStringLiteralsExtended The String "a" appears 2 times in the file. 97
 Warning extension MultipleStringLiteralsExtended The String "b" appears 2 times in the file. 97
 Warning extension NoNullForCollectionReturn Method should return empty collection instead of null. 101
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 111
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 123
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 124
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 143
 Warning extension SimpleAccessorNameNotation Unexpected setter name. 147

infinispan/core/src/main/java/org/infinispan/Version.java

Severity Category Rule Message Line
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 19
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 20
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 21
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 23
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 24
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 91
 Warning extension MultipleStringLiteralsExtended The String "." appears 3 times in the file. 92

infinispan/core/src/main/java/org/infinispan/affinity/impl/KeyAffinityServiceImpl.java

Severity Category Rule Message Line
 Warning extension OverridableMethodInConstructor Overridable method 'start' is called in constructor body. 93
 Warning extension MultipleStringLiteralsExtended The String "Address " appears 2 times in the file. 120
 Warning extension MultipleStringLiteralsExtended The String " is no longer in the cluster" appears 2 times in the file. 120
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 251
 Warning extension LogicConditionNeedOptimization Condition with && at line 263 position 66 need optimization. All method calls are advised to move to end of logic expression. 263
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 296

infinispan/core/src/main/java/org/infinispan/atomic/AtomicMapLookup.java

Severity Category Rule Message Line
 Warning extension NoNullForCollectionReturn Method should return empty collection instead of null. 105

infinispan/core/src/main/java/org/infinispan/atomic/impl/AtomicHashMap.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 52
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 63
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 69
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 73
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 77
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 82
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 141
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 150
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 165

infinispan/core/src/main/java/org/infinispan/atomic/impl/AtomicHashMapDelta.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 61

infinispan/core/src/main/java/org/infinispan/atomic/impl/AtomicHashMapProxy.java

Severity Category Rule Message Line
 Warning extension ReturnCountExtended Return count for 'getDeltaMapForWrite' method is 2 (max allowed is 1). 102

infinispan/core/src/main/java/org/infinispan/atomic/impl/FineGrainedAtomicHashMapProxy.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 68
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 90
 Warning extension MoveVariableInsideIf Variable 'result' can be moved inside the block at line '110' to restrict runtime creation. 107
 Warning extension ReturnBooleanFromTernary Returning explicit boolean from ternary operator. 160
 Warning extension ReturnBooleanFromTernary Returning explicit boolean from ternary operator. 175

infinispan/core/src/main/java/org/infinispan/atomic/impl/PutOperation.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 94

infinispan/core/src/main/java/org/infinispan/atomic/impl/RemoveOperation.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 65

infinispan/core/src/main/java/org/infinispan/batch/BatchContainer.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 18
 Warning extension ReturnCountExtended Return count for 'startBatch' method is 2 (max allowed is 1). 34
 Warning extension LogicConditionNeedOptimization Condition with && at line 39 position 57 need optimization. All method calls are advised to move to end of logic expression. 39
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 57
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 84
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 90

infinispan/core/src/main/java/org/infinispan/cache/impl/AbstractDelegatingCache.java

Severity Category Rule Message Line
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 371

infinispan/core/src/main/java/org/infinispan/cache/impl/CacheImpl.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "Null keys are not supported!" appears 2 times in the file. 221
 Warning extension MultipleStringLiteralsExtended The String "Null values are not supported!" appears 2 times in the file. 228
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 687
 Warning extension MoveVariableInsideIf Variable 'txInjected' can be moved inside the block at line '783' to restrict runtime creation. 782
 Warning extension LogicConditionNeedOptimization Condition with && at line 783 position 67 need optimization. All method calls are advised to move to end of logic expression. 783
 Warning extension MultipleStringLiteralsExtended The String "Cannot lock empty list of keys" appears 2 times in the file. 830
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 964
 Warning extension MultipleStringLiteralsExtended The String "Invocation batching not enabled in current configuration! Please enable it." appears 2 times in the file. 987
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 1226
 Warning extension MultipleStringLiteralsExtended The String "Finished notifying" appears 2 times in the file. 1236
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 1237
 Warning extension MultipleStringLiteralsExtended The String "Exception while notifying the future" appears 2 times in the file. 1238
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 1245
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 1265
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 1275
 Warning extension MultipleStringLiteralsExtended The String "Error when notifying" appears 16 times in the file. 1276
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 1282
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 1307
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 1314
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 1335
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 1345
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 1352
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 1369
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 1379
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 1386
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 1403
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 1413
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 1420
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 1441
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 1451
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 1458
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 1479
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 1489
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 1496
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 1526
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 1535
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 1542
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 1649
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 1657
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 1670
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 1754

infinispan/core/src/main/java/org/infinispan/commands/CancelCommand.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 19

infinispan/core/src/main/java/org/infinispan/commands/CommandsFactoryImpl.java

Severity Category Rule Message Line
 Warning extension LogicConditionNeedOptimization Condition with && at line 373 position 60 need optimization. All method calls are advised to move to end of logic expression. 373
 Warning extension LogicConditionNeedOptimization Condition with && at line 406 position 60 need optimization. All method calls are advised to move to end of logic expression. 406
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 410

infinispan/core/src/main/java/org/infinispan/commands/CreateCacheCommand.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 24

infinispan/core/src/main/java/org/infinispan/commands/RemoteCommandsFactory.java

Severity Category Rule Message Line
 Warning extension ReturnCountExtended Return count for 'fromStream' method is 2 (max allowed is 1). 102
 Warning extension MultipleStringLiteralsExtended The String "Unknown command id " appears 4 times in the file. 143
 Warning extension MultipleStringLiteralsExtended The String "!" appears 4 times in the file. 143
 Warning extension ReturnCountExtended Return count for 'fromStream' method is 2 (max allowed is 1). 165

infinispan/core/src/main/java/org/infinispan/commands/control/LockControlCommand.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 39
 Warning extension SimpleAccessorNameNotation Unexpected setter name. 73
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 139

infinispan/core/src/main/java/org/infinispan/commands/read/AbstractCloseableIteratorCollection.java

Severity Category Rule Message Line
 Warning extension ReturnCountExtended Return count for 'toArray' method is 2 (max allowed is 1). 70
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 158

infinispan/core/src/main/java/org/infinispan/commands/read/AbstractDataCommand.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 30
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 35
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around return value. 78

infinispan/core/src/main/java/org/infinispan/commands/read/AbstractLocalCommand.java

Severity Category Rule Message Line
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 23

infinispan/core/src/main/java/org/infinispan/commands/read/GetAllCommand.java

Severity Category Rule Message Line
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 76
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 130
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 186

infinispan/core/src/main/java/org/infinispan/commands/read/GetCacheEntryCommand.java

Severity Category Rule Message Line
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 85

infinispan/core/src/main/java/org/infinispan/commands/read/GetKeyValueCommand.java

Severity Category Rule Message Line
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 77

infinispan/core/src/main/java/org/infinispan/commands/read/MapCombineCommand.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 27

infinispan/core/src/main/java/org/infinispan/commands/read/ReduceCommand.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 25

infinispan/core/src/main/java/org/infinispan/commands/read/SizeCommand.java

Severity Category Rule Message Line
 Warning extension ReturnCountExtended Return count for 'perform' method is 2 (max allowed is 1). 39

infinispan/core/src/main/java/org/infinispan/commands/remote/ClusteredGetAllCommand.java

Severity Category Rule Message Line
 Warning extension ReturnCountExtended Return count for 'perform' method is 2 (max allowed is 1). 76

infinispan/core/src/main/java/org/infinispan/commands/remote/ClusteredGetCommand.java

Severity Category Rule Message Line
 Warning extension ReturnCountExtended Return count for 'perform' method is 3 (max allowed is 1). 93
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 117
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 136
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 163
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 179
 Warning extension SimpleAccessorNameNotation Unexpected setter name. 183

infinispan/core/src/main/java/org/infinispan/commands/remote/GetKeysInGroupCommand.java

Severity Category Rule Message Line
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 70
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 119
 Warning extension SimpleAccessorNameNotation Unexpected setter name. 123

infinispan/core/src/main/java/org/infinispan/commands/remote/SingleRpcCommand.java

Severity Category Rule Message Line
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 43

infinispan/core/src/main/java/org/infinispan/commands/remote/recovery/CompleteTransactionCommand.java

Severity Category Rule Message Line
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 52

infinispan/core/src/main/java/org/infinispan/commands/remote/recovery/GetInDoubtTransactionsCommand.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 22

infinispan/core/src/main/java/org/infinispan/commands/remote/recovery/TxCompletionNotificationCommand.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 28
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 56
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 61
 Warning extension ReturnCountExtended Return count for 'perform' method is 2 (max allowed is 1). 81
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 107
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 127

infinispan/core/src/main/java/org/infinispan/commands/tx/AbstractTransactionBoundaryCommand.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 27
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 28
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 29
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 30
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 31
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 109

infinispan/core/src/main/java/org/infinispan/commands/tx/PrepareCommand.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 42
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 44
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 45
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 46
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 47
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 67
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 71
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 78
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 85
 Warning extension ReturnCountExtended Return count for 'perform' method is 2 (max allowed is 1). 90

infinispan/core/src/main/java/org/infinispan/commands/tx/VersionedCommitCommand.java

Severity Category Rule Message Line
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 44

infinispan/core/src/main/java/org/infinispan/commands/write/ApplyDeltaCommand.java

Severity Category Rule Message Line
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 68

infinispan/core/src/main/java/org/infinispan/commands/write/ClearCommand.java

Severity Category Rule Message Line
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 54

infinispan/core/src/main/java/org/infinispan/commands/write/InvalidateCommand.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 28
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 95
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 97

infinispan/core/src/main/java/org/infinispan/commands/write/InvalidateL1Command.java

Severity Category Rule Message Line
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 117
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 119

infinispan/core/src/main/java/org/infinispan/commands/write/PutKeyValueCommand.java

Severity Category Rule Message Line
 Warning extension OverridableMethodInConstructor Overridable method 'setValue' is called in constructor body. 45
 Warning extension ReturnCountExtended Return count for 'perform' method is 4 (max allowed is 1). 75
 Warning extension MoveVariableInsideIf Variable 'entryValue' can be moved inside the block at line '90' to restrict runtime creation. 89
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 105

infinispan/core/src/main/java/org/infinispan/commands/write/PutMapCommand.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 64
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 94
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 134
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 224
 Warning extension SimpleAccessorNameNotation Unexpected setter name. 231

infinispan/core/src/main/java/org/infinispan/commands/write/RemoveCommand.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 26
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 27
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 31
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 38
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 53
 Warning extension ReturnCountExtended Return count for 'perform' method is 4 (max allowed is 1). 62
 Warning extension ReturnBooleanFromTernary Returning explicit boolean from ternary operator. 76
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 166
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 214
 Warning extension ReturnBooleanFromTernary Returning explicit boolean from ternary operator. 215
 Warning extension ReturnBooleanFromTernary Returning explicit boolean from ternary operator. 218

infinispan/core/src/main/java/org/infinispan/commands/write/ReplaceCommand.java

Severity Category Rule Message Line
 Warning extension MoveVariableInsideIf Variable 'old' can be moved inside the block at line '70' to restrict runtime creation. 69
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 70
 Warning extension MoveVariableInsideIf Variable 'previousValue' can be moved inside the block at line '95' to restrict runtime creation. 93
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 113

infinispan/core/src/main/java/org/infinispan/configuration/cache/AbstractStoreConfiguration.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 28
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 29
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 30
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 31
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 32
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 33
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Method(.*)'. 35
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 36
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 37
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 42
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 63

infinispan/core/src/main/java/org/infinispan/configuration/cache/AbstractStoreConfigurationBuilder.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 23
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 24
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 25
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 27
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 29
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 31
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 33
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 35
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 37
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 194

infinispan/core/src/main/java/org/infinispan/configuration/cache/AsyncConfiguration.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 27
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 28
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 29
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 30
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 31
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 33
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 36

infinispan/core/src/main/java/org/infinispan/configuration/cache/AsyncStoreConfiguration.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 23
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 24
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 25
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 27
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 29

infinispan/core/src/main/java/org/infinispan/configuration/cache/AuthorizationConfiguration.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 30
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 31
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 32
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 34

infinispan/core/src/main/java/org/infinispan/configuration/cache/BackupConfiguration.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 24
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 25
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 26
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 27
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 28
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 29
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 30
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 31
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 32
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 33
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 35

infinispan/core/src/main/java/org/infinispan/configuration/cache/BackupForConfiguration.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 21
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 22
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 23
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 25

infinispan/core/src/main/java/org/infinispan/configuration/cache/ClusterLoaderConfiguration.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 27
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 29

infinispan/core/src/main/java/org/infinispan/configuration/cache/ClusteringConfiguration.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 20
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 21
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 22
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 23
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 24
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 25
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 26
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 27
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 29

infinispan/core/src/main/java/org/infinispan/configuration/cache/CompatibilityModeConfiguration.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 21
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 22
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 23
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 25

infinispan/core/src/main/java/org/infinispan/configuration/cache/Configuration.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 63

infinispan/core/src/main/java/org/infinispan/configuration/cache/ConfigurationBuilder.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 33
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 163
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 206

infinispan/core/src/main/java/org/infinispan/configuration/cache/CustomInterceptorsConfigurationBuilder.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 18
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 48

infinispan/core/src/main/java/org/infinispan/configuration/cache/CustomStoreConfiguration.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 13
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 15

infinispan/core/src/main/java/org/infinispan/configuration/cache/DataContainerConfiguration.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 31
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 32
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 33
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 35

infinispan/core/src/main/java/org/infinispan/configuration/cache/DeadlockDetectionConfiguration.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 20
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 21
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 22
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 24

infinispan/core/src/main/java/org/infinispan/configuration/cache/EvictionConfiguration.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 20
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 21
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 22
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 23
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 25

infinispan/core/src/main/java/org/infinispan/configuration/cache/EvictionConfigurationBuilder.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 23
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 23
 Warning extension LogicConditionNeedOptimization Condition with && at line 80 position 31 need optimization. All method calls are advised to move to end of logic expression. 80

infinispan/core/src/main/java/org/infinispan/configuration/cache/ExpirationConfiguration.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 22
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 23
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 24
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 25
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 26
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 28

infinispan/core/src/main/java/org/infinispan/configuration/cache/GroupsConfiguration.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 31
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 32
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 33
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 35

infinispan/core/src/main/java/org/infinispan/configuration/cache/HashConfiguration.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 30
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 31
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 32
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 33
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 34
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 36
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 37
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 38
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 40

infinispan/core/src/main/java/org/infinispan/configuration/cache/IndexOverlay.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "true" appears 2 times in the file. 21
 Warning extension MultipleStringLiteralsExtended The String "shared" appears 2 times in the file. 23

infinispan/core/src/main/java/org/infinispan/configuration/cache/IndexingConfiguration.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 20
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 21
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 23
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 24
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 26

infinispan/core/src/main/java/org/infinispan/configuration/cache/IndexingConfigurationBuilder.java

Severity Category Rule Message Line
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 198
 Warning extension MoveVariableInsideIf Variable 'typedProperties' can be moved inside the block at line '206' to restrict runtime creation. 205

infinispan/core/src/main/java/org/infinispan/configuration/cache/InterceptorConfiguration.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 46
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 47
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 48
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 49
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 50
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 51
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 53

infinispan/core/src/main/java/org/infinispan/configuration/cache/InvocationBatchingConfiguration.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 12
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 13
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 15

infinispan/core/src/main/java/org/infinispan/configuration/cache/JMXStatisticsConfiguration.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 20
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 21
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 28

infinispan/core/src/main/java/org/infinispan/configuration/cache/L1Configuration.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 23
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 24
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 25
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 26
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 27
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 29

infinispan/core/src/main/java/org/infinispan/configuration/cache/LockingConfiguration.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 27
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 28
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 29
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 30
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 31
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 33
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 35

infinispan/core/src/main/java/org/infinispan/configuration/cache/PartitionHandlingConfiguration.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 22
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 23
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 25

infinispan/core/src/main/java/org/infinispan/configuration/cache/PersistenceConfiguration.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 19
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 20
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 21
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 23

infinispan/core/src/main/java/org/infinispan/configuration/cache/PersistenceConfigurationBuilder.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 20
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 55
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 123

infinispan/core/src/main/java/org/infinispan/configuration/cache/RecoveryConfiguration.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 21
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 22
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 23
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 25

infinispan/core/src/main/java/org/infinispan/configuration/cache/SingleFileStoreConfiguration.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 26
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 27
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 28
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 30

infinispan/core/src/main/java/org/infinispan/configuration/cache/SingletonStoreConfiguration.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 26
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 27
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 28
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 29
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 31

infinispan/core/src/main/java/org/infinispan/configuration/cache/SitesConfiguration.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 32
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 33
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 34
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 35
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 36
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 38

infinispan/core/src/main/java/org/infinispan/configuration/cache/StateTransferConfiguration.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 25
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 26
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 27
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 28
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 29
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 31

infinispan/core/src/main/java/org/infinispan/configuration/cache/StoreAsBinaryConfiguration.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 27
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 28
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 29
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 30
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 32

infinispan/core/src/main/java/org/infinispan/configuration/cache/SyncConfiguration.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 22
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 23
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 25

infinispan/core/src/main/java/org/infinispan/configuration/cache/TakeOfflineConfiguration.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 18
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 19
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 20
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 22

infinispan/core/src/main/java/org/infinispan/configuration/cache/TransactionConfiguration.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 45
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 46
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 47
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 48
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 49
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 50
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 51
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 52
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 53
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 54
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 55
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 56
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 57
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 58
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 59
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 60
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 61
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 63

infinispan/core/src/main/java/org/infinispan/configuration/cache/UnsafeConfiguration.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 25
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 26
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 28

infinispan/core/src/main/java/org/infinispan/configuration/cache/VersioningConfiguration.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 19
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 20
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 21
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 23

infinispan/core/src/main/java/org/infinispan/configuration/cache/XSiteStateTransferConfiguration.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 30
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 31
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 32
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 33
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 34
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 36

infinispan/core/src/main/java/org/infinispan/configuration/format/PropertyFormatter.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "toString" appears 3 times in the file. 28
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 29
 Warning extension UselessSuperCtorCall Super call could be removed: Class 'PropertyFormatter' does not extend anything. 56
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 63
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 80
 Warning extension MultipleStringLiteralsExtended The String "[" appears 2 times in the file. 109
 Warning extension MultipleStringLiteralsExtended The String "]" appears 2 times in the file. 109
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 123

infinispan/core/src/main/java/org/infinispan/configuration/global/ExecutorFactoryConfiguration.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 17
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 19

infinispan/core/src/main/java/org/infinispan/configuration/global/GlobalAuthorizationConfiguration.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 30
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 31
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 32
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 33
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 35
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 37

infinispan/core/src/main/java/org/infinispan/configuration/global/GlobalAuthorizationConfigurationBuilder.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 30
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 87

infinispan/core/src/main/java/org/infinispan/configuration/global/GlobalConfiguration.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 73

infinispan/core/src/main/java/org/infinispan/configuration/global/GlobalConfigurationBuilder.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 28
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 220
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 249

infinispan/core/src/main/java/org/infinispan/configuration/global/GlobalJmxStatisticsConfiguration.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 30
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 31
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 32
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 33
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 34
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 35
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 37
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 39

infinispan/core/src/main/java/org/infinispan/configuration/global/GlobalRoleConfigurationBuilder.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 18

infinispan/core/src/main/java/org/infinispan/configuration/global/ScheduledExecutorFactoryConfiguration.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 17
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 19

infinispan/core/src/main/java/org/infinispan/configuration/global/SerializationConfigurationBuilder.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 21

infinispan/core/src/main/java/org/infinispan/configuration/global/TransportConfiguration.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 41
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 42
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 43
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 44
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 45
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 46
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 47
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 48
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 49
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 50
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 51
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 52
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 54

infinispan/core/src/main/java/org/infinispan/configuration/global/TransportConfigurationBuilder.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 26

infinispan/core/src/main/java/org/infinispan/configuration/parsing/AbstractParserContext.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 7

infinispan/core/src/main/java/org/infinispan/configuration/parsing/Attribute.java

Severity Category Rule Message Line
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 151
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 158

infinispan/core/src/main/java/org/infinispan/configuration/parsing/Element.java

Severity Category Rule Message Line
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 98
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 105

infinispan/core/src/main/java/org/infinispan/configuration/parsing/ParseUtils.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "' encountered" appears 3 times in the file. 35
 Warning extension MultipleStringLiteralsExtended The String ", " appears 2 times in the file. 83
 Warning extension MultipleStringLiteralsExtended The String "' has already been declared" appears 2 times in the file. 142
 Warning extension NoNullForCollectionReturn Method should return empty collection instead of null. 265

infinispan/core/src/main/java/org/infinispan/configuration/parsing/Parser70.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 72
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 73
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 74
 Warning extension EmptyPublicCtorInClass This empty public constructor is useless. 76
 Warning extension MultipleStringLiteralsExtended The String "stack-" appears 2 times in the file. 431
 Warning extension MultipleStringLiteralsExtended The String "stackFilePath-" appears 2 times in the file. 435
 Warning extension MultipleStringLiteralsExtended The String "\\s+" appears 2 times in the file. 644
 Warning extension MoveVariableInsideIf Variable 'builder' can be moved inside the block at line '1,827' to restrict runtime creation. 1787
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 1992

infinispan/core/src/main/java/org/infinispan/configuration/parsing/Parser71.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 73
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 74
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 75
 Warning extension EmptyPublicCtorInClass This empty public constructor is useless. 77
 Warning extension MultipleStringLiteralsExtended The String "stack-" appears 2 times in the file. 432
 Warning extension MultipleStringLiteralsExtended The String "stackFilePath-" appears 2 times in the file. 436
 Warning extension MultipleStringLiteralsExtended The String "\\s+" appears 2 times in the file. 645
 Warning extension MoveVariableInsideIf Variable 'builder' can be moved inside the block at line '1,828' to restrict runtime creation. 1788
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 1993

infinispan/core/src/main/java/org/infinispan/configuration/parsing/Parser72.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 75
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 76
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 77
 Warning extension EmptyPublicCtorInClass This empty public constructor is useless. 79
 Warning extension MultipleStringLiteralsExtended The String "stack-" appears 2 times in the file. 434
 Warning extension MultipleStringLiteralsExtended The String "stackFilePath-" appears 2 times in the file. 438
 Warning extension MultipleStringLiteralsExtended The String "\\s+" appears 2 times in the file. 654
 Warning extension MoveVariableInsideIf Variable 'builder' can be moved inside the block at line '1,837' to restrict runtime creation. 1797
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 2002

infinispan/core/src/main/java/org/infinispan/configuration/parsing/ParserRegistry.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 83
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 109
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 137

infinispan/core/src/main/java/org/infinispan/configuration/parsing/XMLExtendedStreamReaderImpl.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 21
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 313

infinispan/core/src/main/java/org/infinispan/configuration/parsing/XmlConfigHelper.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "true" appears 2 times in the file. 302
 Warning extension MultipleStringLiteralsExtended The String "false" appears 2 times in the file. 302
 Warning extension ReturnCountExtended Return count for 'getDocumentRoot' method is 2 (max allowed is 1). 346
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 365
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 413
 Warning extension MultipleStringLiteralsExtended The String "]" appears 2 times in the file. 420
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 430
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 454
 Warning extension MultipleStringLiteralsExtended The String "Unable to invoke setter " appears 2 times in the file. 455
 Warning extension MultipleStringLiteralsExtended The String " on " appears 2 times in the file. 455
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 460
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 484
 Warning extension MoveVariableInsideIf Variable 'name' can be moved inside the block at line '520' to restrict runtime creation. 517
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 539

infinispan/core/src/main/java/org/infinispan/container/DefaultDataContainer.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 64
 Warning extension MultipleStringLiteralsExtended The String "Store %s in container" appears 3 times in the file. 190
 Warning extension MultipleStringLiteralsExtended The String "No filter specified" appears 2 times in the file. 403
 Warning extension MultipleStringLiteralsExtended The String "No action specified" appears 2 times in the file. 405

infinispan/core/src/main/java/org/infinispan/container/EntryFactoryImpl.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 41
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 43
 Warning extension ReturnCountExtended Return count for 'wrapEntryForReading' method is 3 (max allowed is 1). 68
 Warning extension LogicConditionNeedOptimization Condition with && at line 81 position 60 need optimization. All method calls are advised to move to end of logic expression. 81
 Warning extension MultipleStringLiteralsExtended The String "Wrap %s for read. Entry=%s" appears 3 times in the file. 87
 Warning extension ReturnCountExtended Return count for 'wrapEntryForPut' method is 2 (max allowed is 1). 160
 Warning extension LogicConditionNeedOptimization Condition with && at line 164 position 52 need optimization. All method calls are advised to move to end of logic expression. 164
 Warning extension LogicConditionNeedOptimization Condition with && at line 176 position 66 need optimization. All method calls are advised to move to end of logic expression. 176
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 193
 Warning extension MultipleStringLiteralsExtended The String "Update metadata for %s. Provided metadata is %s" appears 2 times in the file. 374

infinispan/core/src/main/java/org/infinispan/container/InternalEntryFactoryImpl.java

Severity Category Rule Message Line
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 139
 Warning extension LogicConditionNeedOptimization Condition with && at line 155 position 42 need optimization. All method calls are advised to move to end of logic expression. 155
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 171
 Warning extension ReturnCountExtended Return count for 'updateMetadataUnawareEntry' method is 4 (max allowed is 1). 178
 Warning extension ReturnCountExtended Return count for 'updateMetadataAwareEntry' method is 5 (max allowed is 1). 247

infinispan/core/src/main/java/org/infinispan/container/entries/ClearCacheEntry.java

Severity Category Rule Message Line
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 38
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 48
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 58
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 68
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 78
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 88
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 118
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 129
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 134
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 155

infinispan/core/src/main/java/org/infinispan/container/entries/ClusteredRepeatableReadEntry.java

Severity Category Rule Message Line
 Warning extension ReturnCountExtended Return count for 'performWriteSkewCheck' method is 3 (max allowed is 1). 33

infinispan/core/src/main/java/org/infinispan/container/entries/DeltaAwareCacheEntry.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 30
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 31
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 32
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 32
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 33
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 34
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 37
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 70
 Warning extension LogicConditionNeedOptimization Condition with && at line 329 position 22 need optimization. All method calls are advised to move to end of logic expression. 329
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 354

infinispan/core/src/main/java/org/infinispan/container/entries/ReadCommittedEntry.java

Severity Category Rule Message Line
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 27
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 27
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 28
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 29
 Warning extension MoveVariableInsideIf Variable 'ahm' can be moved inside the block at line '157' to restrict runtime creation. 151
 Warning extension LogicConditionNeedOptimization Condition with && at line 314 position 22 need optimization. All method calls are advised to move to end of logic expression. 314

infinispan/core/src/main/java/org/infinispan/container/versioning/NumericVersionGenerator.java

Severity Category Rule Message Line
 Warning extension MoveVariableInsideIf Variable 'rank' can be moved inside the block at line '127' to restrict runtime creation. 125

infinispan/core/src/main/java/org/infinispan/context/Flag.java

Severity Category Rule Message Line
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 311

infinispan/core/src/main/java/org/infinispan/context/InvocationContextContainerImpl.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 19

infinispan/core/src/main/java/org/infinispan/context/SingleKeyNonTxInvocationContext.java

Severity Category Rule Message Line
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 172

infinispan/core/src/main/java/org/infinispan/context/impl/AbstractInvocationContext.java

Severity Category Rule Message Line
 Warning extension SimpleAccessorNameNotation Unexpected setter name. 36
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 50

infinispan/core/src/main/java/org/infinispan/context/impl/ClearInvocationContext.java

Severity Category Rule Message Line
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 44
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 49
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 81
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 86

infinispan/core/src/main/java/org/infinispan/context/impl/NonTxInvocationContext.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 22
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 24

infinispan/core/src/main/java/org/infinispan/distexec/DefaultExecutorService.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 94
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 95
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 99
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 100
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 101
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 102
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 103
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 104
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 105
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 106
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 107
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 108
 Warning extension UselessSuperCtorCall Redundant super constructor call could be removed. Class 'DefaultExecutorService' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. 161
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 172
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 198
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 301
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 302
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around identifier 'timed'. 314
 Warning extension IllegalCatchExtended Catching 'RuntimeException' is not allowed. 349
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 387
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 447
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 468
 Warning extension ReturnCountExtended Return count for 'submitEverywhere' method is 2 (max allowed is 1). 492
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 495
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 566
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 567
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 579
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 584
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 594
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 629
 Warning extension UselessSuperCtorCall Super call could be removed: Class 'RandomNodeTaskFailoverPolicy' does not extend anything. 662
 Warning extension UselessSuperCtorCall Super call could be removed: Class 'NoTaskFailoverPolicy' does not extend anything. 688
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 756
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 810
 Warning extension ReturnCountExtended Return count for 'innerGet' method is 2 (max allowed is 1). 851
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 862
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 868
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 874
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 945
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 968
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 975
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around expression. 1005
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 1042
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 1061
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 1118
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 1135
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 1136

infinispan/core/src/main/java/org/infinispan/distexec/mapreduce/MapReduceManagerImpl.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 104
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 183
 Warning extension MultipleStringLiteralsExtended The String "For m/r task %s invoking %s with input keys %s" appears 2 times in the file. 186
 Warning extension MultipleStringLiteralsExtended The String "Map phase for task %s took %s milliseconds" appears 2 times in the file. 218
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 240
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 244
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 255
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 266
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 269
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 325
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 340
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 345
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 361
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 375
 Warning extension UselessSuperCtorCall Redundant super constructor call could be removed. Class 'MapCombineTask' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. 423
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 466
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 472

infinispan/core/src/main/java/org/infinispan/distexec/mapreduce/MapReduceTask.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 145
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 147
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 148
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 149
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 150
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 151
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 153
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 154
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 155
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 156
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 157
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 158
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 159
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 160
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 161
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 162
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 163
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 164
 Warning extension MultipleStringLiteralsExtended The String "Invalid configuration name " appears 2 times in the file. 349
 Warning extension MultipleStringLiteralsExtended The String ", cacheConfigurationName cannot be null or empty" appears 2 times in the file. 350
 Warning extension MultipleStringLiteralsExtended The String "Invalid cache name" appears 2 times in the file. 370
 Warning extension MultipleStringLiteralsExtended The String ", cache name cannot be null or empty" appears 2 times in the file. 370
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 515
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 547
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 554
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 569
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 570
 Warning extension AvoidHidingCauseException Cause exception 'ee' was lost. 607
 Warning extension MultipleStringLiteralsExtended The String "Map phase failed " appears 2 times in the file. 607
 Warning extension MoveVariableInsideIf Variable 'rpc' can be moved inside the block at line '623' to restrict runtime creation. 618
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 620
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 621
 Warning extension AvoidHidingCauseException Cause exception 'ee' was lost. 665
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 690
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 703
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 704
 Warning extension AvoidHidingCauseException Cause exception 'ee' was lost. 726
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 738
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 794
 Warning extension MultipleStringLiteralsExtended The String "Finished notifying" appears 3 times in the file. 803
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 804
 Warning extension MultipleStringLiteralsExtended The String "Exception while notifying the future" appears 4 times in the file. 805
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 812
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 847
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 857
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 865
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 879
 Warning extension EmptyPublicCtorInClass This empty public constructor is useless. 974
 Warning extension ReturnCountExtended Return count for 'cancel' method is 2 (max allowed is 1). 978
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 990
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 1139
 Warning extension MultipleStringLiteralsExtended The String "Invoking %s on %s" appears 2 times in the file. 1145
 Warning extension MultipleStringLiteralsExtended The String "Invoked %s on %s " appears 2 times in the file. 1148
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 1149
 Warning extension MultipleStringLiteralsExtended The String "Could not invoke map phase of MapReduceTask on remote node " appears 2 times in the file. 1151
 Warning extension MultipleStringLiteralsExtended The String "Invoking %s locally" appears 2 times in the file. 1158
 Warning extension MultipleStringLiteralsExtended The String "Invoked %s locally" appears 3 times in the file. 1165
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 1212
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 1222
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 1242

infinispan/core/src/main/java/org/infinispan/distexec/mapreduce/spi/MapReduceTaskLifecycleService.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "Could not properly load and instantiate DistributedTaskLifecycle service " appears 4 times in the file. 42

infinispan/core/src/main/java/org/infinispan/distexec/spi/DistributedTaskLifecycleService.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "Could not properly load and instantiate DistributedTaskLifecycle service " appears 2 times in the file. 40

infinispan/core/src/main/java/org/infinispan/distribution/DataLocality.java

Severity Category Rule Message Line
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 20

infinispan/core/src/main/java/org/infinispan/distribution/ch/impl/DefaultConsistentHash.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "The number of segments must be strictly positive" appears 2 times in the file. 53
 Warning extension MultipleStringLiteralsExtended The String "The number of owners must be strictly positive" appears 2 times in the file. 55
 Warning extension MultipleStringLiteralsExtended The String "Segment owner list cannot be null or empty" appears 2 times in the file. 71
 Warning extension MultipleStringLiteralsExtended The String "owner cannot be null" appears 2 times in the file. 112
 Warning extension MultipleStringLiteralsExtended The String "Node " appears 2 times in the file. 115
 Warning extension MultipleStringLiteralsExtended The String " is not a member" appears 2 times in the file. 115
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 118
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 136
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 157
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 197
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 201
 Warning extension MultipleStringLiteralsExtended The String ", " appears 2 times in the file. 256
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 297
 Warning extension NoNullForCollectionReturn Method should return empty collection instead of null. 343

infinispan/core/src/main/java/org/infinispan/distribution/ch/impl/DefaultConsistentHashFactory.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "Can't construct a consistent hash without any members" appears 2 times in the file. 34
 Warning extension ReturnCountExtended Return count for 'updateMembers' method is 2 (max allowed is 1). 70
 Warning extension LogicConditionNeedOptimization Condition with && at line 78 position 52 need optimization. All method calls are advised to move to end of logic expression. 78
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 168
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 221
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 296
 Warning extension OverridableMethodInConstructor Overridable method 'computeActualNumOwners' is called in constructor body. 393
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 406
 Warning extension OverridableMethodInConstructor Overridable method 'computeActualNumOwners' is called in constructor body. 414
 Warning extension AvoidNotShortCircuitOperatorsForBoolean Short-circuit operator should be used instead of '|='. 486

infinispan/core/src/main/java/org/infinispan/distribution/ch/impl/OwnershipStatistics.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "Trying to modify statistics for a node that doesn't exist: " appears 4 times in the file. 74

infinispan/core/src/main/java/org/infinispan/distribution/ch/impl/ReplicatedConsistentHash.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 68
 Warning extension MultipleStringLiteralsExtended The String "The node is not a member : " appears 2 times in the file. 89
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 100
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '<='. 215
 Warning extension MultipleStringLiteralsExtended The String "RangeSet is immutable" appears 6 times in the file. 245

infinispan/core/src/main/java/org/infinispan/distribution/ch/impl/ReplicatedConsistentHashFactory.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 134

infinispan/core/src/main/java/org/infinispan/distribution/ch/impl/SyncConsistentHashFactory.java

Severity Category Rule Message Line
 Warning extension ReturnCountExtended Return count for 'updateMembers' method is 2 (max allowed is 1). 86
 Warning extension LogicConditionNeedOptimization Condition with && at line 93 position 49 need optimization. All method calls are advised to move to end of logic expression. 93
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 100
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 109
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 111
 Warning extension OverridableMethodInConstructor Overridable method 'sort' is called in constructor body. 162
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 204
 Warning extension LogicConditionNeedOptimization Condition with && at line 230 position 51 need optimization. All method calls are advised to move to end of logic expression. 230
 Warning extension ReturnCountExtended Return count for 'computeExpectedSegmentsForNode' method is 2 (max allowed is 1). 275

infinispan/core/src/main/java/org/infinispan/distribution/ch/impl/TopologyAwareConsistentHashFactory.java

Severity Category Rule Message Line
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 63
 Warning extension MultipleStringLiteralsExtended The String "|" appears 3 times in the file. 198
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 228
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 229

infinispan/core/src/main/java/org/infinispan/distribution/group/GroupManagerImpl.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 64
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 65
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 66
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 68

infinispan/core/src/main/java/org/infinispan/distribution/group/GroupingConsistentHash.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 94
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 98

infinispan/core/src/main/java/org/infinispan/distribution/impl/DistributionManagerImpl.java

Severity Category Rule Message Line
 Warning extension EmptyPublicCtorInClass This empty public constructor is useless. 43
 Warning extension ReturnCountExtended Return count for 'getLocality' method is 4 (max allowed is 1). 64
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 158

infinispan/core/src/main/java/org/infinispan/distribution/impl/L1ManagerImpl.java

Severity Category Rule Message Line
 Warning extension MoveVariableInsideIf Variable 'key' can be moved inside the block at line '112' to restrict runtime creation. 109
 Warning extension ReturnCountExtended Return count for 'flushCache' method is 2 (max allowed is 1). 143
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 180

infinispan/core/src/main/java/org/infinispan/distribution/topologyaware/TopologyInfo.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 23
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 24
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 25
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 43
 Warning extension MultipleStringLiteralsExtended The String "%s: {" appears 3 times in the file. 143
 Warning extension MultipleStringLiteralsExtended The String "}, " appears 3 times in the file. 155
 Warning extension ReturnCountExtended Return count for 'computeMaxSegmentsForNode' method is 4 (max allowed is 1). 171
 Warning extension ReturnCountExtended Return count for 'computeMaxSegmentsForSite' method is 2 (max allowed is 1). 260
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 315
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 316
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 326
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 327
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 339

infinispan/core/src/main/java/org/infinispan/distribution/util/ReadOnlySegmentAwareIterator.java

Severity Category Rule Message Line
 Warning extension UselessSuperCtorCall Super call could be removed: Class 'ReadOnlySegmentAwareIterator' does not extend anything. 27
 Warning extension OverridableMethodInConstructor Overridable method 'findNext' is called in constructor body. 31

infinispan/core/src/main/java/org/infinispan/distribution/util/ReadOnlySegmentAwareMap.java

Severity Category Rule Message Line
 Warning extension UselessSuperCtorCall Redundant super constructor call could be removed. Class 'ReadOnlySegmentAwareMap' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. 38

infinispan/core/src/main/java/org/infinispan/distribution/util/ReadOnlySegmentAwareSet.java

Severity Category Rule Message Line
 Warning extension UselessSuperCtorCall Redundant super constructor call could be removed. Class 'ReadOnlySegmentAwareSet' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. 30

infinispan/core/src/main/java/org/infinispan/eviction/impl/ActivationManagerImpl.java

Severity Category Rule Message Line
 Warning extension LogicConditionNeedOptimization Condition with && at line 65 position 66 need optimization. All method calls are advised to move to end of logic expression. 65
 Warning extension LogicConditionNeedOptimization Condition with && at line 85 position 66 need optimization. All method calls are advised to move to end of logic expression. 85
 Warning extension LogicConditionNeedOptimization Condition with && at line 91 position 84 need optimization. All method calls are advised to move to end of logic expression. 91

infinispan/core/src/main/java/org/infinispan/executors/DefaultExecutorFactory.java

Severity Category Rule Message Line
 Warning extension LogicConditionNeedOptimization Condition with && at line 60 position 52 need optimization. All method calls are advised to move to end of logic expression. 60

infinispan/core/src/main/java/org/infinispan/executors/DefaultScheduledExecutorFactory.java

Severity Category Rule Message Line
 Warning extension LogicConditionNeedOptimization Condition with && at line 48 position 52 need optimization. All method calls are advised to move to end of logic expression. 48

infinispan/core/src/main/java/org/infinispan/executors/ExecutorAllCompletionService.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 20

infinispan/core/src/main/java/org/infinispan/executors/SemaphoreCompletionService.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 39
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 48
 Warning extension MultipleStringLiteralsExtended The String "New task submitted, tasks in queue %d, available permits %d" appears 2 times in the file. 89

infinispan/core/src/main/java/org/infinispan/expiration/impl/ExpirationManagerImpl.java

Severity Category Rule Message Line
 Warning extension MoveVariableInsideIf Variable 'start' can be moved inside the block at line '84' to restrict runtime creation. 83
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 95

infinispan/core/src/main/java/org/infinispan/factories/AbstractComponentFactory.java

Severity Category Rule Message Line
 Warning extension EmptyPublicCtorInClass This empty public constructor is useless. 30

infinispan/core/src/main/java/org/infinispan/factories/AbstractComponentRegistry.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 73
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 86
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 95
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 135
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 208
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 345
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 531
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 553
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 617
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 657
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 675
 Warning extension ReturnCountExtended Return count for 'invocationsAllowed' method is 2 (max allowed is 1). 695
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 749
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around return value. 844

infinispan/core/src/main/java/org/infinispan/factories/BootstrapFactory.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 41

infinispan/core/src/main/java/org/infinispan/factories/ComponentRegistry.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 53
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 67
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 90
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 141
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 264
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 298

infinispan/core/src/main/java/org/infinispan/factories/DataContainerFactory.java

Severity Category Rule Message Line
 Warning extension ReturnCountExtended Return count for 'construct' method is 3 (max allowed is 1). 25

infinispan/core/src/main/java/org/infinispan/factories/EmptyConstructorNamedCacheFactory.java

Severity Category Rule Message Line
 Warning extension ReturnCountExtended Return count for 'construct' method is 3 (max allowed is 1). 74
 Warning extension MoveVariableInsideIf Variable 'componentImpl' can be moved inside the block at line '87' to restrict runtime creation. 75

infinispan/core/src/main/java/org/infinispan/factories/EntryMetaFactory.java

Severity Category Rule Message Line
 Warning extension MoveVariableInsideIf Variable 'useVersioning' can be moved inside the block at line '26' to restrict runtime creation. 20

infinispan/core/src/main/java/org/infinispan/factories/GlobalComponentRegistry.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 84
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 86
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 135
 Warning extension LogicConditionNeedOptimization Condition with || at line 171 position 12 need optimization. All method calls are advised to move to end of logic expression. 171
 Warning extension IllegalCatchExtended Catching 'RuntimeException' is not allowed. 238
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 242

infinispan/core/src/main/java/org/infinispan/factories/InterceptorChainFactory.java

Severity Category Rule Message Line
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around expression. 200
 Warning extension LogicConditionNeedOptimization Condition with && at line 255 position 54 need optimization. All method calls are advised to move to end of logic expression. 255
 Warning extension MultipleStringLiteralsExtended The String " as no such interceptor exists in the default chain" appears 2 times in the file. 324
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 356

infinispan/core/src/main/java/org/infinispan/factories/InternalCacheFactory.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 50
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 57
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 72

infinispan/core/src/main/java/org/infinispan/factories/KnownComponentNames.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 40
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 41
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 42

infinispan/core/src/main/java/org/infinispan/factories/MarshallerFactory.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 43

infinispan/core/src/main/java/org/infinispan/factories/NamedExecutorsFactory.java

Severity Category Rule Message Line
 Warning extension ReturnCountExtended Return count for 'construct' method is 2 (max allowed is 1). 43
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 132
 Warning extension ReturnCountExtended Return count for 'createExecutorService' method is 3 (max allowed is 1). 149

infinispan/core/src/main/java/org/infinispan/factories/RecoveryManagerFactory.java

Severity Category Rule Message Line
 Warning extension ReturnCountExtended Return count for 'construct' method is 2 (max allowed is 1). 38

infinispan/core/src/main/java/org/infinispan/factories/SecurityActions.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 51

infinispan/core/src/main/java/org/infinispan/factories/TransactionManagerFactory.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 39

infinispan/core/src/main/java/org/infinispan/factories/TransactionSynchronizationRegistryFactory.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 27

infinispan/core/src/main/java/org/infinispan/factories/components/ComponentMetadata.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 41

infinispan/core/src/main/java/org/infinispan/factories/components/ComponentMetadataPersister.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 65
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 84
 Warning extension MultipleStringLiteralsExtended The String "infinispan.isCoreModule" appears 2 times in the file. 88
 Warning extension LogicConditionNeedOptimization Condition with || at line 152 position 12 need optimization. All method calls are advised to move to end of logic expression. 152
 Warning extension LogicConditionNeedOptimization Condition with || at line 152 position 24 need optimization. All method calls are advised to move to end of logic expression. 152

infinispan/core/src/main/java/org/infinispan/factories/components/ComponentMetadataRepo.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 25
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 26
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 70
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 110
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 118

infinispan/core/src/main/java/org/infinispan/factories/components/JmxAttributeMetadata.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 16
 Warning extension LogicConditionNeedOptimization Condition with || at line 43 position 46 need optimization. All method calls are advised to move to end of logic expression. 43

infinispan/core/src/main/java/org/infinispan/factories/components/JmxOperationMetadata.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 17

infinispan/core/src/main/java/org/infinispan/factories/components/JmxOperationParameter.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 14

infinispan/core/src/main/java/org/infinispan/factories/scopes/Scopes.java

Severity Category Rule Message Line
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 24

infinispan/core/src/main/java/org/infinispan/factories/threads/ThreadNameInfo.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. 26

infinispan/core/src/main/java/org/infinispan/interceptors/BatchingInterceptor.java

Severity Category Rule Message Line
 Warning extension ReturnCountExtended Return count for 'handleDefault' method is 2 (max allowed is 1). 55

infinispan/core/src/main/java/org/infinispan/interceptors/CacheLoaderInterceptor.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 59
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 60
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 61
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 62
 Warning extension LogicConditionNeedOptimization Condition with && at line 124 position 48 need optimization. All method calls are advised to move to end of logic expression. 124
 Warning extension LogicConditionNeedOptimization Condition with || at line 156 position 34 need optimization. All method calls are advised to move to end of logic expression. 156
 Warning extension ReturnNullInsteadOfBoolean Method declares to return Boolean and returns null. 211
 Warning extension MoveVariableInsideIf Variable 'isDelta' can be moved inside the block at line '232' to restrict runtime creation. 214
 Warning extension LogicConditionNeedOptimization Condition with && at line 234 position 67 need optimization. All method calls are advised to move to end of logic expression. 234
 Warning extension ReturnCountExtended Return count for 'skipLoad' method is 2 (max allowed is 1). 241

infinispan/core/src/main/java/org/infinispan/interceptors/CacheMgmtInterceptor.java

Severity Category Rule Message Line
 Warning extension MoveVariableInsideIf Variable 'intervalMilliseconds' can be moved inside the block at line '165' to restrict runtime creation. 163
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around return value. 311
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around return value. 325

infinispan/core/src/main/java/org/infinispan/interceptors/CacheWriterInterceptor.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 70
 Warning extension MoveVariableInsideIf Variable 'tx' can be moved inside the block at line '113' to restrict runtime creation. 112
 Warning extension MoveVariableInsideIf Variable 'resp' can be moved inside the block at line '151' to restrict runtime creation. 150
 Warning extension LogicConditionNeedOptimization Condition with && at line 219 position 33 need optimization. All method calls are advised to move to end of logic expression. 219
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 224

infinispan/core/src/main/java/org/infinispan/interceptors/CallInterceptor.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "Executing command: " appears 4 times in the file. 76
 Warning extension MultipleStringLiteralsExtended The String "." appears 4 times in the file. 76
 Warning extension MoveVariableInsideIf Variable 'map' can be moved inside the block at line '102' to restrict runtime creation. 99

infinispan/core/src/main/java/org/infinispan/interceptors/ClusteredActivationInterceptor.java

Severity Category Rule Message Line
 Warning extension ReturnCountExtended Return count for 'skipLoadForNonTxCommand' method is 4 (max allowed is 1). 47
 Warning extension MultipleStringLiteralsExtended The String "Skip load for conditional command %s? %s" appears 2 times in the file. 57
 Warning extension MultipleStringLiteralsExtended The String "Skip load for command %s? %s" appears 2 times in the file. 63

infinispan/core/src/main/java/org/infinispan/interceptors/ClusteredCacheLoaderInterceptor.java

Severity Category Rule Message Line
 Warning extension ReturnCountExtended Return count for 'skipLoadForNonTxCommand' method is 4 (max allowed is 1). 47
 Warning extension MultipleStringLiteralsExtended The String "Skip load for conditional command %s? %s" appears 2 times in the file. 57
 Warning extension MultipleStringLiteralsExtended The String "Skip load for command %s? %s" appears 2 times in the file. 63

infinispan/core/src/main/java/org/infinispan/interceptors/ClusteringInterceptor.java

Severity Category Rule Message Line
 Warning extension LogicConditionNeedOptimization Condition with && at line 57 position 59 need optimization. All method calls are advised to move to end of logic expression. 57

infinispan/core/src/main/java/org/infinispan/interceptors/DeadlockDetectingInterceptor.java

Severity Category Rule Message Line
 Warning extension MoveVariableInsideIf Variable 'globalTransaction' can be moved inside the block at line '67' to restrict runtime creation. 66

infinispan/core/src/main/java/org/infinispan/interceptors/EntryWrappingInterceptor.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 58
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 59
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 60
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 133
 Warning extension ReturnCountExtended Return count for 'shouldWrap' method is 2 (max allowed is 1). 205
 Warning extension MoveVariableInsideIf Variable 'isSync' can be moved inside the block at line '399' to restrict runtime creation. 397
 Warning extension LogicConditionNeedOptimization Condition with && at line 399 position 47 need optimization. All method calls are advised to move to end of logic expression. 399
 Warning extension MoveVariableInsideIf Variable 'l1Invalidation' can be moved inside the block at line '547' to restrict runtime creation. 545

infinispan/core/src/main/java/org/infinispan/interceptors/GroupingInterceptor.java

Severity Category Rule Message Line
 Warning extension ReturnCountExtended Return count for 'visitGetKeysInGroupCommand' method is 2 (max allowed is 1). 50
 Warning extension LogicConditionNeedOptimization Condition with || at line 53 position 34 need optimization. All method calls are advised to move to end of logic expression. 53

infinispan/core/src/main/java/org/infinispan/interceptors/InterceptorChain.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String " !" appears 2 times in the file. 108
 Warning extension ReturnCountExtended Return count for 'addInterceptorBefore' method is 3 (max allowed is 1). 246
 Warning extension ReturnCountExtended Return count for 'replaceInterceptor' method is 3 (max allowed is 1). 281
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 343

infinispan/core/src/main/java/org/infinispan/interceptors/InvalidationInterceptor.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 164

infinispan/core/src/main/java/org/infinispan/interceptors/InvocationContextInterceptor.java

Severity Category Rule Message Line
 Warning extension ReturnBooleanFromTernary Returning explicit boolean from ternary operator. 77
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 105
 Warning extension AvoidHidingCauseException Cause exception 'th' was lost. 129

infinispan/core/src/main/java/org/infinispan/interceptors/IsMarshallableInterceptor.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 166
 Warning extension MoveVariableInsideIf Variable 'msg' can be moved inside the block at line '178' to restrict runtime creation. 176

infinispan/core/src/main/java/org/infinispan/interceptors/MarshalledValueInterceptor.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 80
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 97
 Warning extension MoveVariableInsideIf Variable 'key' can be moved inside the block at line '108' to restrict runtime creation. 106
 Warning extension MoveVariableInsideIf Variable 'value' can be moved inside the block at line '115' to restrict runtime creation. 107
 Warning extension MoveVariableInsideIf Variable 'value' can be moved inside the block at line '129' to restrict runtime creation. 128
 Warning extension MoveVariableInsideIf Variable 'value' can be moved inside the block at line '142' to restrict runtime creation. 141
 Warning extension MoveVariableInsideIf Variable 'mv' can be moved inside the block at line '162' to restrict runtime creation. 161
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 177
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 197
 Warning extension MoveVariableInsideIf Variable 'key' can be moved inside the block at line '198' to restrict runtime creation. 197
 Warning extension MoveVariableInsideIf Variable 'newValue' can be moved inside the block at line '202' to restrict runtime creation. 197
 Warning extension MoveVariableInsideIf Variable 'oldValue' can be moved inside the block at line '206' to restrict runtime creation. 197
 Warning extension LogicConditionNeedOptimization Condition with || at line 235 position 73 need optimization. All method calls are advised to move to end of logic expression. 235
 Warning extension LogicConditionNeedOptimization Condition with || at line 236 position 78 need optimization. All method calls are advised to move to end of logic expression. 236

infinispan/core/src/main/java/org/infinispan/interceptors/TxInterceptor.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 79
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 80
 Warning extension ReturnCountExtended Return count for 'visitCommitCommand' method is 2 (max allowed is 1). 188
 Warning extension LogicConditionNeedOptimization Condition with || at line 225 position 31 need optimization. All method calls are advised to move to end of logic expression. 225
 Warning extension LogicConditionNeedOptimization Condition with || at line 235 position 31 need optimization. All method calls are advised to move to end of logic expression. 235

infinispan/core/src/main/java/org/infinispan/interceptors/VersionedEntryWrappingInterceptor.java

Severity Category Rule Message Line
 Warning extension LogicConditionNeedOptimization Condition with && at line 78 position 28 need optimization. All method calls are advised to move to end of logic expression. 78

infinispan/core/src/main/java/org/infinispan/interceptors/base/BaseRpcInterceptor.java

Severity Category Rule Message Line
 Warning extension ReturnCountExtended Return count for 'shouldInvokeRemoteTxCommand' method is 2 (max allowed is 1). 66

infinispan/core/src/main/java/org/infinispan/interceptors/base/BaseStateTransferInterceptor.java

Severity Category Rule Message Line
 Warning extension ReturnCountExtended Return count for 'visitGetKeysInGroupCommand' method is 2 (max allowed is 1). 47

infinispan/core/src/main/java/org/infinispan/interceptors/base/CommandInterceptor.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 49

infinispan/core/src/main/java/org/infinispan/interceptors/compat/BaseTypeConverterInterceptor.java

Severity Category Rule Message Line
 Warning extension MoveVariableInsideIf Variable 'key' can be moved inside the block at line '65' to restrict runtime creation. 62
 Warning extension MoveVariableInsideIf Variable 'key' can be moved inside the block at line '95' to restrict runtime creation. 92
 Warning extension MoveVariableInsideIf Variable 'key' can be moved inside the block at line '113' to restrict runtime creation. 110
 Warning extension ReturnCountExtended Return count for 'visitGetAllCommand' method is 4 (max allowed is 1). 136
 Warning extension MoveVariableInsideIf Variable 'keys' can be moved inside the block at line '140' to restrict runtime creation. 137
 Warning extension MoveVariableInsideIf Variable 'key' can be moved inside the block at line '191' to restrict runtime creation. 187
 Warning extension MoveVariableInsideIf Variable 'key' can be moved inside the block at line '224' to restrict runtime creation. 220
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 315

infinispan/core/src/main/java/org/infinispan/interceptors/compat/TypeConverterInterceptor.java

Severity Category Rule Message Line
 Warning extension ReturnCountExtended Return count for 'unboxValue' method is 2 (max allowed is 1). 85
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 89
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 90
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 99

infinispan/core/src/main/java/org/infinispan/interceptors/distribution/BaseDistributionInterceptor.java

Severity Category Rule Message Line
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 131
 Warning extension MultipleStringLiteralsExtended The String "No valid values found for key '%s' (topologyId=%s)." appears 2 times in the file. 153
 Warning extension ReturnCountExtended Return count for 'invokeClusterGetCommandRemotely' method is 2 (max allowed is 1). 173
 Warning extension ReturnCountExtended Return count for 'handleNonTxWriteCommand' method is 7 (max allowed is 1). 265
 Warning extension MultipleStringLiteralsExtended The String "Cache topology changed while the command was executing: expected " appears 2 times in the file. 301
 Warning extension MultipleStringLiteralsExtended The String ", got " appears 2 times in the file. 302
 Warning extension ReturnCountExtended Return count for 'visitGetAllCommand' method is 2 (max allowed is 1). 423
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 449
 Warning extension MultipleStringLiteralsExtended The String "Not doing a remote get for missing key %s since entry is " appears 2 times in the file. 453
 Warning extension MultipleStringLiteralsExtended The String "mapped to current node (%s). Owners are %s" appears 2 times in the file. 454
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 478
 Warning extension LogicConditionNeedOptimization Condition with && at line 499 position 52 need optimization. All method calls are advised to move to end of logic expression. 499

infinispan/core/src/main/java/org/infinispan/interceptors/distribution/L1LastChanceInterceptor.java

Severity Category Rule Message Line
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around expression. 82
 Warning extension MultipleStringLiteralsExtended The String "Sending additional invalidation for requestors if necessary." appears 3 times in the file. 84
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 99

infinispan/core/src/main/java/org/infinispan/interceptors/distribution/L1NonTxInterceptor.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 54
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 55
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 56
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 57
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 58
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 59
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 60
 Warning extension ReturnCountExtended Return count for 'performL1Lookup' method is 2 (max allowed is 1). 143
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 198
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 228

infinispan/core/src/main/java/org/infinispan/interceptors/distribution/L1TxInterceptor.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 82

infinispan/core/src/main/java/org/infinispan/interceptors/distribution/L1WriteSynchronizer.java

Severity Category Rule Message Line
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around expression. 171

infinispan/core/src/main/java/org/infinispan/interceptors/distribution/NonTxDistributionInterceptor.java

Severity Category Rule Message Line
 Warning extension MoveVariableInsideIf Variable 'localAddress' can be moved inside the block at line '150' to restrict runtime creation. 112
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 143
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around expression. 162
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 197

infinispan/core/src/main/java/org/infinispan/interceptors/distribution/TxDistributionInterceptor.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "Cache not running on node " appears 2 times in the file. 275
 Warning extension ReturnCountExtended Return count for 'remoteGet' method is 2 (max allowed is 1). 353

infinispan/core/src/main/java/org/infinispan/interceptors/locking/AbstractLockingInterceptor.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 89
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 135

infinispan/core/src/main/java/org/infinispan/interceptors/locking/AbstractTxLockingInterceptor.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "Could not acquire lock on " appears 2 times in the file. 214
 Warning extension MultipleStringLiteralsExtended The String " on behalf of transaction " appears 2 times in the file. 214
 Warning extension MultipleStringLiteralsExtended The String "." appears 2 times in the file. 215

infinispan/core/src/main/java/org/infinispan/interceptors/locking/ClusteringDependentLogic.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 79
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 80
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 81
 Warning extension MultipleStringLiteralsExtended The String "Cannot invoke this method for local caches" appears 2 times in the file. 218
 Warning extension NoNullForCollectionReturn Method should return empty collection instead of null. 223
 Warning extension NoNullForCollectionReturn Method should return empty collection instead of null. 228
 Warning extension NoNullForCollectionReturn Method should return empty collection instead of null. 336
 Warning extension NoNullForCollectionReturn Method should return empty collection instead of null. 341

infinispan/core/src/main/java/org/infinispan/interceptors/locking/NonTransactionalLockingInterceptor.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 65

infinispan/core/src/main/java/org/infinispan/interceptors/locking/OptimisticLockingInterceptor.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 127
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 136
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 148

infinispan/core/src/main/java/org/infinispan/interceptors/locking/PessimisticLockingInterceptor.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 159
 Warning extension ReturnCountExtended Return count for 'visitLockControlCommand' method is 3 (max allowed is 1). 165
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 182
 Warning extension LogicConditionNeedOptimization Condition with && at line 250 position 51 need optimization. All method calls are advised to move to end of logic expression. 250

infinispan/core/src/main/java/org/infinispan/interceptors/totalorder/RetryPrepareException.java

Severity Category Rule Message Line
 Warning extension UselessSuperCtorCall Redundant super constructor call could be removed. Class 'RetryPrepareException' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. 14

infinispan/core/src/main/java/org/infinispan/interceptors/totalorder/TotalOrderInterceptor.java

Severity Category Rule Message Line
 Warning extension ReturnCountExtended Return count for 'visitPrepareCommand' method is 2 (max allowed is 1). 55
 Warning extension ReturnCountExtended Return count for 'visitSecondPhaseCommand' method is 2 (max allowed is 1). 133

infinispan/core/src/main/java/org/infinispan/interceptors/totalorder/TotalOrderStateTransferInterceptor.java

Severity Category Rule Message Line
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 80

infinispan/core/src/main/java/org/infinispan/interceptors/totalorder/TotalOrderVersionedEntryWrappingInterceptor.java

Severity Category Rule Message Line
 Warning extension ReturnCountExtended Return count for 'visitPrepareCommand' method is 2 (max allowed is 1). 43
 Warning extension LogicConditionNeedOptimization Condition with && at line 87 position 28 need optimization. All method calls are advised to move to end of logic expression. 87

infinispan/core/src/main/java/org/infinispan/io/ExpandableMarshalledValueByteStream.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 24

infinispan/core/src/main/java/org/infinispan/io/ExposedByteArrayOutputStream.java

Severity Category Rule Message Line
 Warning extension UselessSuperCtorCall Redundant super constructor call could be removed. Class 'ExposedByteArrayOutputStream' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. 33
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 57

infinispan/core/src/main/java/org/infinispan/io/FileChunkMapper.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String ": " appears 2 times in the file. 37
 Warning extension MultipleStringLiteralsExtended The String " bytes" appears 2 times in the file. 37

infinispan/core/src/main/java/org/infinispan/io/GridFile.java

Severity Category Rule Message Line
 Warning extension OverridableMethodInConstructor Overridable method 'initChunkSizeFromMetadata' is called in constructor body. 53
 Warning extension MultipleStringLiteralsExtended The String "Not implemented" appears 16 times in the file. 93
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 122
 Warning extension NoNullForCollectionReturn Method should return empty collection instead of null. 318
 Warning extension NoNullForCollectionReturn Method should return empty collection instead of null. 328
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 331
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around expression. 354
 Warning extension ReturnCountExtended Return count for 'checkParentDirs' method is 2 (max allowed is 1). 379

infinispan/core/src/main/java/org/infinispan/io/GridFilesystem.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 24
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 25
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 26

infinispan/core/src/main/java/org/infinispan/io/GridInputStream.java

Severity Category Rule Message Line
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 152

infinispan/core/src/main/java/org/infinispan/iteration/impl/DistributedEntryRetriever.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 71
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'InnerClass()'. 104
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'InnerClass()'. 108
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'InnerClass()'. 116
 Warning extension CustomDeclarationOrder Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. 128
 Warning extension MoveVariableInsideIf Variable 'trace' can be moved inside the block at line '133' to restrict runtime creation. 132
 Warning extension LogicConditionNeedOptimization Condition with && at line 133 position 24 need optimization. All method calls are advised to move to end of logic expression. 133
 Warning extension LogicConditionNeedOptimization Condition with && at line 133 position 45 need optimization. All method calls are advised to move to end of logic expression. 133
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 142
 Warning extension CustomDeclarationOrder Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. 168
 Warning extension MoveVariableInsideIf Variable 'trace' can be moved inside the block at line '177' to restrict runtime creation. 175
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 181
 Warning extension LogicConditionNeedOptimization Condition with && at line 183 position 35 need optimization. All method calls are advised to move to end of logic expression. 183
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 203
 Warning extension CustomDeclarationOrder Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. 256
 Warning extension CustomDeclarationOrder Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. 268
 Warning extension CustomDeclarationOrder Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. 275
 Warning extension CustomDeclarationOrder Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. 315
 Warning extension LogicConditionNeedOptimization Condition with && at line 337 position 55 need optimization. All method calls are advised to move to end of logic expression. 337
 Warning extension MultipleStringLiteralsExtended The String "User supplied a KeyValueFilterConverter for both filter and converter" appears 2 times in the file. 342
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 382
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 412
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 423
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 433
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 460
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 477
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 493
 Warning extension CustomDeclarationOrder Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. 531
 Warning extension CustomDeclarationOrder Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. 545
 Warning extension ReturnCountExtended Return count for 'retrieveEntries' method is 2 (max allowed is 1). 546
 Warning extension LogicConditionNeedOptimization Condition with && at line 564 position 52 need optimization. All method calls are advised to move to end of logic expression. 564
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 583
 Warning extension CustomDeclarationOrder Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. 615
 Warning extension CustomDeclarationOrder Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. 624
 Warning extension ReturnCountExtended Return count for 'eventuallySendRequest' method is 2 (max allowed is 1). 624
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 626
 Warning extension CustomDeclarationOrder Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. 657
 Warning extension ReturnCountExtended Return count for 'sendRequest' method is 3 (max allowed is 1). 657
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 665
 Warning extension MoveVariableInsideIf Variable 'responseMap' can be moved inside the block at line '693' to restrict runtime creation. 692
 Warning extension MoveVariableInsideIf Variable 'cause' can be moved inside the block at line '697' to restrict runtime creation. 696
 Warning extension CustomDeclarationOrder Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. 715
 Warning extension CustomDeclarationOrder Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. 727
 Warning extension MoveVariableInsideIf Variable 'updated' can be moved inside the block at line '731' to restrict runtime creation. 729
 Warning extension CustomDeclarationOrder Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. 759
 Warning extension MoveVariableInsideIf Variable 'updated' can be moved inside the block at line '763' to restrict runtime creation. 761
 Warning extension CustomDeclarationOrder Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. 786
 Warning extension CustomDeclarationOrder Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. 802
 Warning extension MoveVariableInsideIf Variable 'localSegments' can be moved inside the block at line '805' to restrict runtime creation. 803
 Warning extension CustomDeclarationOrder Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. 823
 Warning extension CustomDeclarationOrder Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. 853
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 865
 Warning extension CustomDeclarationOrder Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. 888
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 999
 Warning extension CustomDeclarationOrder Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. 1041
 Warning extension CustomDeclarationOrder Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. 1050
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 1106
 Warning extension FinalizeImplementation finalize() method is useless: it does nothing except for calling super.finalize(). 1134
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 1212

infinispan/core/src/main/java/org/infinispan/iteration/impl/EntryRequestCommand.java

Severity Category Rule Message Line
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 74

infinispan/core/src/main/java/org/infinispan/iteration/impl/EntryResponseCommand.java

Severity Category Rule Message Line
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 73

infinispan/core/src/main/java/org/infinispan/iteration/impl/LocalEntryRetriever.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 139
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 178
 Warning extension ReturnCountExtended Return count for 'retrieveEntries' method is 2 (max allowed is 1). 228
 Warning extension LogicConditionNeedOptimization Condition with && at line 234 position 52 need optimization. All method calls are advised to move to end of logic expression. 234
 Warning extension LogicConditionNeedOptimization Condition with && at line 250 position 71 need optimization. All method calls are advised to move to end of logic expression. 250
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 257
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 259
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 281
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 334
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 367
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 441
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 460
 Warning extension LogicConditionNeedOptimization Condition with && at line 571 position 52 need optimization. All method calls are advised to move to end of logic expression. 571
 Warning extension LogicConditionNeedOptimization Condition with && at line 612 position 53 need optimization. All method calls are advised to move to end of logic expression. 612

infinispan/core/src/main/java/org/infinispan/iteration/impl/RemovableEntryIterator.java

Severity Category Rule Message Line
 Warning extension OverridableMethodInConstructor Overridable method 'getNextFromIterator' is called in constructor body. 28

infinispan/core/src/main/java/org/infinispan/iteration/impl/TrackingEntryIterable.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "Iterable has been closed - cannot be reused" appears 2 times in the file. 61

infinispan/core/src/main/java/org/infinispan/iteration/impl/TransactionAwareCloseableIterator.java

Severity Category Rule Message Line
 Warning extension LogicConditionNeedOptimization Condition with && at line 44 position 52 need optimization. All method calls are advised to move to end of logic expression. 44
 Warning extension OverridableMethodInConstructor Overridable method 'getNextFromIterator' is called in constructor body. 54
 Warning extension ReturnCountExtended Return count for 'getNextFromIterator' method is 2 (max allowed is 1). 75

infinispan/core/src/main/java/org/infinispan/jmx/AbstractJmxRegistration.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 32

infinispan/core/src/main/java/org/infinispan/jmx/CacheJmxRegistration.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 39
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 87
 Warning extension MultipleStringLiteralsExtended The String "," appears 2 times in the file. 101
 Warning extension MultipleStringLiteralsExtended The String ",manager=" appears 2 times in the file. 101
 Warning extension LogicConditionNeedOptimization Condition with && at line 140 position 56 need optimization. All method calls are advised to move to end of logic expression. 140

infinispan/core/src/main/java/org/infinispan/jmx/CacheManagerJmxRegistration.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 26
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 59

infinispan/core/src/main/java/org/infinispan/jmx/ComponentsJmxRegistration.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 34
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 35
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 66
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 82
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 88

infinispan/core/src/main/java/org/infinispan/jmx/JBossMBeanServerLookup.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 22

infinispan/core/src/main/java/org/infinispan/jmx/JmxUtil.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 111

infinispan/core/src/main/java/org/infinispan/jmx/ResourceDMBean.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 56
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 158
 Warning extension MultipleStringLiteralsExtended The String "Invalid attribute requested " appears 2 times in the file. 177
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 218
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 270
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 304
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 333
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 353

infinispan/core/src/main/java/org/infinispan/manager/DefaultCacheManager.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 119
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 120
 Warning extension OverridableMethodInConstructor Overridable method 'start' is called in constructor body. 218
 Warning extension IllegalCatchExtended Catching 'RuntimeException' is not allowed. 297
 Warning extension OverridableMethodInConstructor Overridable method 'start' is called in constructor body. 301
 Warning extension OverridableMethodInConstructor Overridable method 'start' is called in constructor body. 339
 Warning extension ReturnCountExtended Return count for 'defineConfiguration' method is 2 (max allowed is 1). 358
 Warning extension MultipleStringLiteralsExtended The String "Null arguments not allowed" appears 2 times in the file. 363
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 435
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 444
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 445
 Warning extension IllegalCatchExtended Catching 'RuntimeException' is not allowed. 454
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 456
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 469
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 501
 Warning extension NoNullForCollectionReturn Method should return empty collection instead of null. 513
 Warning extension ReturnCountExtended Return count for 'wireAndStartCache' method is 2 (max allowed is 1). 567
 Warning extension MultipleStringLiteralsExtended The String "Ignore call to stop as the cache manager is stopping" appears 2 times in the file. 677
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 740
 Warning extension MultipleStringLiteralsExtended The String "local" appears 4 times in the file. 833

infinispan/core/src/main/java/org/infinispan/manager/NamedCacheNotFoundException.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "Cache: " appears 2 times in the file. 14
 Warning extension MultipleStringLiteralsExtended The String " Cache: " appears 2 times in the file. 18

infinispan/core/src/main/java/org/infinispan/marshall/core/ExternalizerTable.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 138
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 149
 Warning extension LogicConditionNeedOptimization Condition with && at line 380 position 37 need optimization. All method calls are advised to move to end of logic expression. 380
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 423
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 445

infinispan/core/src/main/java/org/infinispan/marshall/core/MarshalledEntryFactoryImpl.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 25
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 28

infinispan/core/src/main/java/org/infinispan/marshall/core/MarshalledEntryImpl.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 106
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 115

infinispan/core/src/main/java/org/infinispan/marshall/core/MarshalledValue.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 100
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 110

infinispan/core/src/main/java/org/infinispan/marshall/core/VersionAwareMarshaller.java

Severity Category Rule Message Line
 Warning extension AvoidHidingCauseException Cause exception 'nse' was lost. 80
 Warning extension AvoidHidingCauseException Cause exception 'ioe' was lost. 84
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 115
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 118
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 130
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 148
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 151
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 163
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 177
 Warning extension AvoidHidingCauseException Cause exception 'ioe' was lost. 181

infinispan/core/src/main/java/org/infinispan/marshall/exts/EnumSetExternalizer.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 35
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 95

infinispan/core/src/main/java/org/infinispan/marshall/exts/ListExternalizer.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 32

infinispan/core/src/main/java/org/infinispan/marshall/exts/MapExternalizer.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 33

infinispan/core/src/main/java/org/infinispan/marshall/exts/ReplicableCommandExternalizer.java

Severity Category Rule Message Line
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 48

infinispan/core/src/main/java/org/infinispan/marshall/exts/SetExternalizer.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 30

infinispan/core/src/main/java/org/infinispan/metadata/EmbeddedMetadata.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "lifespan=" appears 2 times in the file. 208
 Warning extension MultipleStringLiteralsExtended The String ", version=" appears 3 times in the file. 210
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 307
 Warning extension ReturnCountExtended Return count for 'readObject' method is 3 (max allowed is 1). 349

infinispan/core/src/main/java/org/infinispan/metadata/impl/InternalMetadataImpl.java

Severity Category Rule Message Line
 Warning extension EmptyPublicCtorInClass This empty public constructor is useless. 141

infinispan/core/src/main/java/org/infinispan/notifications/cachelistener/BaseQueueingSegmentListener.java

Severity Category Rule Message Line
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 86

infinispan/core/src/main/java/org/infinispan/notifications/cachelistener/CacheNotifierImpl.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 90
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 92
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 118
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 119
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 120
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 121
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 122
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 123
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 124
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 125
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 126
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 127
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 128
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 129
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 130
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 131
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 134
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 147
 Warning extension ReturnCountExtended Return count for 'suspendIfNeeded' method is 3 (max allowed is 1). 253
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 275
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 290
 Warning extension MoveVariableInsideIf Variable 'ourAddress' can be moved inside the block at line '768' to restrict runtime creation. 764
 Warning extension LogicConditionNeedOptimization Condition with && at line 828 position 57 need optimization. All method calls are advised to move to end of logic expression. 828
 Warning extension LogicConditionNeedOptimization Condition with && at line 1,158 position 77 need optimization. All method calls are advised to move to end of logic expression. 1158
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 1198
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 1309

infinispan/core/src/main/java/org/infinispan/notifications/cachelistener/DistributedQueueingSegmentListener.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 27

infinispan/core/src/main/java/org/infinispan/notifications/cachelistener/QueueingAllSegmentListener.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 47

infinispan/core/src/main/java/org/infinispan/notifications/cachelistener/cluster/ClusterEvent.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 72
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 79

infinispan/core/src/main/java/org/infinispan/notifications/cachelistener/cluster/RemoteClusterListener.java

Severity Category Rule Message Line
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 68
 Warning extension LogicConditionNeedOptimization Condition with && at line 115 position 42 need optimization. All method calls are advised to move to end of logic expression. 115

infinispan/core/src/main/java/org/infinispan/notifications/cachelistener/cluster/impl/BatchingClusterEventManagerImpl.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 91

infinispan/core/src/main/java/org/infinispan/notifications/cachelistener/event/impl/EventImpl.java

Severity Category Rule Message Line
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 40
 Warning extension EmptyPublicCtorInClass This empty public constructor is useless. 47
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 51
 Warning extension SimpleAccessorNameNotation Unexpected setter name. 105
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 220
 Warning extension MultipleStringLiteralsExtended The String "EventImpl{" appears 2 times in the file. 240
 Warning extension MultipleStringLiteralsExtended The String "type=" appears 2 times in the file. 241
 Warning extension MultipleStringLiteralsExtended The String ", pre=" appears 2 times in the file. 242
 Warning extension MultipleStringLiteralsExtended The String ", cache=" appears 2 times in the file. 243
 Warning extension SimpleAccessorNameNotation Unexpected setter name. 299

infinispan/core/src/main/java/org/infinispan/notifications/cachelistener/filter/EventType.java

Severity Category Rule Message Line
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 24
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 26

infinispan/core/src/main/java/org/infinispan/notifications/cachemanagerlistener/CacheManagerNotifierImpl.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 41
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 50
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 51
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 52
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 53

infinispan/core/src/main/java/org/infinispan/notifications/cachemanagerlistener/event/impl/EventImpl.java

Severity Category Rule Message Line
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 28

infinispan/core/src/main/java/org/infinispan/notifications/impl/AbstractListenerImpl.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 152
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 161
 Warning extension MultipleStringLiteralsExtended The String "Methods annotated with " appears 2 times in the file. 226
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 278
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 280
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 282

infinispan/core/src/main/java/org/infinispan/partitionhandling/impl/PartitionHandlingInterceptor.java

Severity Category Rule Message Line
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 117
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 136
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 201

infinispan/core/src/main/java/org/infinispan/partitionhandling/impl/PreferAvailabilityStrategy.java

Severity Category Rule Message Line
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 89

infinispan/core/src/main/java/org/infinispan/partitionhandling/impl/PreferConsistencyStrategy.java

Severity Category Rule Message Line
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 112
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 163
 Warning extension MoveVariableInsideIf Variable 'newMembers' can be moved inside the block at line '233' to restrict runtime creation. 232

infinispan/core/src/main/java/org/infinispan/persistence/PersistenceUtil.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 52
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 65

infinispan/core/src/main/java/org/infinispan/persistence/async/AdvancedAsyncCacheLoader.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 77
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 78

infinispan/core/src/main/java/org/infinispan/persistence/async/AsyncCacheWriter.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 70
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 71
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 72
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 76
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 208
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 237
 Warning extension RedundantReturn Redundant return. 268
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 270
 Warning extension LogicConditionNeedOptimization Condition with && at line 317 position 54 need optimization. All method calls are advised to move to end of logic expression. 317
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 332

infinispan/core/src/main/java/org/infinispan/persistence/cluster/ClusterLoader.java

Severity Category Rule Message Line
 Warning extension ReturnCountExtended Return count for 'load' method is 2 (max allowed is 1). 57
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 70
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 107
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 114

infinispan/core/src/main/java/org/infinispan/persistence/file/SingleFileStore.java

Severity Category Rule Message Line
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 75
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 83
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 134
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 166
 Warning extension ReturnCountExtended Return count for 'allocate' method is 2 (max allowed is 1). 236
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 369
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 416
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 430
 Warning extension ReturnCountExtended Return count for '_load' method is 3 (max allowed is 1). 442
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 482
 Warning extension TernaryPerExpressionCount More than 1 ternary operators in expression. 518
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 560
 Warning extension LogicConditionNeedOptimization Condition with && at line 582 position 28 need optimization. All method calls are advised to move to end of logic expression. 582
 Warning extension MultipleStringLiteralsExtended The String " (ms)" appears 2 times in the file. 604
 Warning extension MultipleStringLiteralsExtended The String "Merged %d entries at %d:%d, %d free entries" appears 2 times in the file. 638
 Warning extension MultipleStringLiteralsExtended The String "Could not add new merged entry" appears 2 times in the file. 640
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 668
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 689
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 720

infinispan/core/src/main/java/org/infinispan/persistence/keymappers/DefaultTwoWayKey2StringMapper.java

Severity Category Rule Message Line
 Warning extension ReturnCountExtended Return count for 'getKeyMapping' method is 9 (max allowed is 1). 58

infinispan/core/src/main/java/org/infinispan/persistence/keymappers/MarshalledValueOrPrimitiveMapper.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 39
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 56

infinispan/core/src/main/java/org/infinispan/persistence/manager/PersistenceManagerImpl.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 161
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 292
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 314
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 359
 Warning extension LogicConditionNeedOptimization Condition with && at line 533 position 31 need optimization. All method calls are advised to move to end of logic expression. 533
 Warning extension LogicConditionNeedOptimization Condition with && at line 533 position 49 need optimization. All method calls are advised to move to end of logic expression. 533
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 616
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 660
 Warning extension LogicConditionNeedOptimization Condition with && at line 672 position 74 need optimization. All method calls are advised to move to end of logic expression. 672
 Warning extension LogicConditionNeedOptimization Condition with && at line 672 position 104 need optimization. All method calls are advised to move to end of logic expression. 672
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 676
 Warning extension LogicConditionNeedOptimization Condition with && at line 683 position 74 need optimization. All method calls are advised to move to end of logic expression. 683
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 686
 Warning extension LogicConditionNeedOptimization Condition with && at line 694 position 74 need optimization. All method calls are advised to move to end of logic expression. 694
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 697
 Warning extension LogicConditionNeedOptimization Condition with && at line 704 position 74 need optimization. All method calls are advised to move to end of logic expression. 704
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 711
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 721

infinispan/core/src/main/java/org/infinispan/persistence/modifications/Store.java

Severity Category Rule Message Line
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 26

infinispan/core/src/main/java/org/infinispan/persistence/support/Bucket.java

Severity Category Rule Message Line
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 66
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 71
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 76
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 94
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 101

infinispan/core/src/main/java/org/infinispan/persistence/support/DelegatingCacheLoader.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 37

infinispan/core/src/main/java/org/infinispan/persistence/support/SingletonCacheWriter.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 66
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 84
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 171
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 205
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 209
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 225
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 229
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 230

infinispan/core/src/main/java/org/infinispan/registry/impl/ClusterRegistryImpl.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "Null values are not allowed" appears 2 times in the file. 87
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 164

infinispan/core/src/main/java/org/infinispan/remoting/LocalInvocation.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 46

infinispan/core/src/main/java/org/infinispan/remoting/MIMECacheEntry.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 11
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 20
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 27

infinispan/core/src/main/java/org/infinispan/remoting/ReplicationQueueImpl.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 44
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 122
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 155
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 164

infinispan/core/src/main/java/org/infinispan/remoting/RpcException.java

Severity Category Rule Message Line
 Warning extension UselessSuperCtorCall Redundant super constructor call could be removed. Class 'RpcException' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. 16

infinispan/core/src/main/java/org/infinispan/remoting/inboundhandler/BaseBlockingRunnable.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 41
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 44

infinispan/core/src/main/java/org/infinispan/remoting/inboundhandler/BasePerCacheInboundInvocationHandler.java

Severity Category Rule Message Line
 Warning extension ReturnCountExtended Return count for 'createDefaultRunnable' method is 3 (max allowed is 1). 126
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '<='. 194

infinispan/core/src/main/java/org/infinispan/remoting/inboundhandler/GlobalInboundInvocationHandler.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 86
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 143
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 166

infinispan/core/src/main/java/org/infinispan/remoting/inboundhandler/NonTotalOrderPerCacheInboundInvocationHandler.java

Severity Category Rule Message Line
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 46
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 57

infinispan/core/src/main/java/org/infinispan/remoting/inboundhandler/TotalOrderTxPerCacheInboundInvocationHandler.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 87
 Warning extension MultipleStringLiteralsExtended The String "Exception received on prepare. Releasing state." appears 2 times in the file. 123

infinispan/core/src/main/java/org/infinispan/remoting/responses/DistributionResponseGenerator.java

Severity Category Rule Message Line
 Warning extension ReturnCountExtended Return count for 'getResponse' method is 5 (max allowed is 1). 29

infinispan/core/src/main/java/org/infinispan/remoting/responses/KeysValidateFilter.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "Received keys validated: %s. Awaiting validation of %s. Self Delivered? %s" appears 2 times in the file. 45

infinispan/core/src/main/java/org/infinispan/remoting/rpc/RpcManagerImpl.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "N/A" appears 3 times in the file. 106
 Warning extension NoNullForCollectionReturn Method should return empty collection instead of null. 186
 Warning extension MultipleStringLiteralsExtended The String "Response(s) to %s is %s" appears 3 times in the file. 192
 Warning extension ReturnCountExtended Return count for 'invokeRemotely' method is 2 (max allowed is 1). 237
 Warning extension MultipleStringLiteralsExtended The String "Trying to invoke a remote command but the cache is not clustered" appears 2 times in the file. 250
 Warning extension MultipleStringLiteralsExtended The String "Topology id missing on command %s, setting it to %d" appears 2 times in the file. 257
 Warning extension MultipleStringLiteralsExtended The String "Thread interrupted while invoking RPC" appears 2 times in the file. 294
 Warning extension MultipleStringLiteralsExtended The String "replication exception: " appears 2 times in the file. 296
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 299
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 360
 Warning extension MultipleStringLiteralsExtended The String "%s invoking in future call %s to recipient list %s with options %s" appears 2 times in the file. 376
 Warning extension LogicConditionNeedOptimization Condition with || at line 471 position 38 need optimization. All method calls are advised to move to end of logic expression. 471
 Warning extension LogicConditionNeedOptimization Condition with || at line 480 position 38 need optimization. All method calls are advised to move to end of logic expression. 480
 Warning extension SimpleAccessorNameNotation Unexpected setter name. 498

infinispan/core/src/main/java/org/infinispan/remoting/transport/AbstractTransport.java

Severity Category Rule Message Line
 Warning extension ReturnCountExtended Return count for 'checkResponse' method is 2 (max allowed is 1). 33
 Warning extension MultipleStringLiteralsExtended The String "Unexpected response object type from %s: %s" appears 2 times in the file. 52
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 77

infinispan/core/src/main/java/org/infinispan/remoting/transport/AggregateBackupResponse.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 33
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 42

infinispan/core/src/main/java/org/infinispan/remoting/transport/jgroups/CommandAwareRpcDispatcher.java

Severity Category Rule Message Line
 Warning extension ReturnCountExtended Return count for 'invokeRemoteCommands' method is 4 (max allowed is 1). 136
 Warning extension MultipleStringLiteralsExtended The String "One of the nodes " appears 4 times in the file. 157
 Warning extension MultipleStringLiteralsExtended The String " was suspected" appears 3 times in the file. 157
 Warning extension MultipleStringLiteralsExtended The String " timed out" appears 3 times in the file. 159
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 160
 Warning extension ReturnCountExtended Return count for 'invokeRemoteCommands' method is 2 (max allowed is 1). 187
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 209
 Warning extension ReturnCountExtended Return count for 'invokeRemoteCommand' method is 3 (max allowed is 1). 226
 Warning extension MultipleStringLiteralsExtended The String "Node " appears 2 times in the file. 246
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 249
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 313
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 416
 Warning extension ReturnCountExtended Return count for 'processSingleCall' method is 2 (max allowed is 1). 422
 Warning extension ReturnCountExtended Return count for 'processCalls' method is 2 (max allowed is 1). 451
 Warning extension AvoidHidingCauseException Cause exception 'te' was lost. 509
 Warning extension MultipleStringLiteralsExtended The String "Timed out after %s waiting for a response from %s" appears 2 times in the file. 509
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 516
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 552
 Warning extension AvoidHidingCauseException Cause exception 'te' was lost. 570
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 576

infinispan/core/src/main/java/org/infinispan/remoting/transport/jgroups/JGroupsAddress.java

Severity Category Rule Message Line
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 51
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 71
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 81

infinispan/core/src/main/java/org/infinispan/remoting/transport/jgroups/JGroupsTopologyAwareAddress.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 81
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 91

infinispan/core/src/main/java/org/infinispan/remoting/transport/jgroups/JGroupsTransport.java

Severity Category Rule Message Line
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 106
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 114
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 120
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 121
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 122
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 126
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 127
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 128
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 129
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 130
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 131
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 199
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 214
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 267
 Warning extension MoveVariableInsideIf Variable 'cfg' can be moved inside the block at line '371' to restrict runtime creation. 370
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 384
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 405
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 414
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 423
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 434
 Warning extension ReturnCountExtended Return count for 'invokeRemotely' method is 2 (max allowed is 1). 512
 Warning extension MultipleStringLiteralsExtended The String "Destination list is empty: no need to send message" appears 2 times in the file. 517
 Warning extension MoveVariableInsideIf Variable 'self' can be moved inside the block at line '547' to restrict runtime creation. 524
 Warning extension LogicConditionNeedOptimization Condition with && at line 526 position 31 need optimization. All method calls are advised to move to end of logic expression. 526
 Warning extension MultipleStringLiteralsExtended The String "Timed out waiting for valid responses!" appears 2 times in the file. 591
 Warning extension ReturnCountExtended Return count for 'invokeRemotely' method is 2 (max allowed is 1). 598
 Warning extension LogicConditionNeedOptimization Condition with && at line 615 position 37 need optimization. All method calls are advised to move to end of logic expression. 615
 Warning extension LogicConditionNeedOptimization Condition with || at line 629 position 32 need optimization. All method calls are advised to move to end of logic expression. 629
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 633
 Warning extension AvoidNotShortCircuitOperatorsForBoolean Short-circuit operator should be used instead of '&='. 645
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 729
 Warning extension LogicConditionNeedOptimization Condition with && at line 757 position 34 need optimization. All method calls are advised to move to end of logic expression. 757
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 758
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 760
 Warning extension NoNullForCollectionReturn Method should return empty collection instead of null. 824
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 828
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 832
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 846
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 854

infinispan/core/src/main/java/org/infinispan/remoting/transport/jgroups/SuspectException.java

Severity Category Rule Message Line
 Warning extension UselessSuperCtorCall Redundant super constructor call could be removed. Class 'SuspectException' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. 19

infinispan/core/src/main/java/org/infinispan/security/AuthorizationPermission.java

Severity Category Rule Message Line
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around return value. 79
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around return value. 83

infinispan/core/src/main/java/org/infinispan/security/CachePermission.java

Severity Category Rule Message Line
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 60

infinispan/core/src/main/java/org/infinispan/security/Security.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 41
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 45
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 65
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 90
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 98
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 144

infinispan/core/src/main/java/org/infinispan/security/impl/AuthorizationHelper.java

Severity Category Rule Message Line
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 67
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 77
 Warning extension ReturnCountExtended Return count for 'computeSubjectRoleMask' method is 3 (max allowed is 1). 91

infinispan/core/src/main/java/org/infinispan/security/impl/AuthorizationManagerImpl.java

Severity Category Rule Message Line
 Warning extension EmptyPublicCtorInClass This empty public constructor is useless. 31

infinispan/core/src/main/java/org/infinispan/security/impl/CommonNameRoleMapper.java

Severity Category Rule Message Line
 Warning extension NoNullForCollectionReturn Method should return empty collection instead of null. 26

infinispan/core/src/main/java/org/infinispan/statetransfer/CommitManager.java

Severity Category Rule Message Line
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 218

infinispan/core/src/main/java/org/infinispan/statetransfer/InboundTransferTask.java

Severity Category Rule Message Line
 Warning extension ReturnCountExtended Return count for 'requestSegments' method is 3 (max allowed is 1). 128
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 151
 Warning extension MultipleStringLiteralsExtended The String "Cancelling inbound state transfer of segments %s of cache %s" appears 2 times in the file. 171
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 209
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 219
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 264

infinispan/core/src/main/java/org/infinispan/statetransfer/OutboundTransferTask.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 51
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 179
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 209
 Warning extension LogicConditionNeedOptimization Condition with || at line 212 position 32 need optimization. All method calls are advised to move to end of logic expression. 212
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 243

infinispan/core/src/main/java/org/infinispan/statetransfer/StateChunk.java

Severity Category Rule Message Line
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 52

infinispan/core/src/main/java/org/infinispan/statetransfer/StateConsumerImpl.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 97
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 150
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 158
 Warning extension EmptyPublicCtorInClass This empty public constructor is useless. 169
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 330
 Warning extension LogicConditionNeedOptimization Condition with && at line 407 position 71 need optimization. All method calls are advised to move to end of logic expression. 407
 Warning extension MoveVariableInsideIf Variable 'removedSegments' can be moved inside the block at line '426' to restrict runtime creation. 424
 Warning extension ReturnBooleanFromTernary Returning explicit boolean from ternary operator. 425
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 611
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 622
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 687
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 705
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 708
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 759
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 783
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 870
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 880
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 895
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 900
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 924
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 926
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 948
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 982
 Warning extension MultipleStringLiteralsExtended The String "Removing inbound transfers for segments %s from source %s for cache %s" appears 2 times in the file. 995
 Warning extension ReturnCountExtended Return count for 'addTransfer' method is 2 (max allowed is 1). 1014
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 1081

infinispan/core/src/main/java/org/infinispan/statetransfer/StateProviderImpl.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 65
 Warning extension EmptyPublicCtorInClass This empty public constructor is useless. 67
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 111
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 150
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 169
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 217
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 226

infinispan/core/src/main/java/org/infinispan/statetransfer/StateRequestCommand.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 30
 Warning extension ReturnCountExtended Return count for 'perform' method is 4 (max allowed is 1). 61
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 124

infinispan/core/src/main/java/org/infinispan/statetransfer/StateResponseCommand.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 21
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 86

infinispan/core/src/main/java/org/infinispan/statetransfer/StateTransferInterceptor.java

Severity Category Rule Message Line
 Warning extension ReturnCountExtended Return count for 'visitGetAllCommand' method is 2 (max allowed is 1). 154
 Warning extension MultipleStringLiteralsExtended The String "Retrying command because of topology change, current topology is %d: %s" appears 2 times in the file. 174
 Warning extension ReturnCountExtended Return count for 'handleTxCommand' method is 3 (max allowed is 1). 187
 Warning extension MultipleStringLiteralsExtended The String "Retrying command %s for topology %d" appears 2 times in the file. 222
 Warning extension ReturnCountExtended Return count for 'handleTxWriteCommand' method is 2 (max allowed is 1). 253
 Warning extension MoveVariableInsideIf Variable 'origin' can be moved inside the block at line '255' to restrict runtime creation. 254
 Warning extension ReturnCountExtended Return count for 'handleNonTxWriteCommand' method is 3 (max allowed is 1). 300
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 380

infinispan/core/src/main/java/org/infinispan/statetransfer/StateTransferLockImpl.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "Cannot set a topology id (" appears 2 times in the file. 60
 Warning extension MultipleStringLiteralsExtended The String ") that is lower than the current one (" appears 2 times in the file. 61
 Warning extension MultipleStringLiteralsExtended The String ")" appears 2 times in the file. 61
 Warning extension MultipleStringLiteralsExtended The String "Timed out waiting for topology " appears 2 times in the file. 92

infinispan/core/src/main/java/org/infinispan/statetransfer/StateTransferManagerImpl.java

Severity Category Rule Message Line
 Warning extension EmptyPublicCtorInClass This empty public constructor is useless. 66
 Warning extension MoveVariableInsideIf Variable 'initialTopology' can be moved inside the block at line '122' to restrict runtime creation. 110
 Warning extension ReturnCountExtended Return count for 'forwardCommandIfNeeded' method is 2 (max allowed is 1). 259
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 273

infinispan/core/src/main/java/org/infinispan/stats/impl/CacheContainerStatsImpl.java

Severity Category Rule Message Line
 Warning extension OverridableMethodInConstructor Overridable method 'setStatisticsEnabled' is called in constructor body. 39
 Warning extension SimpleAccessorNameNotation Unexpected setter name. 42

infinispan/core/src/main/java/org/infinispan/stats/impl/ClusterCacheStatsImpl.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 75
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 531
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 614
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 632
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 665
 Warning extension MoveVariableInsideIf Variable 'aManager' can be moved inside the block at line '709' to restrict runtime creation. 708

infinispan/core/src/main/java/org/infinispan/tasks/GlobalKeySetTask.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 22
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 39

infinispan/core/src/main/java/org/infinispan/topology/CacheStatusResponse.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 18

infinispan/core/src/main/java/org/infinispan/topology/CacheTopology.java

Severity Category Rule Message Line
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 120

infinispan/core/src/main/java/org/infinispan/topology/CacheTopologyControlCommand.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 59
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 149
 Warning extension ReturnCountExtended Return count for 'doPerform' method is 10 (max allowed is 1). 158
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 210
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 245

infinispan/core/src/main/java/org/infinispan/topology/ClusterCacheStatus.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 180
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 203
 Warning extension MoveVariableInsideIf Variable 'consistentHashFactory' can be moved inside the block at line '416' to restrict runtime creation. 377
 Warning extension MoveVariableInsideIf Variable 'pendingCH' can be moved inside the block at line '416' to restrict runtime creation. 381
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 446
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 452
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 458
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 464
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 510
 Warning extension ReturnCountExtended Return count for 'doJoin' method is 2 (max allowed is 1). 552
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 638

infinispan/core/src/main/java/org/infinispan/topology/ClusterTopologyManagerImpl.java

Severity Category Rule Message Line
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 133
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 137
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 295
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 310
 Warning extension AvoidNotShortCircuitOperatorsForBoolean Short-circuit operator should be used instead of '&='. 359
 Warning extension ReturnCountExtended Return count for 'executeOnClusterSync' method is 2 (max allowed is 1). 425
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 434
 Warning extension MultipleStringLiteralsExtended The String "Unsuccessful response received from node " appears 2 times in the file. 440
 Warning extension MultipleStringLiteralsExtended The String ": " appears 2 times in the file. 440
 Warning extension MultipleStringLiteralsExtended The String "Attempting to execute command on self: %s" appears 2 times in the file. 459
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 461
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 476
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 507
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 519
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 520

infinispan/core/src/main/java/org/infinispan/topology/LocalTopologyManagerImpl.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 148
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 162
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 171
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 192
 Warning extension LogicConditionNeedOptimization Condition with && at line 275 position 66 need optimization. All method calls are advised to move to end of logic expression. 275
 Warning extension LogicConditionNeedOptimization Condition with && at line 279 position 111 need optimization. All method calls are advised to move to end of logic expression. 279
 Warning extension LogicConditionNeedOptimization Condition with && at line 289 position 66 need optimization. All method calls are advised to move to end of logic expression. 289
 Warning extension MultipleStringLiteralsExtended The String "Attempting to execute command on self: %s" appears 3 times in the file. 509
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 512
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 540
 Warning extension ReturnCountExtended Return count for 'executeOnClusterSync' method is 2 (max allowed is 1). 554
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 563
 Warning extension MultipleStringLiteralsExtended The String "Unsuccessful response received from node " appears 2 times in the file. 569
 Warning extension MultipleStringLiteralsExtended The String ": " appears 2 times in the file. 569
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 590
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 601

infinispan/core/src/main/java/org/infinispan/topology/ManagerStatusResponse.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 18

infinispan/core/src/main/java/org/infinispan/transaction/impl/AbstractCacheTransaction.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 44
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 45
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 47
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 50
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 53
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 56
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 60
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 86
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 90
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 98
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 113
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 134
 Warning extension ReturnCountExtended Return count for 'waitForLockRelease' method is 3 (max allowed is 1). 195
 Warning extension MoveVariableInsideIf Variable 'oldVersion' can be moved inside the block at line '337' to restrict runtime creation. 336

infinispan/core/src/main/java/org/infinispan/transaction/impl/AbstractEnlistmentAdapter.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 39
 Warning extension MoveVariableInsideIf Variable 'gtx' can be moved inside the block at line '76' to restrict runtime creation. 71
 Warning extension LogicConditionNeedOptimization Condition with && at line 82 position 47 need optimization. All method calls are advised to move to end of logic expression. 82

infinispan/core/src/main/java/org/infinispan/transaction/impl/LocalTransaction.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "This transaction is marked for rollback and cannot acquire locks!" appears 2 times in the file. 101
 Warning extension LogicConditionNeedOptimization Condition with && at line 167 position 46 need optimization. All method calls are advised to move to end of logic expression. 167
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 178
 Warning extension SimpleAccessorNameNotation Unexpected setter name. 185
 Warning extension NoNullForCollectionReturn Method should return empty collection instead of null. 203
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 208

infinispan/core/src/main/java/org/infinispan/transaction/impl/RemoteTransaction.java

Severity Category Rule Message Line
 Warning extension LogicConditionNeedOptimization Condition with && at line 61 position 41 need optimization. All method calls are advised to move to end of logic expression. 61
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 106

infinispan/core/src/main/java/org/infinispan/transaction/impl/TotalOrderRemoteTransactionState.java

Severity Category Rule Message Line
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 133
 Warning extension SimpleAccessorNameNotation Unexpected setter name. 140

infinispan/core/src/main/java/org/infinispan/transaction/impl/TransactionCoordinator.java

Severity Category Rule Message Line
 Warning extension ReturnCountExtended Return count for 'prepare' method is 2 (max allowed is 1). 107
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 143
 Warning extension LogicConditionNeedOptimization Condition with || at line 150 position 45 need optimization. All method calls are advised to move to end of logic expression. 150
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 158
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 184
 Warning extension AvoidHidingCauseException Cause exception 'e1' was lost. 209
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 223

infinispan/core/src/main/java/org/infinispan/transaction/impl/TransactionTable.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 78
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 84
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 85
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 86
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 87
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 88
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 89
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 90
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 91
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 238
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 247
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 272
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 284
 Warning extension MultipleStringLiteralsExtended The String "Checking transaction %s" appears 2 times in the file. 288
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 313
 Warning extension MoveVariableInsideIf Variable 'gtx' can be moved inside the block at line '319' to restrict runtime creation. 317
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 342
 Warning extension MoveVariableInsideIf Variable 'remove' can be moved inside the block at line '357' to restrict runtime creation. 356
 Warning extension LogicConditionNeedOptimization Condition with || at line 440 position 127 need optimization. All method calls are advised to move to end of logic expression. 440
 Warning extension ReturnCountExtended Return count for 'getTransactionStatus' method is 4 (max allowed is 1). 676
 Warning extension MoveVariableInsideIf Variable 'duration' can be moved inside the block at line '747' to restrict runtime creation. 745
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 751

infinispan/core/src/main/java/org/infinispan/transaction/impl/WriteSkewHelper.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "Write skew detected on key " appears 2 times in the file. 59
 Warning extension MultipleStringLiteralsExtended The String " for transaction " appears 2 times in the file. 59

infinispan/core/src/main/java/org/infinispan/transaction/lookup/GenericTransactionManagerLookup.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 29
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 124
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 202

infinispan/core/src/main/java/org/infinispan/transaction/lookup/JBossStandaloneJTAManagerLookup.java

Severity Category Rule Message Line
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 23

infinispan/core/src/main/java/org/infinispan/transaction/synchronization/SyncLocalTransaction.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. 22

infinispan/core/src/main/java/org/infinispan/transaction/synchronization/SynchronizationAdapter.java

Severity Category Rule Message Line
 Warning extension MoveVariableInsideIf Variable 'isOnePhase' can be moved inside the block at line '56' to restrict runtime creation. 55
 Warning extension MultipleStringLiteralsExtended The String "Could not commit." appears 2 times in the file. 60

infinispan/core/src/main/java/org/infinispan/transaction/tm/DummyBaseTransactionManager.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 23
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 24

infinispan/core/src/main/java/org/infinispan/transaction/tm/DummyTransaction.java

Severity Category Rule Message Line
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 65
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 132
 Warning extension ReturnCountExtended Return count for 'enlistResource' method is 2 (max allowed is 1). 173
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 206
 Warning extension ReturnCountExtended Return count for 'runPrepare' method is 4 (max allowed is 1). 250
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 277
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 439
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 453
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 470

infinispan/core/src/main/java/org/infinispan/transaction/tm/DummyUserTransaction.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 18

infinispan/core/src/main/java/org/infinispan/transaction/tm/DummyXid.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 30

infinispan/core/src/main/java/org/infinispan/transaction/xa/DldGlobalTransaction.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 27
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 29
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 31
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 34
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 89
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 129

infinispan/core/src/main/java/org/infinispan/transaction/xa/GlobalTransaction.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 30
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 32
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 48
 Warning extension SimpleAccessorNameNotation Unexpected setter name. 102
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 111

infinispan/core/src/main/java/org/infinispan/transaction/xa/TransactionXaAdapter.java

Severity Category Rule Message Line
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 156
 Warning extension ReturnCountExtended Return count for 'recover' method is 2 (max allowed is 1). 181
 Warning extension MoveVariableInsideIf Variable 'gtx' can be moved inside the block at line '223' to restrict runtime creation. 222

infinispan/core/src/main/java/org/infinispan/transaction/xa/XaTransactionTable.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 30
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 80

infinispan/core/src/main/java/org/infinispan/transaction/xa/recovery/InDoubtTxInfoImpl.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 25
 Warning extension SimpleAccessorNameNotation Unexpected setter name. 77
 Warning extension EmptyPublicCtorInClass This empty public constructor is useless. 83

infinispan/core/src/main/java/org/infinispan/transaction/xa/recovery/PreparedTxIterator.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 15

infinispan/core/src/main/java/org/infinispan/transaction/xa/recovery/RecoveryAdminOperations.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 27
 Warning extension MultipleStringLiteralsExtended The String "Recovery info removed." appears 2 times in the file. 96
 Warning extension MultipleStringLiteralsExtended The String "Found matching recovery info: %s" appears 2 times in the file. 142

infinispan/core/src/main/java/org/infinispan/transaction/xa/recovery/RecoveryAwareDldGlobalTransaction.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. 34
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. 36

infinispan/core/src/main/java/org/infinispan/transaction/xa/recovery/RecoveryAwareGlobalTransaction.java

Severity Category Rule Message Line
 Warning extension UselessSuperCtorCall Redundant super constructor call could be removed. Class 'RecoveryAwareGlobalTransaction' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. 29

infinispan/core/src/main/java/org/infinispan/transaction/xa/recovery/RecoveryAwareRemoteTransaction.java

Severity Category Rule Message Line
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 52

infinispan/core/src/main/java/org/infinispan/transaction/xa/recovery/RecoveryAwareTransactionTable.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "Remote transaction for global transaction (%s) not found" appears 2 times in the file. 51
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 107
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 130

infinispan/core/src/main/java/org/infinispan/transaction/xa/recovery/RecoveryManager.java

Severity Category Rule Message Line
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 118

infinispan/core/src/main/java/org/infinispan/transaction/xa/recovery/RecoveryManagerImpl.java

Severity Category Rule Message Line
 Warning extension LogicConditionNeedOptimization Condition with && at line 101 position 34 need optimization. All method calls are advised to move to end of logic expression. 101
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 177
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 192
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 210
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 245
 Warning extension MultipleStringLiteralsExtended The String "Could not commit transaction " appears 2 times in the file. 295
 Warning extension MultipleStringLiteralsExtended The String " : " appears 2 times in the file. 295
 Warning extension LogicConditionNeedOptimization Condition with || at line 326 position 60 need optimization. All method calls are advised to move to end of logic expression. 326
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 346

infinispan/core/src/main/java/org/infinispan/transaction/xa/recovery/SerializableXid.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String ", " appears 4 times in the file. 83

infinispan/core/src/main/java/org/infinispan/upgrade/RollingUpgradeManager.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 34

infinispan/core/src/main/java/org/infinispan/util/DeltaCompositeKeyUtil.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 28

infinispan/core/src/main/java/org/infinispan/util/DependencyGraph.java

Severity Category Rule Message Line
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 68

infinispan/core/src/main/java/org/infinispan/util/ModuleProperties.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 104
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 119

infinispan/core/src/main/java/org/infinispan/util/ReadOnlyDataContainerBackedKeySet.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "Immutable" appears 6 times in the file. 60

infinispan/core/src/main/java/org/infinispan/util/concurrent/BlockingTaskAwareExecutorServiceImpl.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "Executor Service is already shutdown" appears 2 times in the file. 44
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 79
 Warning extension LogicConditionNeedOptimization Condition with && at line 100 position 40 need optimization. All method calls are advised to move to end of logic expression. 100
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 109

infinispan/core/src/main/java/org/infinispan/util/concurrent/BoundedConcurrentHashMap.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 99
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 197
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 415
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 537
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around return value. 639
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around return value. 646
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 676
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around return value. 827
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 960
 Warning extension MoveVariableInsideIf Variable 'end' can be moved inside the block at line '966' to restrict runtime creation. 962
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 1009
 Warning extension ReturnCountExtended Return count for 'get' method is 2 (max allowed is 1). 1262
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 1267
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 1409
 Warning extension MoveVariableInsideIf Variable 'c' can be moved inside the block at line '1,481' to restrict runtime creation. 1471
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 1594
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 1666
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 1689
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 1707
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 1714
 Warning extension ReturnCountExtended Return count for 'isEmpty' method is 3 (max allowed is 1). 1724
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 1726
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 1738
 Warning extension ReturnCountExtended Return count for 'size' method is 2 (max allowed is 1). 1765
 Warning extension ReturnCountExtended Return count for 'containsValue' method is 3 (max allowed is 1). 1859
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around return value. 2333
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 2549
 Warning extension MultipleStringLiteralsExtended The String "index " appears 2 times in the file. 2604

infinispan/core/src/main/java/org/infinispan/util/concurrent/ConcurrentHashSet.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 20
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 25
 Warning extension MultipleStringLiteralsExtended The String "Not supported in this implementation since additional locking is required and cannot directly be delegated to multiple calls to ConcurrentHashMap" appears 3 times in the file. 100

infinispan/core/src/main/java/org/infinispan/util/concurrent/ReclosableLatch.java

Severity Category Rule Message Line
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 20

infinispan/core/src/main/java/org/infinispan/util/concurrent/SynchronizedRestarter.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 29
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 45

infinispan/core/src/main/java/org/infinispan/util/concurrent/TimeoutException.java

Severity Category Rule Message Line
 Warning extension UselessSuperCtorCall Redundant super constructor call could be removed. Class 'TimeoutException' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. 22

infinispan/core/src/main/java/org/infinispan/util/concurrent/locks/DeadlockDetectingLockManager.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 39
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 41
 Warning extension ReturnCountExtended Return count for 'lockAndRecord' method is 3 (max allowed is 1). 63

infinispan/core/src/main/java/org/infinispan/util/concurrent/locks/LockManagerImpl.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 39
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 61
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 169
 Warning extension LogicConditionNeedOptimization Condition with && at line 169 position 33 need optimization. All method calls are advised to move to end of logic expression. 169
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 180

infinispan/core/src/main/java/org/infinispan/util/concurrent/locks/OwnableReentrantLock.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 30
 Warning extension MultipleStringLiteralsExtended The String "]" appears 2 times in the file. 130

infinispan/core/src/main/java/org/infinispan/util/concurrent/locks/StripedLock.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "WL acquired for '%s'" appears 2 times in the file. 77
 Warning extension MultipleStringLiteralsExtended The String "RL acquired for '%s'" appears 2 times in the file. 80

infinispan/core/src/main/java/org/infinispan/util/concurrent/locks/containers/AbstractPerEntryLockContainer.java

Severity Category Rule Message Line
 Warning extension ReturnCountExtended Return count for 'acquireLock' method is 2 (max allowed is 1). 49

infinispan/core/src/main/java/org/infinispan/util/concurrent/locks/containers/AbstractStripedLockContainer.java

Severity Category Rule Message Line
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 51
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 52
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 53
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 67

infinispan/core/src/main/java/org/infinispan/util/concurrent/locks/containers/OwnableReentrantPerEntryLockContainer.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 26

infinispan/core/src/main/java/org/infinispan/util/concurrent/locks/containers/OwnableReentrantStripedLockContainer.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 38

infinispan/core/src/main/java/org/infinispan/util/concurrent/locks/containers/ReentrantPerEntryLockContainer.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 26

infinispan/core/src/main/java/org/infinispan/util/concurrent/locks/containers/ReentrantStripedLockContainer.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 38

infinispan/core/src/main/java/org/infinispan/util/stream/Streams.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. 243

infinispan/core/src/main/java/org/infinispan/xsite/BackupReceiverRepositoryImpl.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 30
 Warning extension SimpleAccessorNameNotation Unexpected setter name. 32
 Warning extension ReturnCountExtended Return count for 'getBackupReceiver' method is 3 (max allowed is 1). 67
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 136

infinispan/core/src/main/java/org/infinispan/xsite/BackupSenderImpl.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 63
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 176
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 188
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 235
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 237
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 279
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 377

infinispan/core/src/main/java/org/infinispan/xsite/BaseBackupReceiver.java

Severity Category Rule Message Line
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 147
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 159

infinispan/core/src/main/java/org/infinispan/xsite/ClusteredCacheBackupReceiver.java

Severity Category Rule Message Line
 Warning extension ReturnCountExtended Return count for 'awaitRemoteTask' method is 3 (max allowed is 1). 49
 Warning extension MultipleStringLiteralsExtended The String "Cache is stopping or terminated: " appears 4 times in the file. 63
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 67
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 69
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 217

infinispan/core/src/main/java/org/infinispan/xsite/LocalCacheBackupReceiver.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "Cache is stopping or terminated: " appears 2 times in the file. 45

infinispan/core/src/main/java/org/infinispan/xsite/OfflineStatus.java

Severity Category Rule Message Line
 Warning extension ReturnCountExtended Return count for 'isOffline' method is 4 (max allowed is 1). 50

infinispan/core/src/main/java/org/infinispan/xsite/SingleXSiteRpcCommand.java

Severity Category Rule Message Line
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 47

infinispan/core/src/main/java/org/infinispan/xsite/XSiteAdminCommand.java

Severity Category Rule Message Line
 Warning extension ReturnCountExtended Return count for 'perform' method is 5 (max allowed is 1). 56
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 91

infinispan/core/src/main/java/org/infinispan/xsite/XSiteAdminOperations.java

Severity Category Rule Message Line
 Warning extension ReturnCountExtended Return count for 'siteStatus' method is 4 (max allowed is 1). 55
 Warning extension MultipleStringLiteralsExtended The String "Incorrect site name: " appears 3 times in the file. 59
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 64
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 65
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 66
 Warning extension ReturnCountExtended Return count for 'status' method is 2 (max allowed is 1). 105
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 115
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 117
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 142
 Warning extension MultipleStringLiteralsExtended The String "Unable to pushState to '%s'. %s" appears 2 times in the file. 235
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 239
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 257
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 264
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 318
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 325

infinispan/core/src/main/java/org/infinispan/xsite/statetransfer/XSiteStateConsumerImpl.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "Successfully applied key'%s'" appears 2 times in the file. 111
 Warning extension MultipleStringLiteralsExtended The String "Successfully applied state. %s keys inserted" appears 2 times in the file. 116
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 149

infinispan/core/src/main/java/org/infinispan/xsite/statetransfer/XSiteStateProviderImpl.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 161
 Warning extension MultipleStringLiteralsExtended The String "[X-Site State Transfer - %s] State transfer canceled!" appears 3 times in the file. 241
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 247
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 268
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 298
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 365

infinispan/core/src/main/java/org/infinispan/xsite/statetransfer/XSiteStatePushCommand.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 36
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 48

infinispan/core/src/main/java/org/infinispan/xsite/statetransfer/XSiteStateTransferControlCommand.java

Severity Category Rule Message Line
 Warning extension ReturnCountExtended Return count for 'perform' method is 2 (max allowed is 1). 53
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 92

infinispan/core/src/main/java/org/infinispan/xsite/statetransfer/XSiteStateTransferManagerImpl.java

Severity Category Rule Message Line
 Warning extension MoveVariableInsideIf Variable 'xSiteBackup' can be moved inside the block at line '112' to restrict runtime creation. 111
 Warning extension MultipleStringLiteralsExtended The String "Site name cannot be null!" appears 2 times in the file. 124
 Warning extension MultipleStringLiteralsExtended The String "Site " appears 3 times in the file. 128
 Warning extension MultipleStringLiteralsExtended The String " not found!" appears 3 times in the file. 128
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 140
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 149
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 225
 Warning extension MultipleStringLiteralsExtended The String "Unable to cancel x-site state transfer for site %s" appears 2 times in the file. 227
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 234
 Warning extension MoveVariableInsideIf Variable 'missingCoordinatorSites' can be moved inside the block at line '253' to restrict runtime creation. 251
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 263
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 275
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 308
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 315

infinispan/core/src/test/java/org/infinispan/affinity/impl/BaseFilterKeyAffinityServiceTest.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 24

infinispan/core/src/test/java/org/infinispan/affinity/impl/ConcurrentStartupTest.java

Severity Category Rule Message Line
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 31
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 32
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 33
 Warning extension MultipleStringLiteralsExtended The String "test" appears 4 times in the file. 46
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 78

infinispan/core/src/test/java/org/infinispan/affinity/impl/KeyAffinityServiceShutdownTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "Exception expected!" appears 2 times in the file. 45

infinispan/core/src/test/java/org/infinispan/affinity/impl/KeyAffinityServiceTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "k" appears 3 times in the file. 31
 Warning extension MultipleStringLiteralsExtended The String "v" appears 3 times in the file. 31
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 47
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 141

infinispan/core/src/test/java/org/infinispan/api/APINonTxTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "test" appears 2 times in the file. 35
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 41
 Warning extension MultipleStringLiteralsExtended The String "key" appears 6 times in the file. 41
 Warning extension MultipleStringLiteralsExtended The String "value" appears 6 times in the file. 41
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 42
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 53
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 53
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 67
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 67
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 73
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 99
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 138
 Warning extension MultipleStringLiteralsExtended The String "1" appears 18 times in the file. 138
 Warning extension MultipleStringLiteralsExtended The String "one" appears 16 times in the file. 138
 Warning extension MultipleStringLiteralsExtended The String "2" appears 17 times in the file. 138
 Warning extension MultipleStringLiteralsExtended The String "two" appears 17 times in the file. 138
 Warning extension MultipleStringLiteralsExtended The String "3" appears 17 times in the file. 138
 Warning extension MultipleStringLiteralsExtended The String "three" appears 17 times in the file. 138
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 139
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 147
 Warning extension MultipleStringLiteralsExtended The String "Should have thrown a UnsupportedOperationException" appears 2 times in the file. 155
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 170
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 171
 Warning extension MultipleStringLiteralsExtended The String "4" appears 4 times in the file. 179
 Warning extension MultipleStringLiteralsExtended The String "four" appears 3 times in the file. 179
 Warning extension MultipleStringLiteralsExtended The String "5" appears 3 times in the file. 186
 Warning extension MultipleStringLiteralsExtended The String "6" appears 2 times in the file. 187
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 195
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 196
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 219
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 220
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 233
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 234
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 247
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 248
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 261
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 262
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 280
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 281
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 299
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 300
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 318
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 319
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 338
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 339
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 358
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 359
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 378
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 379
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 400
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 401
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 406
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 406
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 406
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 406
 Warning extension MultipleStringLiteralsExtended The String "Did not see keys " appears 4 times in the file. 425
 Warning extension MultipleStringLiteralsExtended The String " in iterator!" appears 4 times in the file. 425
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 443
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 470
 Warning extension MultipleStringLiteralsExtended The String "newvalue" appears 2 times in the file. 483
 Warning extension MultipleStringLiteralsExtended The String "A" appears 14 times in the file. 498
 Warning extension MultipleStringLiteralsExtended The String "B" appears 7 times in the file. 498
 Warning extension MultipleStringLiteralsExtended The String "C" appears 6 times in the file. 499
 Warning extension MultipleStringLiteralsExtended The String "X" appears 7 times in the file. 514
 Warning extension MultipleStringLiteralsExtended The String "hello" appears 3 times in the file. 526
 Warning extension MultipleStringLiteralsExtended The String "Null keys are not supported!" appears 2 times in the file. 534
 Warning extension MultipleStringLiteralsExtended The String "Null values are not supported!" appears 2 times in the file. 550

infinispan/core/src/test/java/org/infinispan/api/APIRepeatableReadTxTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "test" appears 2 times in the file. 22

infinispan/core/src/test/java/org/infinispan/api/APITxTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "test" appears 2 times in the file. 27
 Warning extension MultipleStringLiteralsExtended The String "k" appears 4 times in the file. 34
 Warning extension MultipleStringLiteralsExtended The String "v" appears 4 times in the file. 34
 Warning extension MultipleStringLiteralsExtended The String "no-exist" appears 4 times in the file. 39
 Warning extension MultipleStringLiteralsExtended The String "value" appears 3 times in the file. 41
 Warning extension MultipleStringLiteralsExtended The String "exist" appears 2 times in the file. 71

infinispan/core/src/test/java/org/infinispan/api/AbstractRepeatableReadIsolationTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "shared" appears 2 times in the file. 191
 Warning extension MultipleStringLiteralsExtended The String "Wrong first get." appears 2 times in the file. 204
 Warning extension MultipleStringLiteralsExtended The String "Wrong second get." appears 2 times in the file. 213
 Warning extension MultipleStringLiteralsExtended The String "Wrong put return value." appears 4 times in the file. 217
 Warning extension MultipleStringLiteralsExtended The String "Wrong final get." appears 12 times in the file. 218
 Warning extension MultipleStringLiteralsExtended The String "Wrong remove return value." appears 4 times in the file. 222
 Warning extension MultipleStringLiteralsExtended The String "Wrong replace return value." appears 4 times in the file. 227
 Warning extension MultipleStringLiteralsExtended The String "Unknown operation " appears 2 times in the file. 246

infinispan/core/src/test/java/org/infinispan/api/AsyncAPITest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "k" appears 76 times in the file. 34
 Warning extension MultipleStringLiteralsExtended The String "v" appears 23 times in the file. 42
 Warning extension MultipleStringLiteralsExtended The String "v2" appears 2 times in the file. 49
 Warning extension MultipleStringLiteralsExtended The String "v3" appears 12 times in the file. 57
 Warning extension MultipleStringLiteralsExtended The String "v4" appears 11 times in the file. 65
 Warning extension MultipleStringLiteralsExtended The String "v_nonexistent" appears 3 times in the file. 97
 Warning extension MultipleStringLiteralsExtended The String "v5" appears 21 times in the file. 112
 Warning extension MultipleStringLiteralsExtended The String "v6" appears 10 times in the file. 128
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 344

infinispan/core/src/test/java/org/infinispan/api/AsyncWithTxTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "k" appears 2 times in the file. 29
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 2 times in the file. 29

infinispan/core/src/test/java/org/infinispan/api/BaseDistClearTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 78
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 79
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 80

infinispan/core/src/test/java/org/infinispan/api/ByteArrayCacheTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 54
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 74

infinispan/core/src/test/java/org/infinispan/api/CacheAPITest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "test" appears 2 times in the file. 42
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '!='. 62
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 70
 Warning extension MultipleStringLiteralsExtended The String "key" appears 3 times in the file. 70
 Warning extension MultipleStringLiteralsExtended The String "value" appears 4 times in the file. 70
 Warning extension MultipleStringLiteralsExtended The String "value2" appears 2 times in the file. 70
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 99
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 216
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 259

infinispan/core/src/test/java/org/infinispan/api/CacheClusterJoinTest.java

Severity Category Rule Message Line
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 15
 Warning extension MultipleStringLiteralsExtended The String "cache" appears 7 times in the file. 27
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 33
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 43
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 49

infinispan/core/src/test/java/org/infinispan/api/ConcurrentOperationsTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 65
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 82
 Warning extension MultipleStringLiteralsExtended The String "k" appears 15 times in the file. 97
 Warning extension MultipleStringLiteralsExtended The String "v" appears 2 times in the file. 105
 Warning extension MultipleStringLiteralsExtended The String "Consistency error. On main owner(" appears 2 times in the file. 132
 Warning extension MultipleStringLiteralsExtended The String ") we had " appears 4 times in the file. 132
 Warning extension MultipleStringLiteralsExtended The String " and on backup owner(" appears 2 times in the file. 133
 Warning extension MultipleStringLiteralsExtended The String "Consistency error. On cache 0 we had " appears 2 times in the file. 154
 Warning extension MultipleStringLiteralsExtended The String " and on " appears 2 times in the file. 154
 Warning extension MultipleStringLiteralsExtended The String " we had " appears 2 times in the file. 154
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 172
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 2 times in the file. 193
 Warning extension MultipleStringLiteralsExtended The String "v2" appears 2 times in the file. 197
 Warning extension MultipleStringLiteralsExtended The String "v3" appears 2 times in the file. 198

infinispan/core/src/test/java/org/infinispan/api/ConditionalOperationsConcurrentTest.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'CTOR(.*)'. 55
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'CTOR(.*)'. 56
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'CTOR(.*)'. 57
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. 58
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. 60
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. 62
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. 63
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. 64
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. 65
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'CTOR(.*)'. 67
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. 68
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'CTOR(.*)'. 69
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'CTOR(.*)'. 70
 Warning extension MultipleStringLiteralsExtended The String "Caught exception" appears 3 times in the file. 196
 Warning extension IllegalCatchExtended Catching 'RuntimeException' is not allowed. 202
 Warning extension MoveVariableInsideIf Variable 'currentStored' can be moved inside the block at line '326' to restrict runtime creation. 324
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 403
 Warning extension CustomDeclarationOrder Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. 492

infinispan/core/src/test/java/org/infinispan/api/ConditionalOperationsConcurrentWriteSkewTest.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 39
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 40
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 41
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 3 times in the file. 83
 Warning extension MultipleStringLiteralsExtended The String "tx1" appears 2 times in the file. 93
 Warning extension MultipleStringLiteralsExtended The String "tx2" appears 2 times in the file. 114
 Warning extension LogicConditionNeedOptimization Condition with && at line 173 position 37 need optimization. All method calls are advised to move to end of logic expression. 173
 Warning extension MultipleStringLiteralsExtended The String "Remote Get Received... blocking..." appears 2 times in the file. 174
 Warning extension LogicConditionNeedOptimization Condition with && at line 186 position 37 need optimization. All method calls are advised to move to end of logic expression. 186

infinispan/core/src/test/java/org/infinispan/api/ForceWriteLockTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "k" appears 6 times in the file. 42
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 49

infinispan/core/src/test/java/org/infinispan/api/GetOnRemovedKeyTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "v" appears 3 times in the file. 23

infinispan/core/src/test/java/org/infinispan/api/IgnoreReturnValueForConditionalOperationsTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 32
 Warning extension MultipleStringLiteralsExtended The String "v0" appears 5 times in the file. 32
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 3 times in the file. 32
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 39

infinispan/core/src/test/java/org/infinispan/api/MetadataAPIDefaultExpiryTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 11 times in the file. 31
 Warning extension MultipleStringLiteralsExtended The String "v2" appears 11 times in the file. 33
 Warning extension MultipleStringLiteralsExtended The String "v11" appears 4 times in the file. 39
 Warning extension MultipleStringLiteralsExtended The String "v22" appears 4 times in the file. 42

infinispan/core/src/test/java/org/infinispan/api/MetadataAPIDistTest.java

Severity Category Rule Message Line
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 34
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 35
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 39

infinispan/core/src/test/java/org/infinispan/api/MetadataAPITest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 14 times in the file. 41
 Warning extension MultipleStringLiteralsExtended The String "v2" appears 6 times in the file. 51
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 69
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 71

infinispan/core/src/test/java/org/infinispan/api/MixedModeTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "replSync" appears 6 times in the file. 21
 Warning extension MultipleStringLiteralsExtended The String "replAsync" appears 7 times in the file. 22
 Warning extension MultipleStringLiteralsExtended The String "invalSync" appears 6 times in the file. 24
 Warning extension MultipleStringLiteralsExtended The String "invalAsync" appears 6 times in the file. 26
 Warning extension MultipleStringLiteralsExtended The String "local" appears 5 times in the file. 28
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 32
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 33
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 34
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 35
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 36
 Warning extension MultipleStringLiteralsExtended The String "k" appears 21 times in the file. 49
 Warning extension MultipleStringLiteralsExtended The String "v" appears 4 times in the file. 49

infinispan/core/src/test/java/org/infinispan/api/ParallelCacheStartTest.java

Severity Category Rule Message Line
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 15
 Warning extension MultipleStringLiteralsExtended The String "cache1" appears 4 times in the file. 27
 Warning extension MultipleStringLiteralsExtended The String "cache2" appears 4 times in the file. 28
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 35
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 49
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 56

infinispan/core/src/test/java/org/infinispan/api/RepeatableReadRemoteGetCountTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "key" appears 2 times in the file. 41
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 6 times in the file. 50
 Warning extension MultipleStringLiteralsExtended The String "Wrong number of gets after put." appears 3 times in the file. 51
 Warning extension MultipleStringLiteralsExtended The String "Wrong value read." appears 2 times in the file. 53
 Warning extension MultipleStringLiteralsExtended The String "Wrong number of gets after read." appears 2 times in the file. 54
 Warning extension MultipleStringLiteralsExtended The String "Wrong put return value." appears 2 times in the file. 56
 Warning extension MultipleStringLiteralsExtended The String "v2" appears 4 times in the file. 56
 Warning extension MultipleStringLiteralsExtended The String "Wrong replace return value." appears 2 times in the file. 59
 Warning extension MultipleStringLiteralsExtended The String "v3" appears 4 times in the file. 59
 Warning extension MultipleStringLiteralsExtended The String "Wrong number of gets after replace." appears 2 times in the file. 60
 Warning extension MultipleStringLiteralsExtended The String "Wrong conditional replace return value." appears 2 times in the file. 62
 Warning extension MultipleStringLiteralsExtended The String "v4" appears 4 times in the file. 62
 Warning extension MultipleStringLiteralsExtended The String "Wrong number of gets after conditional replace." appears 2 times in the file. 63
 Warning extension MultipleStringLiteralsExtended The String "Wrong conditional remove return value." appears 2 times in the file. 65
 Warning extension MultipleStringLiteralsExtended The String "Wrong number of gets after conditional remove." appears 2 times in the file. 66
 Warning extension MultipleStringLiteralsExtended The String "Wrong conditional put return value." appears 2 times in the file. 68
 Warning extension MultipleStringLiteralsExtended The String "v5" appears 2 times in the file. 68
 Warning extension MultipleStringLiteralsExtended The String "Wrong number of gets after conditional put." appears 2 times in the file. 69

infinispan/core/src/test/java/org/infinispan/api/ReplaceWithValueChangedTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 9 times in the file. 29
 Warning extension MultipleStringLiteralsExtended The String "v2" appears 12 times in the file. 31
 Warning extension MultipleStringLiteralsExtended The String "v3" appears 3 times in the file. 52
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 83

infinispan/core/src/test/java/org/infinispan/api/ReplicatedNonTxCacheTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 2 times in the file. 75
 Warning extension MultipleStringLiteralsExtended The String "v3" appears 2 times in the file. 91

infinispan/core/src/test/java/org/infinispan/api/SimpleConditionalOperationTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "0" appears 11 times in the file. 27
 Warning extension MultipleStringLiteralsExtended The String "1" appears 8 times in the file. 37

infinispan/core/src/test/java/org/infinispan/api/SkipLockingTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "k-" appears 4 times in the file. 29
 Warning extension MultipleStringLiteralsExtended The String "v-" appears 2 times in the file. 29
 Warning extension MultipleStringLiteralsExtended The String "v2-" appears 2 times in the file. 30

infinispan/core/src/test/java/org/infinispan/api/StartCacheFromListenerTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "some" appears 2 times in the file. 37
 Warning extension MultipleStringLiteralsExtended The String "cacheStarting" appears 3 times in the file. 38
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 47
 Warning extension MultipleStringLiteralsExtended The String "k" appears 3 times in the file. 69
 Warning extension MultipleStringLiteralsExtended The String "v" appears 3 times in the file. 69

infinispan/core/src/test/java/org/infinispan/api/TerminatedCacheTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "k" appears 4 times in the file. 28
 Warning extension MultipleStringLiteralsExtended The String "v" appears 2 times in the file. 28
 Warning extension MultipleStringLiteralsExtended The String "v2" appears 2 times in the file. 31

infinispan/core/src/test/java/org/infinispan/api/TxCacheAndAsyncOpsTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "k" appears 4 times in the file. 27
 Warning extension MultipleStringLiteralsExtended The String "v" appears 4 times in the file. 27

infinispan/core/src/test/java/org/infinispan/api/WithClassLoaderTest.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 30
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 41
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 64

infinispan/core/src/test/java/org/infinispan/api/batch/AbstractBatchTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 10

infinispan/core/src/test/java/org/infinispan/api/batch/BatchWithCustomTMTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "k" appears 10 times in the file. 42
 Warning extension MultipleStringLiteralsExtended The String "v" appears 6 times in the file. 42
 Warning extension MultipleStringLiteralsExtended The String "k2" appears 10 times in the file. 44
 Warning extension MultipleStringLiteralsExtended The String "v2" appears 6 times in the file. 44
 Warning extension MultipleStringLiteralsExtended The String "Should have no ongoing txs" appears 3 times in the file. 59
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 72

infinispan/core/src/test/java/org/infinispan/api/batch/BatchWithTMTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "k" appears 10 times in the file. 38
 Warning extension MultipleStringLiteralsExtended The String "v" appears 6 times in the file. 38
 Warning extension MultipleStringLiteralsExtended The String "k2" appears 10 times in the file. 40
 Warning extension MultipleStringLiteralsExtended The String "v2" appears 6 times in the file. 40
 Warning extension MultipleStringLiteralsExtended The String "Should have no ongoing txs" appears 3 times in the file. 54
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 66

infinispan/core/src/test/java/org/infinispan/api/batch/BatchWithoutTMTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "Should have failed" appears 3 times in the file. 40
 Warning extension MultipleStringLiteralsExtended The String "k" appears 8 times in the file. 75
 Warning extension MultipleStringLiteralsExtended The String "v" appears 5 times in the file. 75
 Warning extension MultipleStringLiteralsExtended The String "k2" appears 5 times in the file. 77
 Warning extension MultipleStringLiteralsExtended The String "v2" appears 3 times in the file. 77
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 85

infinispan/core/src/test/java/org/infinispan/api/batch/LockInBatchTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "k" appears 12 times in the file. 28
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 29
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 31
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 37
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 39
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 45
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 47
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 53
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 55

infinispan/core/src/test/java/org/infinispan/api/flags/FlagsEnabledTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "key" appears 4 times in the file. 72
 Warning extension MultipleStringLiteralsExtended The String "value1" appears 2 times in the file. 72
 Warning extension MultipleStringLiteralsExtended The String "value2" appears 2 times in the file. 73
 Warning extension MultipleStringLiteralsExtended The String "nonLocal" appears 2 times in the file. 81
 Warning extension MultipleStringLiteralsExtended The String "value" appears 8 times in the file. 81
 Warning extension MultipleStringLiteralsExtended The String "again" appears 5 times in the file. 90
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 111
 Warning extension MultipleStringLiteralsExtended The String "'." appears 2 times in the file. 205

infinispan/core/src/test/java/org/infinispan/api/flags/NonTxFlagsEnabledTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "value" appears 2 times in the file. 48

infinispan/core/src/test/java/org/infinispan/api/lazy/LazyCacheAPITest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "lazy-cache-test" appears 2 times in the file. 29
 Warning extension MultipleStringLiteralsExtended The String "1" appears 6 times in the file. 36
 Warning extension MultipleStringLiteralsExtended The String "2" appears 4 times in the file. 38

infinispan/core/src/test/java/org/infinispan/api/mvcc/LockPerEntryTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "v" appears 3 times in the file. 29
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 40
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 50
 Warning extension MultipleStringLiteralsExtended The String "Key" appears 2 times in the file. 57
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 64

infinispan/core/src/test/java/org/infinispan/api/mvcc/LockTestBase.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 31
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 41
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 41
 Warning extension MultipleStringLiteralsExtended The String "k" appears 51 times in the file. 91
 Warning extension MultipleStringLiteralsExtended The String "v" appears 24 times in the file. 91
 Warning extension MultipleStringLiteralsExtended The String "Should not exist" appears 5 times in the file. 148
 Warning extension MultipleStringLiteralsExtended The String "k2" appears 8 times in the file. 188
 Warning extension MultipleStringLiteralsExtended The String "v2" appears 7 times in the file. 188
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 221
 Warning extension MultipleStringLiteralsExtended The String "Should not see uncommitted changes" appears 2 times in the file. 221
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 232
 Warning extension MultipleStringLiteralsExtended The String "Should have repeatable read" appears 3 times in the file. 232
 Warning extension MultipleStringLiteralsExtended The String "Read committed should see committed changes" appears 3 times in the file. 234
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 282
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 293
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 350
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 359
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 363

infinispan/core/src/test/java/org/infinispan/api/mvcc/PutForExternalReadInvTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 4 times in the file. 34

infinispan/core/src/test/java/org/infinispan/api/mvcc/PutForExternalReadTest.java

Severity Category Rule Message Line
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 53
 Warning extension MultipleStringLiteralsExtended The String "PFER should have been a no-op" appears 2 times in the file. 133
 Warning extension MultipleStringLiteralsExtended The String "0" appears 6 times in the file. 141
 Warning extension MultipleStringLiteralsExtended The String "Barf!" appears 2 times in the file. 181
 Warning extension MultipleStringLiteralsExtended The String "Should have barfed" appears 2 times in the file. 192
 Warning extension IllegalCatchExtended Catching 'RuntimeException' is not allowed. 193
 Warning extension IllegalCatchExtended Catching 'RuntimeException' is not allowed. 200
 Warning extension MultipleStringLiteralsExtended The String "Should have cleaned up" appears 4 times in the file. 203
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 216
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 217
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 369

infinispan/core/src/test/java/org/infinispan/api/mvcc/read_committed/ReadCommittedLockTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "k" appears 14 times in the file. 17
 Warning extension MultipleStringLiteralsExtended The String "v" appears 10 times in the file. 17
 Warning extension MultipleStringLiteralsExtended The String "v2" appears 4 times in the file. 28
 Warning extension MultipleStringLiteralsExtended The String "Should not read uncommitted data" appears 2 times in the file. 32
 Warning extension MultipleStringLiteralsExtended The String "Should read committed data" appears 2 times in the file. 39

infinispan/core/src/test/java/org/infinispan/api/mvcc/repeatable_read/RepeatableReadLockTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "k" appears 32 times in the file. 21
 Warning extension MultipleStringLiteralsExtended The String "v" appears 10 times in the file. 21
 Warning extension MultipleStringLiteralsExtended The String "a" appears 8 times in the file. 107
 Warning extension MultipleStringLiteralsExtended The String "v2" appears 2 times in the file. 110
 Warning extension MultipleStringLiteralsExtended The String "expected null but received " appears 2 times in the file. 114

infinispan/core/src/test/java/org/infinispan/api/mvcc/repeatable_read/WriteSkewTest.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 50
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 51
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 52
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 53
 Warning extension MultipleStringLiteralsExtended The String "writeSkew" appears 2 times in the file. 67
 Warning extension MultipleStringLiteralsExtended The String "k1" appears 6 times in the file. 136
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 3 times in the file. 137
 Warning extension MultipleStringLiteralsExtended The String "Failed to rollback" appears 2 times in the file. 155
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 160
 Warning extension MultipleStringLiteralsExtended The String "v2" appears 6 times in the file. 175
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 197
 Warning extension MultipleStringLiteralsExtended The String "testDontOnImmediateRemoval-Value" appears 2 times in the file. 228
 Warning extension MultipleStringLiteralsExtended The String "v" appears 5 times in the file. 251
 Warning extension MultipleStringLiteralsExtended The String "k" appears 5 times in the file. 267
 Warning extension MultipleStringLiteralsExtended The String "init" appears 3 times in the file. 270
 Warning extension MultipleStringLiteralsExtended The String "v3" appears 4 times in the file. 292
 Warning extension MultipleStringLiteralsExtended The String "Transaction should fail!" appears 2 times in the file. 346
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 377
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 406
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 407
 Warning extension MultipleStringLiteralsExtended The String "." appears 2 times in the file. 420
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 427
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 449
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 486

infinispan/core/src/test/java/org/infinispan/assertions/ExceptionAssertion.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 29
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 34

infinispan/core/src/test/java/org/infinispan/assertions/FutureAssertion.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 31
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 36

infinispan/core/src/test/java/org/infinispan/atomic/AtomicHashMapPassivationTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "a" appears 3 times in the file. 50
 Warning extension MultipleStringLiteralsExtended The String "b" appears 2 times in the file. 50
 Warning extension MultipleStringLiteralsExtended The String "Key " appears 2 times in the file. 69
 Warning extension MultipleStringLiteralsExtended The String " entry for key " appears 2 times in the file. 73
 Warning extension MultipleStringLiteralsExtended The String " should NOT be null" appears 2 times in the file. 73

infinispan/core/src/test/java/org/infinispan/atomic/AtomicHashMapPessimisticConcurrencyTest.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 39
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 71
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 104
 Warning extension MultipleStringLiteralsExtended The String "value1" appears 2 times in the file. 114
 Warning extension MultipleStringLiteralsExtended The String "value2" appears 2 times in the file. 126
 Warning extension MultipleStringLiteralsExtended The String "existing" appears 2 times in the file. 192
 Warning extension MultipleStringLiteralsExtended The String "newVal" appears 3 times in the file. 194

infinispan/core/src/test/java/org/infinispan/atomic/AtomicHashMapTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "k" appears 4 times in the file. 17
 Warning extension MultipleStringLiteralsExtended The String "v" appears 2 times in the file. 17
 Warning extension MultipleStringLiteralsExtended The String "k1" appears 9 times in the file. 29
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 2 times in the file. 29
 Warning extension MultipleStringLiteralsExtended The String "v3" appears 3 times in the file. 51

infinispan/core/src/test/java/org/infinispan/atomic/AtomicHashMapTestAssertions.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "blah" appears 2 times in the file. 12

infinispan/core/src/test/java/org/infinispan/atomic/AtomicMapAPITest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "testReplicationRemoveCommit" appears 2 times in the file. 23

infinispan/core/src/test/java/org/infinispan/atomic/AtomicMapFunctionalTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "ahm_without_tmlookup" appears 2 times in the file. 43
 Warning extension MultipleStringLiteralsExtended The String "key" appears 28 times in the file. 46
 Warning extension MultipleStringLiteralsExtended The String "a" appears 35 times in the file. 48
 Warning extension MultipleStringLiteralsExtended The String "b" appears 33 times in the file. 48
 Warning extension MultipleStringLiteralsExtended The String "ahm_without_batch" appears 2 times in the file. 58
 Warning extension MultipleStringLiteralsExtended The String "ahm_no_tx_without_batch" appears 2 times in the file. 75
 Warning extension MultipleStringLiteralsExtended The String "fgahm_without_tmlookup" appears 2 times in the file. 90
 Warning extension MultipleStringLiteralsExtended The String "fgahm_without_batch" appears 2 times in the file. 105
 Warning extension MultipleStringLiteralsExtended The String "fgahm_no_tx_without_batch" appears 2 times in the file. 122
 Warning extension MultipleStringLiteralsExtended The String "Doing a put" appears 2 times in the file. 167
 Warning extension MultipleStringLiteralsExtended The String "Put complete" appears 2 times in the file. 170
 Warning extension MultipleStringLiteralsExtended The String "x" appears 4 times in the file. 198
 Warning extension MultipleStringLiteralsExtended The String "y" appears 4 times in the file. 198

infinispan/core/src/test/java/org/infinispan/atomic/AtomicMapLocalTest.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 48
 Warning extension MultipleStringLiteralsExtended The String "map" appears 17 times in the file. 57
 Warning extension MultipleStringLiteralsExtended The String "blah" appears 25 times in the file. 63

infinispan/core/src/test/java/org/infinispan/atomic/AtomicMapReplTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "atomic" appears 9 times in the file. 19
 Warning extension MultipleStringLiteralsExtended The String "map" appears 22 times in the file. 26
 Warning extension MultipleStringLiteralsExtended The String "existing" appears 18 times in the file. 29
 Warning extension MultipleStringLiteralsExtended The String "blah" appears 24 times in the file. 30
 Warning extension MultipleStringLiteralsExtended The String "a" appears 5 times in the file. 94
 Warning extension MultipleStringLiteralsExtended The String "b" appears 3 times in the file. 94

infinispan/core/src/test/java/org/infinispan/atomic/AtomicMapStateTransferTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "atomic" appears 3 times in the file. 35
 Warning extension MultipleStringLiteralsExtended The String "key1" appears 2 times in the file. 52
 Warning extension MultipleStringLiteralsExtended The String "key2" appears 2 times in the file. 69

infinispan/core/src/test/java/org/infinispan/atomic/BaseAtomicHashMapAPITest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "atomic" appears 49 times in the file. 53
 Warning extension MultipleStringLiteralsExtended The String "testMultipleTx" appears 2 times in the file. 64
 Warning extension MultipleStringLiteralsExtended The String "k1" appears 21 times in the file. 72
 Warning extension MultipleStringLiteralsExtended The String "initial" appears 6 times in the file. 72
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 8 times in the file. 80
 Warning extension MultipleStringLiteralsExtended The String "k2" appears 12 times in the file. 81
 Warning extension MultipleStringLiteralsExtended The String "v2" appears 8 times in the file. 81
 Warning extension MultipleStringLiteralsExtended The String "k3" appears 10 times in the file. 82
 Warning extension MultipleStringLiteralsExtended The String "v3" appears 8 times in the file. 82
 Warning extension MultipleStringLiteralsExtended The String "k4" appears 6 times in the file. 90
 Warning extension MultipleStringLiteralsExtended The String "v4" appears 4 times in the file. 90
 Warning extension MultipleStringLiteralsExtended The String "k5" appears 2 times in the file. 91
 Warning extension MultipleStringLiteralsExtended The String "v5" appears 2 times in the file. 91
 Warning extension MultipleStringLiteralsExtended The String "k6" appears 2 times in the file. 92
 Warning extension MultipleStringLiteralsExtended The String "v6" appears 2 times in the file. 92
 Warning extension MultipleStringLiteralsExtended The String "mm" appears 3 times in the file. 123
 Warning extension MultipleStringLiteralsExtended The String "nn" appears 3 times in the file. 123
 Warning extension MultipleStringLiteralsExtended The String "weird!" appears 2 times in the file. 141
 Warning extension MultipleStringLiteralsExtended The String "testConcurrentReadsOnExistingMap" appears 4 times in the file. 154
 Warning extension MultipleStringLiteralsExtended The String "the-1" appears 4 times in the file. 155
 Warning extension MultipleStringLiteralsExtended The String "my preciousss" appears 4 times in the file. 155
 Warning extension MultipleStringLiteralsExtended The String "the-2" appears 5 times in the file. 160
 Warning extension MultipleStringLiteralsExtended The String "a minor" appears 2 times in the file. 160
 Warning extension MultipleStringLiteralsExtended The String "testConcurrentWritesAndIteration" appears 3 times in the file. 219
 Warning extension MultipleStringLiteralsExtended The String "testRollback" appears 2 times in the file. 259
 Warning extension MultipleStringLiteralsExtended The String "v" appears 2 times in the file. 262
 Warning extension MultipleStringLiteralsExtended The String "testRollbackAndThenCommit" appears 2 times in the file. 275
 Warning extension MultipleStringLiteralsExtended The String "testCreateMapInTx" appears 2 times in the file. 305
 Warning extension MultipleStringLiteralsExtended The String "existing" appears 24 times in the file. 325
 Warning extension MultipleStringLiteralsExtended The String "blah" appears 37 times in the file. 326
 Warning extension MultipleStringLiteralsExtended The String "testReadUncommittedValues" appears 7 times in the file. 340
 Warning extension MultipleStringLiteralsExtended The String "key one" appears 13 times in the file. 343
 Warning extension MultipleStringLiteralsExtended The String "value one" appears 11 times in the file. 343
 Warning extension MultipleStringLiteralsExtended The String "Wrong value removed." appears 2 times in the file. 362
 Warning extension MultipleStringLiteralsExtended The String "value two" appears 2 times in the file. 385
 Warning extension MultipleStringLiteralsExtended The String "testCommitReadUncommittedValues" appears 2 times in the file. 409
 Warning extension MultipleStringLiteralsExtended The String "hey" appears 2 times in the file. 412
 Warning extension MultipleStringLiteralsExtended The String "toronto" appears 2 times in the file. 421
 Warning extension MultipleStringLiteralsExtended The String "testConcurrentTx" appears 2 times in the file. 444
 Warning extension MultipleStringLiteralsExtended The String "tx1Value" appears 2 times in the file. 459
 Warning extension MultipleStringLiteralsExtended The String "tx2Value" appears 2 times in the file. 467
 Warning extension MultipleStringLiteralsExtended The String "testReplicationPutCommit" appears 2 times in the file. 487
 Warning extension MultipleStringLiteralsExtended The String "not existing" appears 4 times in the file. 502
 Warning extension MultipleStringLiteralsExtended The String "peace on Earth" appears 2 times in the file. 503
 Warning extension MultipleStringLiteralsExtended The String "testReplicationRemoveCommit" appears 2 times in the file. 518
 Warning extension MultipleStringLiteralsExtended The String "'." appears 7 times in the file. 535
 Warning extension MultipleStringLiteralsExtended The String "map" appears 2 times in the file. 550
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 613
 Warning extension MultipleStringLiteralsExtended The String "value" appears 8 times in the file. 621
 Warning extension MultipleStringLiteralsExtended The String "repeatableReadMap" appears 2 times in the file. 646
 Warning extension MultipleStringLiteralsExtended The String "Map '" appears 6 times in the file. 703
 Warning extension MultipleStringLiteralsExtended The String "Wrong map '" appears 10 times in the file. 741
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 776

infinispan/core/src/test/java/org/infinispan/atomic/BaseAtomicMapLockingTest.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 111
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 124
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 167
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 180

infinispan/core/src/test/java/org/infinispan/atomic/ClusteredAtomicMapPassivationTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "atomic" appears 3 times in the file. 35
 Warning extension MultipleStringLiteralsExtended The String "map" appears 4 times in the file. 48
 Warning extension MultipleStringLiteralsExtended The String "key1" appears 4 times in the file. 49
 Warning extension MultipleStringLiteralsExtended The String "key2" appears 5 times in the file. 50
 Warning extension MultipleStringLiteralsExtended The String "value2" appears 3 times in the file. 50
 Warning extension MultipleStringLiteralsExtended The String "new_value1" appears 2 times in the file. 64
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 65
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 73
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 74

infinispan/core/src/test/java/org/infinispan/atomic/DistWriteSkewAtomicMapAPITest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "atomic" appears 13 times in the file. 33
 Warning extension MultipleStringLiteralsExtended The String "k1" appears 7 times in the file. 69
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 4 times in the file. 69
 Warning extension MultipleStringLiteralsExtended The String "v2" appears 2 times in the file. 80

infinispan/core/src/test/java/org/infinispan/atomic/FineGrainedAtomicMapAPITest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "testReplicationRemoveCommit" appears 2 times in the file. 24

infinispan/core/src/test/java/org/infinispan/atomic/LocalDeltaAwareEvictionTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "first component of object with key=" appears 5 times in the file. 131
 Warning extension MultipleStringLiteralsExtended The String "second component of object with key=" appears 7 times in the file. 132
 Warning extension MultipleStringLiteralsExtended The String "** UPDATED** first component of object with key=" appears 2 times in the file. 148
 Warning extension MultipleStringLiteralsExtended The String "first" appears 6 times in the file. 217
 Warning extension MultipleStringLiteralsExtended The String "second" appears 6 times in the file. 218
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 229
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 277

infinispan/core/src/test/java/org/infinispan/atomic/ReplWriteSkewAtomicMapAPITest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "atomic" appears 13 times in the file. 33
 Warning extension MultipleStringLiteralsExtended The String "k1" appears 7 times in the file. 69
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 4 times in the file. 69
 Warning extension MultipleStringLiteralsExtended The String "v2" appears 2 times in the file. 80

infinispan/core/src/test/java/org/infinispan/atomic/TestDeltaAware.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 10
 Warning extension MultipleStringLiteralsExtended The String "firstComponent" appears 2 times in the file. 40
 Warning extension MultipleStringLiteralsExtended The String "secondComponent" appears 2 times in the file. 49
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 55

infinispan/core/src/test/java/org/infinispan/commands/CommandIdUniquenessTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 19

infinispan/core/src/test/java/org/infinispan/commands/GetAllCommandStressTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 81
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 99

infinispan/core/src/test/java/org/infinispan/commands/GetAllCommandTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "key" appears 5 times in the file. 40
 Warning extension MultipleStringLiteralsExtended The String "value" appears 4 times in the file. 40
 Warning extension MultipleStringLiteralsExtended The String "not-present" appears 2 times in the file. 43
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 44

infinispan/core/src/test/java/org/infinispan/commands/PutMapCommandNonTxTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "value" appears 5 times in the file. 49
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 54
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 55

infinispan/core/src/test/java/org/infinispan/commands/PutMapCommandStressTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 80
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 98

infinispan/core/src/test/java/org/infinispan/commands/PutMapCommandTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "key" appears 10 times in the file. 30
 Warning extension MultipleStringLiteralsExtended The String "value" appears 6 times in the file. 31
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 47

infinispan/core/src/test/java/org/infinispan/commons/EquivalentLinkedHashMapTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 25
 Warning extension MultipleStringLiteralsExtended The String "k1" appears 3 times in the file. 29
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 3 times in the file. 29
 Warning extension MultipleStringLiteralsExtended The String "k2" appears 3 times in the file. 30
 Warning extension MultipleStringLiteralsExtended The String "v2" appears 3 times in the file. 30
 Warning extension MultipleStringLiteralsExtended The String "k3" appears 3 times in the file. 31
 Warning extension MultipleStringLiteralsExtended The String "v3" appears 3 times in the file. 31
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 35
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 37
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 39
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 41
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 45
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 47
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 49
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 51
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 55
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 59
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 63
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 67

infinispan/core/src/test/java/org/infinispan/commons/marshall/PojoWithAttributes.java

Severity Category Rule Message Line
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 30

infinispan/core/src/test/java/org/infinispan/commons/util/concurrent/FuturesTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 53
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 54
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 60
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 81
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 90
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 91
 Warning extension MultipleStringLiteralsExtended The String "res" appears 2 times in the file. 102
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 111
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 112
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 117
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 129
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 130
 Warning extension MultipleStringLiteralsExtended The String "ignored" appears 3 times in the file. 138
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 170
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 191
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 218
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 219
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 220
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 240
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 282
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 288
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 295

infinispan/core/src/test/java/org/infinispan/commons/util/concurrent/NotifyingFutureTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 55
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 86
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 133

infinispan/core/src/test/java/org/infinispan/commons/util/concurrent/jdk8backported/BoundedEquivalentConcurrentHashMapV8BaseTest.java

Severity Category Rule Message Line
 Warning extension MoveVariableInsideIf Variable 'removeValue' can be moved inside the block at line '76' to restrict runtime creation. 75
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 98
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 246
 Warning extension MultipleStringLiteralsExtended The String "a" appears 2 times in the file. 259
 Warning extension MultipleStringLiteralsExtended The String "b" appears 2 times in the file. 268
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 381
 Warning extension UselessSingleCatch Useless catch block. No logging, wrapping or handling code here. 424
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 451
 Warning extension UselessSingleCatch Useless catch block. No logging, wrapping or handling code here. 493
 Warning extension MultipleStringLiteralsExtended The String "Count " appears 2 times in the file. 510
 Warning extension MultipleStringLiteralsExtended The String " should not be higher than max " appears 2 times in the file. 510
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 528
 Warning extension UselessSingleCatch Useless catch block. No logging, wrapping or handling code here. 586
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 652
 Warning extension UselessSingleCatch Useless catch block. No logging, wrapping or handling code here. 708

infinispan/core/src/test/java/org/infinispan/commons/util/concurrent/jdk8backported/BoundedEquivalentConcurrentHashMapV8LIRSTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String " " appears 2 times in the file. 57
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 88
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 96
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 104
 Warning extension MultipleStringLiteralsExtended The String "B" appears 17 times in the file. 119
 Warning extension MultipleStringLiteralsExtended The String "E" appears 18 times in the file. 127
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 134
 Warning extension MultipleStringLiteralsExtended The String "D" appears 11 times in the file. 137
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 140
 Warning extension MultipleStringLiteralsExtended The String "A" appears 14 times in the file. 143
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 146
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 152
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 158
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 184
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 190
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 196
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 202
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 239
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 245
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 251
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 257
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 263
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 288
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 294
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 300
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 306
 Warning extension MultipleStringLiteralsExtended The String "C" appears 5 times in the file. 313
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 324
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 330
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 336
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 342
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 348
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 354
 Warning extension MultipleStringLiteralsExtended The String "deleteme" appears 3 times in the file. 367
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 396
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 402
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 408
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 414
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 420

infinispan/core/src/test/java/org/infinispan/commons/util/concurrent/jdk8backported/BoundedEquivalentConcurrentHashMapV8StressTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String " took " appears 2 times in the file. 60
 Warning extension MultipleStringLiteralsExtended The String " milliseconds" appears 2 times in the file. 61
 Warning extension MultipleStringLiteralsExtended The String " nanoseconds" appears 4 times in the file. 65

infinispan/core/src/test/java/org/infinispan/commons/util/concurrent/jdk8backported/ConcurrentHashMapV8.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 228
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 611
 Warning extension MultipleStringLiteralsExtended The String "segments" appears 2 times in the file. 618
 Warning extension MultipleStringLiteralsExtended The String "segmentMask" appears 2 times in the file. 619
 Warning extension MultipleStringLiteralsExtended The String "segmentShift" appears 2 times in the file. 620
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 647
 Warning extension MultipleStringLiteralsExtended The String "=" appears 2 times in the file. 649
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 655
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 655
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around return value. 656
 Warning extension MoveVariableInsideIf Variable 'e' can be moved inside the block at line '668' to restrict runtime creation. 667
 Warning extension TernaryPerExpressionCount More than 1 ternary operators in expression. 713
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 722
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 722
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 722
 Warning extension MoveVariableInsideIf Variable 'as' can be moved inside the block at line '725' to restrict runtime creation. 722
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 722
 Warning extension MoveVariableInsideIf Variable 't' can be moved inside the block at line '725' to restrict runtime creation. 722
 Warning extension MoveVariableInsideIf Variable 'p' can be moved inside the block at line '725' to restrict runtime creation. 722
 Warning extension LogicConditionNeedOptimization Condition with && at line 730 position 63 need optimization. All method calls are advised to move to end of logic expression. 730
 Warning extension LogicConditionNeedOptimization Condition with && at line 731 position 36 need optimization. All method calls are advised to move to end of logic expression. 731
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around return value. 745
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 792
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 799
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 809
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 814
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 819
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 824
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 827
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 828
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 829
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 837
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 850
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 853
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 864
 Warning extension OverridableMethodInConstructor Overridable method 'putAll' is called in constructor body. 866
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 884
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 906
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around return value. 925
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 949
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 949
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 949
 Warning extension MoveVariableInsideIf Variable 'p' can be moved inside the block at line '951' to restrict runtime creation. 949
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 949
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 949
 Warning extension MoveVariableInsideIf Variable 'eh' can be moved inside the block at line '951' to restrict runtime creation. 949
 Warning extension MoveVariableInsideIf Variable 'ek' can be moved inside the block at line '951' to restrict runtime creation. 949
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 996
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 1028
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 1029
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 1029
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 1045
 Warning extension MoveVariableInsideIf Variable 'pred' can be moved inside the block at line '1,056' to restrict runtime creation. 1055
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 1122
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 1122
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 1135
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 1135
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 1161
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 1209
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 1304
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 1325
 Warning extension MultipleStringLiteralsExtended The String "(this Map)" appears 2 times in the file. 1333
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 1361
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 1369
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 1423
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 1443
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 1480
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 1481
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 1495
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 1509
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 1511
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 1606
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 1617
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 1660
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 1661
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 1661
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 1665
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 1689
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 1690
 Warning extension MoveVariableInsideIf Variable 'pred' can be moved inside the block at line '1,698' to restrict runtime creation. 1697
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 1710
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 1763
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 1763
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 1775
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 1775
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 1801
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 1853
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 1854
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 1854
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 1858
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 1883
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 1883
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 1916
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 1978
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 1979
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 1979
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 1996
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 1996
 Warning extension ReturnCountExtended Return count for 'find' method is 3 (max allowed is 1). 2179
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 2182
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 2187
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 2233
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 2266
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 2266
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 2269
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 2269
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 2269
 Warning extension LogicConditionNeedOptimization Condition with || at line 2,271 position 56 need optimization. All method calls are advised to move to end of logic expression. 2271
 Warning extension LogicConditionNeedOptimization Condition with || at line 2,272 position 26 need optimization. All method calls are advised to move to end of logic expression. 2272
 Warning extension LogicConditionNeedOptimization Condition with || at line 2,272 position 53 need optimization. All method calls are advised to move to end of logic expression. 2272
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 2284
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 2284
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 2284
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 2308
 Warning extension MoveVariableInsideIf Variable 'sc' can be moved inside the block at line '2,309' to restrict runtime creation. 2308
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 2312
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 2337
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 2378
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 2386
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 2394
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 2397
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 2398
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 2400
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 2409
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 2438
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 2458
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 2458
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 2471
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 2472
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 2473
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 2476
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 2517
 Warning extension MoveVariableInsideIf Variable 'b' can be moved inside the block at line '2,518' to restrict runtime creation. 2517
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 2517
 Warning extension MoveVariableInsideIf Variable 'n' can be moved inside the block at line '2,518' to restrict runtime creation. 2517
 Warning extension LogicConditionNeedOptimization Condition with && at line 2,521 position 50 need optimization. All method calls are advised to move to end of logic expression. 2521
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 2524
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 2527
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 2546
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 2548
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 2588
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 2588
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 2588
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 2589
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 2645
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 2653
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 2657
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 2670
 Warning extension MoveVariableInsideIf Variable 'xp' can be moved inside the block at line '2,681' to restrict runtime creation. 2680
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 2744
 Warning extension MoveVariableInsideIf Variable 'ek' can be moved inside the block at line '2,745' to restrict runtime creation. 2744
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 2753
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 2755
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 2780
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 2781
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 2781
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 2796
 Warning extension MoveVariableInsideIf Variable 'xp' can be moved inside the block at line '2,808' to restrict runtime creation. 2807
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 2809
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 2817
 Warning extension ReturnCountExtended Return count for 'removeTreeNode' method is 3 (max allowed is 1). 2844
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 2847
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 2867
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 2945
 Warning extension MoveVariableInsideIf Variable 'pp' can be moved inside the block at line '2,946' to restrict runtime creation. 2945
 Warning extension MoveVariableInsideIf Variable 'rl' can be moved inside the block at line '2,946' to restrict runtime creation. 2945
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 2963
 Warning extension MoveVariableInsideIf Variable 'lr' can be moved inside the block at line '2,964' to restrict runtime creation. 2963
 Warning extension MoveVariableInsideIf Variable 'pp' can be moved inside the block at line '2,964' to restrict runtime creation. 2963
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 2982
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 3036
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 3057
 Warning extension ReturnBooleanFromTernary Returning explicit boolean from ternary operator. 3073
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 3095
 Warning extension ReturnBooleanFromTernary Returning explicit boolean from ternary operator. 3111
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 3130
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 3151
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 3152
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 3159
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 3203
 Warning extension ReturnCountExtended Return count for 'advance' method is 2 (max allowed is 1). 3220
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 3225
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 3225
 Warning extension LogicConditionNeedOptimization Condition with && at line 3,231 position 42 need optimization. All method calls are advised to move to end of logic expression. 3231
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 3272
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 3273
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 3386
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 3391
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 3391
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around return value. 3392
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 3426
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 3461
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 3498
 Warning extension LogicConditionNeedOptimization Condition with || at line 3,535 position 56 need optimization. All method calls are advised to move to end of logic expression. 3535
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 4293
 Warning extension ReturnCountExtended Return count for 'toArray' method is 2 (max allowed is 1). 4318
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 4435
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around return value. 4513
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 4530
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 4588
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 4606
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 4606
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around return value. 4607
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 4615
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 4615
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around return value. 4616
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 4649
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around return value. 4659
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 4676
 Warning extension ReturnCountExtended Return count for 'advance' method is 2 (max allowed is 1). 4716
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 4721
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 4721
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 4721
 Warning extension LogicConditionNeedOptimization Condition with && at line 4,727 position 46 need optimization. All method calls are advised to move to end of logic expression. 4727
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 4764
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 4791
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 4818
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 4845
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 4875
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 4908
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 4941
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 4975
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5010
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 5019
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5054
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 5063
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5098
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5142
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 5151
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5173
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 5181
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5185
 Warning extension TernaryPerExpressionCount More than 1 ternary operators in expression. 5195
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5200
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5204
 Warning extension MoveVariableInsideIf Variable 'tr' can be moved inside the block at line '5,205' to restrict runtime creation. 5204
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 5206
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5220
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 5228
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5232
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5247
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5251
 Warning extension MoveVariableInsideIf Variable 'tr' can be moved inside the block at line '5,252' to restrict runtime creation. 5251
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 5253
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5267
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 5275
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5279
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5292
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5296
 Warning extension MoveVariableInsideIf Variable 'tr' can be moved inside the block at line '5,297' to restrict runtime creation. 5296
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 5298
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5313
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 5323
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5329
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5345
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5349
 Warning extension MoveVariableInsideIf Variable 'tr' can be moved inside the block at line '5,350' to restrict runtime creation. 5349
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 5351
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5366
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 5376
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5382
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5398
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5402
 Warning extension MoveVariableInsideIf Variable 'tr' can be moved inside the block at line '5,403' to restrict runtime creation. 5402
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 5404
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5419
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 5429
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5435
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5451
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5455
 Warning extension MoveVariableInsideIf Variable 'tr' can be moved inside the block at line '5,456' to restrict runtime creation. 5455
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 5457
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5472
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 5482
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5488
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5504
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5508
 Warning extension MoveVariableInsideIf Variable 'tr' can be moved inside the block at line '5,509' to restrict runtime creation. 5508
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 5510
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5526
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 5537
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5544
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5556
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5575
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 5586
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5593
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5605
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5624
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 5635
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5642
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5654
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5673
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 5684
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5691
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5703
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5722
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 5733
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5740
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5752
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5771
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 5782
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5789
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5801
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5820
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 5831
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5838
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5850
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5869
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 5880
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5887
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5899
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5918
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 5929
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5936
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5948
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5967
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 5978
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5985
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 5997
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 6016
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 6027
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 6034
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 6046
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 6065
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 6076
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 6083
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 6095
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 6114
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 6116
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 6138
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 6144
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 6148
 Warning extension MoveVariableInsideIf Variable 'a' can be moved inside the block at line '6,150' to restrict runtime creation. 6148
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 6172
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 6173
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 6173
 Warning extension MoveVariableInsideIf Variable 'a' can be moved inside the block at line '6,174' to restrict runtime creation. 6173
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 6173
 Warning extension MoveVariableInsideIf Variable 'r' can be moved inside the block at line '6,178' to restrict runtime creation. 6177
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 6182
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 6182
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 6249
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 6250
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 6251
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 6252
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 6253
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 6254
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 6255
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 6256
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 6279
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 6309

infinispan/core/src/test/java/org/infinispan/commons/util/concurrent/jdk8backported/EquivalentConcurrentHashMapV8Test.java

Severity Category Rule Message Line
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 52
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 52
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 58
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 75
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 78
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 128
 Warning extension MultipleStringLiteralsExtended The String "Expected value=%s to be returned by operation, instead returned value=%s" appears 3 times in the file. 134
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 150
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 169
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 173

infinispan/core/src/test/java/org/infinispan/configuration/ConfigurationOverrideTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "my-cache" appears 4 times in the file. 37

infinispan/core/src/test/java/org/infinispan/configuration/ConfigurationUnitTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 69
 Warning extension MultipleStringLiteralsExtended The String "Foo" appears 2 times in the file. 112
 Warning extension MultipleStringLiteralsExtended The String "2" appears 2 times in the file. 112
 Warning extension MultipleStringLiteralsExtended The String "Bar" appears 2 times in the file. 113
 Warning extension MultipleStringLiteralsExtended The String "4" appears 2 times in the file. 113
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 126
 Warning extension MultipleStringLiteralsExtended The String "testConfigCache" appears 2 times in the file. 150
 Warning extension MultipleStringLiteralsExtended The String "local" appears 2 times in the file. 280

infinispan/core/src/test/java/org/infinispan/configuration/CustomInterceptorConfigTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "custom" appears 2 times in the file. 85

infinispan/core/src/test/java/org/infinispan/configuration/DataContainerTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" appears 2 times in the file. 31
 Warning extension MultipleStringLiteralsExtended The String "<infinispan>" appears 2 times in the file. 32
 Warning extension MultipleStringLiteralsExtended The String "<cache-container name=\"1\" default-cache=\"default-cache\">" appears 2 times in the file. 33
 Warning extension MultipleStringLiteralsExtended The String "</cache-container>" appears 2 times in the file. 35
 Warning extension MultipleStringLiteralsExtended The String "</infinispan>" appears 2 times in the file. 36
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 85
 Warning extension MultipleStringLiteralsExtended The String "name" appears 2 times in the file. 87
 Warning extension MultipleStringLiteralsExtended The String "Pete" appears 2 times in the file. 87
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 89
 Warning extension MultipleStringLiteralsExtended The String "put(name, Pete" appears 2 times in the file. 89
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 122

infinispan/core/src/test/java/org/infinispan/configuration/DifferentCacheModesTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "<infinispan>" appears 2 times in the file. 23
 Warning extension MultipleStringLiteralsExtended The String "<jgroups/>" appears 2 times in the file. 24
 Warning extension MultipleStringLiteralsExtended The String "<cache-container name=\"different-cache-modes\" default-cache=\"replicated\">" appears 2 times in the file. 25
 Warning extension MultipleStringLiteralsExtended The String "</cache-container>" appears 2 times in the file. 31
 Warning extension MultipleStringLiteralsExtended The String "</infinispan>" appears 2 times in the file. 32
 Warning extension MultipleStringLiteralsExtended The String "</replicated-cache>" appears 3 times in the file. 70
 Warning extension MultipleStringLiteralsExtended The String "<state-transfer enabled=\"true\"/>" appears 2 times in the file. 72

infinispan/core/src/test/java/org/infinispan/configuration/HashConfigurationBuilderTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "IllegalArgumentException expected" appears 2 times in the file. 23

infinispan/core/src/test/java/org/infinispan/configuration/LocalConfigurationValidation2Test.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "repl_async" appears 2 times in the file. 29

infinispan/core/src/test/java/org/infinispan/configuration/ParserOverrideTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "\">" appears 2 times in the file. 29
 Warning extension MultipleStringLiteralsExtended The String " <replicated-cache name=\"" appears 3 times in the file. 30
 Warning extension MultipleStringLiteralsExtended The String " <state-transfer enabled=\"false\"/>\n" appears 3 times in the file. 31
 Warning extension MultipleStringLiteralsExtended The String " <locking isolation=\"REPEATABLE_READ\" concurrency-level=\"1000\" acquire-timeout=\"20000\"/>\n" appears 3 times in the file. 32
 Warning extension MultipleStringLiteralsExtended The String " <store-as-binary/>\n" appears 3 times in the file. 33
 Warning extension MultipleStringLiteralsExtended The String " <expiration interval=\"23\" lifespan=\"50012\" max-idle=\"1341\"/>\n" appears 3 times in the file. 34
 Warning extension MultipleStringLiteralsExtended The String " </replicated-cache>\n" appears 6 times in the file. 35
 Warning extension MultipleStringLiteralsExtended The String "</cache-container>" appears 6 times in the file. 36
 Warning extension MultipleStringLiteralsExtended The String " <state-transfer enabled=\"true\"/>\n" appears 3 times in the file. 41
 Warning extension MultipleStringLiteralsExtended The String " <locking isolation=\"READ_COMMITTED\" concurrency-level=\"30\" acquire-timeout=\"25000\"/>\n" appears 3 times in the file. 42
 Warning extension MultipleStringLiteralsExtended The String " <store-as-binary keys=\"false\" values=\"false\"/>\n" appears 3 times in the file. 43
 Warning extension MultipleStringLiteralsExtended The String "<cache-container name=\"1\" default-cache=\"default-cache\">" appears 2 times in the file. 77
 Warning extension MultipleStringLiteralsExtended The String "<cache-container name=\"2\" default-cache=\"default-cache\">" appears 2 times in the file. 87

infinispan/core/src/test/java/org/infinispan/configuration/QueryableDataContainer.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 27
 Warning extension MultipleStringLiteralsExtended The String ")" appears 8 times in the file. 30
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 33
 Warning extension MultipleStringLiteralsExtended The String ", " appears 2 times in the file. 57

infinispan/core/src/test/java/org/infinispan/configuration/SampleConfigFilesCorrectnessTest.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 29
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 66

infinispan/core/src/test/java/org/infinispan/configuration/StringPropertyReplacementTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "true" appears 2 times in the file. 30

infinispan/core/src/test/java/org/infinispan/configuration/TransactionalCacheConfigTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "nonTx" appears 2 times in the file. 43
 Warning extension MultipleStringLiteralsExtended The String "transactional" appears 2 times in the file. 97
 Warning extension MultipleStringLiteralsExtended The String "a" appears 2 times in the file. 117

infinispan/core/src/test/java/org/infinispan/configuration/TxManagerLookupConfigTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "aCache" appears 2 times in the file. 33
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 36
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 41

infinispan/core/src/test/java/org/infinispan/configuration/XmlFileParsingTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "<cache-container default-cache=\"default\">" appears 9 times in the file. 73
 Warning extension MultipleStringLiteralsExtended The String "</cache-container>" appears 10 times in the file. 77
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 87
 Warning extension MultipleStringLiteralsExtended The String " <local-cache name=\"default\">\n" appears 8 times in the file. 101
 Warning extension MultipleStringLiteralsExtended The String " </local-cache>\n" appears 8 times in the file. 103
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 134
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 152
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 170
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 171
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 189
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 190
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 207
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 208
 Warning extension MultipleStringLiteralsExtended The String "<persistence >\n" appears 2 times in the file. 217
 Warning extension MultipleStringLiteralsExtended The String "</store >\n" appears 2 times in the file. 220
 Warning extension MultipleStringLiteralsExtended The String "</persistence >\n" appears 2 times in the file. 221
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 232
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 276
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 278
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 279
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 299
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 357
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 360
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 365
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 369
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 370
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 371
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 384
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 385
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 386
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 392
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 395
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 406
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 417
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 418
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 424
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 425
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 426
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 427
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 432
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 433
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 434
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 435
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 439
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 441
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 442
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 451
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 454
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 457
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 458
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 463
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 464
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 465
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 468
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 481
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 482
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 483
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 485
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 495
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 504
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 509
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 514
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 519
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 536
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 541
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 542
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 543

infinispan/core/src/test/java/org/infinispan/configuration/cache/L1ConfigurationBuilderTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 24

infinispan/core/src/test/java/org/infinispan/configuration/module/Attribute.java

Severity Category Rule Message Line
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 31
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 38

infinispan/core/src/test/java/org/infinispan/configuration/module/Element.java

Severity Category Rule Message Line
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 29
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 36

infinispan/core/src/test/java/org/infinispan/configuration/module/ModuleConfigurationTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "testValue" appears 3 times in the file. 13

infinispan/core/src/test/java/org/infinispan/configuration/override/XMLConfigurationOverridingTest.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 40
 Warning extension MultipleStringLiteralsExtended The String "configs/named-cache-override-test.xml" appears 18 times in the file. 51
 Warning extension MultipleStringLiteralsExtended The String "test" appears 4 times in the file. 65
 Warning extension MultipleStringLiteralsExtended The String "value" appears 11 times in the file. 65
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 68
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 92
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 146
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 173
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 185
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 192
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 204
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 213
 Warning extension MultipleStringLiteralsExtended The String "key" appears 9 times in the file. 217
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 220
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 246
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 262
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 302
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 309
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 310
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 312
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 362
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 363
 Warning extension MultipleStringLiteralsExtended The String "key1" appears 4 times in the file. 397
 Warning extension MultipleStringLiteralsExtended The String "value1" appears 4 times in the file. 398
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 407
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 444
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 458
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 467
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 469
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 472
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 478

infinispan/core/src/test/java/org/infinispan/configuration/parsing/UnifiedXmlFileParsingTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 75
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 77
 Warning extension MultipleStringLiteralsExtended The String "tcp" appears 2 times in the file. 85
 Warning extension MultipleStringLiteralsExtended The String "infinispan" appears 7 times in the file. 92
 Warning extension MultipleStringLiteralsExtended The String "%G %i" appears 7 times in the file. 93
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 96
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 102
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 108
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 114
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 140
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 144
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 146
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 151
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 152
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 157
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 159
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 160
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 161
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 162
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 164
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 171
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 173
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 175
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 176
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 177
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 178
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 185
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 188
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 189
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 193
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 195
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 196
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 197
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 198
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 210
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 213
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 214
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 218
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 220
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 221
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 222
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 223
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 231
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 236
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 241
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 242
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 246
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 247
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 248
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 249
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 253
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 255
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 256
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 257
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 258
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 266
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 275
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 281
 Warning extension MultipleStringLiteralsExtended The String "LON" appears 2 times in the file. 283
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 287
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 296
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 297
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 298
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 299
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 303
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 304
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 309
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 310
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 311
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 312
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 316
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 317
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 322
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 323
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 324
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 325
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 333
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 334
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 335
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 336
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 340
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 341
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 347
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 348
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 349
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 350
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 355
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 356
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 361
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 362
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 363
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 364
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 368
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 369
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 375
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 376
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 377
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 378
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 379
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 383
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 384
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 389
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 390
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 391
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 392
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 393
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 397
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 398
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 403
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 404
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 405
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 406
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 407
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 414
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 418
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 420
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 423
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 425
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 428
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 430
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 432
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 435
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 436
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 437
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 441
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 442
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 443
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 446
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 447
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 448

infinispan/core/src/test/java/org/infinispan/container/SimpleDataContainerTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "k" appears 26 times in the file. 52
 Warning extension MultipleStringLiteralsExtended The String "v" appears 18 times in the file. 52
 Warning extension MultipleStringLiteralsExtended The String "Expected " appears 2 times in the file. 71
 Warning extension MultipleStringLiteralsExtended The String "v2" appears 5 times in the file. 149
 Warning extension MultipleStringLiteralsExtended The String "v3" appears 5 times in the file. 153
 Warning extension MultipleStringLiteralsExtended The String "v4" appears 5 times in the file. 157
 Warning extension MultipleStringLiteralsExtended The String "k1" appears 9 times in the file. 181
 Warning extension MultipleStringLiteralsExtended The String "k2" appears 9 times in the file. 182
 Warning extension MultipleStringLiteralsExtended The String "k3" appears 9 times in the file. 183
 Warning extension MultipleStringLiteralsExtended The String "k4" appears 9 times in the file. 184
 Warning extension MultipleStringLiteralsExtended The String "Did not see keys " appears 4 times in the file. 195
 Warning extension MultipleStringLiteralsExtended The String " in iterator!" appears 4 times in the file. 195
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 4 times in the file. 219

infinispan/core/src/test/java/org/infinispan/container/versioning/AbstractClusteredWriteSkewTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "ignore-return-value" appears 2 times in the file. 254
 Warning extension MultipleStringLiteralsExtended The String "wrong initial value for " appears 2 times in the file. 261
 Warning extension MultipleStringLiteralsExtended The String "." appears 5 times in the file. 261
 Warning extension MultipleStringLiteralsExtended The String "init" appears 6 times in the file. 269
 Warning extension MultipleStringLiteralsExtended The String "Start the transaction and perform a %s operation" appears 2 times in the file. 272
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 10 times in the file. 276
 Warning extension MultipleStringLiteralsExtended The String "Unknown operation " appears 2 times in the file. 295
 Warning extension MultipleStringLiteralsExtended The String "v2" appears 9 times in the file. 300
 Warning extension MultipleStringLiteralsExtended The String "It is going to try to commit the suspended transaction" appears 2 times in the file. 321
 Warning extension MultipleStringLiteralsExtended The String "Rollback expected!" appears 2 times in the file. 326
 Warning extension MultipleStringLiteralsExtended The String "Rollback *not* expected!" appears 2 times in the file. 330
 Warning extension MultipleStringLiteralsExtended The String "So far so good. Check the key final value" appears 2 times in the file. 346
 Warning extension MultipleStringLiteralsExtended The String "wrong final value for " appears 2 times in the file. 349

infinispan/core/src/test/java/org/infinispan/container/versioning/DistL1WriteSkewTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "hello" appears 2 times in the file. 31
 Warning extension MultipleStringLiteralsExtended The String "world 1" appears 3 times in the file. 36

infinispan/core/src/test/java/org/infinispan/container/versioning/DistWriteSkewTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "hello" appears 5 times in the file. 37
 Warning extension MultipleStringLiteralsExtended The String "world 1" appears 12 times in the file. 40
 Warning extension MultipleStringLiteralsExtended The String "world 3" appears 22 times in the file. 47
 Warning extension MultipleStringLiteralsExtended The String "world 2" appears 16 times in the file. 55
 Warning extension MultipleStringLiteralsExtended The String "Transaction should roll back" appears 3 times in the file. 59
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 80
 Warning extension MultipleStringLiteralsExtended The String "world" appears 4 times in the file. 179
 Warning extension MultipleStringLiteralsExtended The String "This transaction should roll back" appears 2 times in the file. 197
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 3 times in the file. 249
 Warning extension MultipleStringLiteralsExtended The String "v2" appears 7 times in the file. 250
 Warning extension MultipleStringLiteralsExtended The String "NewKey" appears 12 times in the file. 257
 Warning extension MultipleStringLiteralsExtended The String "The transaction should rollback" appears 2 times in the file. 270

infinispan/core/src/test/java/org/infinispan/container/versioning/LocalWriteSkewTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "no-ws-chk" appears 2 times in the file. 43
 Warning extension MultipleStringLiteralsExtended The String "hello" appears 16 times in the file. 50
 Warning extension MultipleStringLiteralsExtended The String "world 1" appears 4 times in the file. 50
 Warning extension MultipleStringLiteralsExtended The String "Wrong value read by transaction for key hello" appears 3 times in the file. 53
 Warning extension MultipleStringLiteralsExtended The String "world 3" appears 3 times in the file. 57
 Warning extension MultipleStringLiteralsExtended The String "world 2" appears 3 times in the file. 60
 Warning extension MultipleStringLiteralsExtended The String "Transaction should roll back" appears 3 times in the file. 64
 Warning extension MultipleStringLiteralsExtended The String "Wrong final value for key hello" appears 3 times in the file. 69
 Warning extension MultipleStringLiteralsExtended The String "k1" appears 5 times in the file. 74
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 3 times in the file. 74
 Warning extension MultipleStringLiteralsExtended The String "k2" appears 4 times in the file. 75
 Warning extension MultipleStringLiteralsExtended The String "v2" appears 4 times in the file. 75
 Warning extension MultipleStringLiteralsExtended The String "v2000" appears 2 times in the file. 79
 Warning extension MultipleStringLiteralsExtended The String "v3" appears 2 times in the file. 86
 Warning extension MultipleStringLiteralsExtended The String "world" appears 2 times in the file. 125
 Warning extension MultipleStringLiteralsExtended The String "NewKey" appears 5 times in the file. 149

infinispan/core/src/test/java/org/infinispan/container/versioning/NumericVersionGeneratorTest.java

Severity Category Rule Message Line
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 27
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 28
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 29

infinispan/core/src/test/java/org/infinispan/container/versioning/ReplWriteSkewConsistencyTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "Wrong version in the primary owner" appears 2 times in the file. 102
 Warning extension MultipleStringLiteralsExtended The String "Wrong version in the backup owner" appears 2 times in the file. 104
 Warning extension NoNullForCollectionReturn Method should return empty collection instead of null. 285

infinispan/core/src/test/java/org/infinispan/container/versioning/ReplWriteSkewTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "hello" appears 32 times in the file. 33
 Warning extension MultipleStringLiteralsExtended The String "world 1" appears 9 times in the file. 33
 Warning extension MultipleStringLiteralsExtended The String "world 3" appears 10 times in the file. 40
 Warning extension MultipleStringLiteralsExtended The String "world 2" appears 4 times in the file. 46
 Warning extension MultipleStringLiteralsExtended The String "Transaction should roll back" appears 2 times in the file. 50
 Warning extension MultipleStringLiteralsExtended The String "hello2" appears 7 times in the file. 65
 Warning extension MultipleStringLiteralsExtended The String "world" appears 4 times in the file. 104
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 112
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 113
 Warning extension MultipleStringLiteralsExtended The String "world2" appears 6 times in the file. 116
 Warning extension MultipleStringLiteralsExtended The String "This transaction should roll back" appears 2 times in the file. 120
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 125
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 126
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 3 times in the file. 165
 Warning extension MultipleStringLiteralsExtended The String "v2" appears 7 times in the file. 166
 Warning extension MultipleStringLiteralsExtended The String "NewKey" appears 12 times in the file. 171
 Warning extension MultipleStringLiteralsExtended The String "The transaction should rollback" appears 2 times in the file. 184

infinispan/core/src/test/java/org/infinispan/container/versioning/SimpleConditionalOperationsWriteSkewTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "0" appears 11 times in the file. 33
 Warning extension MultipleStringLiteralsExtended The String "1" appears 8 times in the file. 43

infinispan/core/src/test/java/org/infinispan/container/versioning/TransactionalLocalWriteSkewTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "counter" appears 5 times in the file. 47
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 55
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 67
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 110
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 120

infinispan/core/src/test/java/org/infinispan/container/versioning/VersionedConditionalOperationsTest.java

Severity Category Rule Message Line
 Warning extension LogicConditionNeedOptimization Condition with || at line 121 position 64 need optimization. All method calls are advised to move to end of logic expression. 121

infinispan/core/src/test/java/org/infinispan/container/versioning/VersionedDistStateTransferTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "new " appears 2 times in the file. 104
 Warning extension MultipleStringLiteralsExtended The String "Wrong value found on cache " appears 2 times in the file. 123

infinispan/core/src/test/java/org/infinispan/container/versioning/VersionedReplStateTransferTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "hello" appears 9 times in the file. 57
 Warning extension MultipleStringLiteralsExtended The String "world" appears 5 times in the file. 57
 Warning extension MultipleStringLiteralsExtended The String "new world" appears 3 times in the file. 77

infinispan/core/src/test/java/org/infinispan/context/InvocationContextTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "timestamps" appears 4 times in the file. 49
 Warning extension MultipleStringLiteralsExtended The String "k" appears 6 times in the file. 64
 Warning extension MultipleStringLiteralsExtended The String "v" appears 3 times in the file. 64
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 81
 Warning extension MultipleStringLiteralsExtended The String "v3" appears 2 times in the file. 86
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 87
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 114
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 120
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 141

infinispan/core/src/test/java/org/infinispan/context/MarshalledValueContextTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "k" appears 5 times in the file. 46
 Warning extension MultipleStringLiteralsExtended The String "v" appears 2 times in the file. 46
 Warning extension MultipleStringLiteralsExtended The String "Only one lock should be held" appears 2 times in the file. 60
 Warning extension MultipleStringLiteralsExtended The String "v2" appears 2 times in the file. 62

infinispan/core/src/test/java/org/infinispan/context/SingleKeyNonTxInvocationContextTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "v" appears 4 times in the file. 41

infinispan/core/src/test/java/org/infinispan/distexec/BasicDistributedExecutorTest.java

Severity Category Rule Message Line
 Warning extension EmptyPublicCtorInClass This empty public constructor is useless. 32
 Warning extension MultipleStringLiteralsExtended The String "key1" appears 12 times in the file. 237
 Warning extension MultipleStringLiteralsExtended The String "key2" appears 7 times in the file. 238
 Warning extension MultipleStringLiteralsExtended The String "key3" appears 3 times in the file. 239
 Warning extension MultipleStringLiteralsExtended The String "key4" appears 2 times in the file. 240
 Warning extension MultipleStringLiteralsExtended The String "value1" appears 5 times in the file. 261
 Warning extension MultipleStringLiteralsExtended The String "value2" appears 5 times in the file. 262
 Warning extension MultipleStringLiteralsExtended The String "cache1" appears 2 times in the file. 300
 Warning extension MultipleStringLiteralsExtended The String "value3" appears 2 times in the file. 303
 Warning extension MultipleStringLiteralsExtended The String "key5" appears 2 times in the file. 307
 Warning extension MultipleStringLiteralsExtended The String "Wrong exception: " appears 2 times in the file. 371
 Warning extension MultipleStringLiteralsExtended The String "Should have thrown exception" appears 2 times in the file. 442
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 443
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 475
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 504
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 548
 Warning extension EmptyPublicCtorInClass This empty public constructor is useless. 595
 Warning extension UselessSuperCtorCall Super call could be removed: Class 'FailOnlyOnceCallable' does not extend anything. 611
 Warning extension EmptyPublicCtorInClass This empty public constructor is useless. 653

infinispan/core/src/test/java/org/infinispan/distexec/DistributedExecutionCompletionTest.java

Severity Category Rule Message Line
 Warning extension EmptyPublicCtorInClass This empty public constructor is useless. 30
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 41
 Warning extension MultipleStringLiteralsExtended The String "key1" appears 4 times in the file. 52
 Warning extension MultipleStringLiteralsExtended The String "Manik" appears 2 times in the file. 52
 Warning extension MultipleStringLiteralsExtended The String "key2" appears 4 times in the file. 53
 Warning extension MultipleStringLiteralsExtended The String "Mircea" appears 2 times in the file. 53
 Warning extension MultipleStringLiteralsExtended The String "key3" appears 2 times in the file. 54
 Warning extension MultipleStringLiteralsExtended The String "Galder" appears 2 times in the file. 54
 Warning extension MultipleStringLiteralsExtended The String "key4" appears 2 times in the file. 55
 Warning extension MultipleStringLiteralsExtended The String "Sanne" appears 2 times in the file. 55
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 58
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 76
 Warning extension MultipleStringLiteralsExtended The String "Counter greater than 0" appears 2 times in the file. 85
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 94
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 112
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 119
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 129
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 130
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 143
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 159
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 169
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 182
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 200
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 214

infinispan/core/src/test/java/org/infinispan/distexec/DistributedExecutorBadResponseFailoverTest.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 91
 Warning extension EmptyPublicCtorInClass This empty public constructor is useless. 105
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 130

infinispan/core/src/test/java/org/infinispan/distexec/DistributedExecutorExecutionPolicyTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "key1" appears 2 times in the file. 115
 Warning extension MultipleStringLiteralsExtended The String "key6" appears 2 times in the file. 120

infinispan/core/src/test/java/org/infinispan/distexec/DistributedExecutorFailoverTest.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 75
 Warning extension EmptyPublicCtorInClass This empty public constructor is useless. 89
 Warning extension UselessSuperCtorCall Super call could be removed: Class 'RandomNodeTaskFailoverPolicy' does not extend anything. 103

infinispan/core/src/test/java/org/infinispan/distexec/DistributedExecutorTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "barrier" appears 3 times in the file. 63
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 189
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 207
 Warning extension MultipleStringLiteralsExtended The String "key1" appears 3 times in the file. 299
 Warning extension MultipleStringLiteralsExtended The String "key2" appears 3 times in the file. 300
 Warning extension MultipleStringLiteralsExtended The String "key5" appears 2 times in the file. 305
 Warning extension MultipleStringLiteralsExtended The String "key6" appears 2 times in the file. 306
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 312

infinispan/core/src/test/java/org/infinispan/distexec/DistributedExecutorWithTopologyAwareNodesTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "b" appears 3 times in the file. 25

infinispan/core/src/test/java/org/infinispan/distexec/LocalDistributedExecutorTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 39
 Warning extension MultipleStringLiteralsExtended The String "Should not have reached this code" appears 2 times in the file. 104
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 192
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 208
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 259
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 266
 Warning extension MultipleStringLiteralsExtended The String "key1" appears 10 times in the file. 414
 Warning extension MultipleStringLiteralsExtended The String "Manik" appears 3 times in the file. 414
 Warning extension MultipleStringLiteralsExtended The String "key2" appears 10 times in the file. 415
 Warning extension MultipleStringLiteralsExtended The String "Mircea" appears 3 times in the file. 415
 Warning extension MultipleStringLiteralsExtended The String "key3" appears 4 times in the file. 416
 Warning extension MultipleStringLiteralsExtended The String "Galder" appears 3 times in the file. 416
 Warning extension MultipleStringLiteralsExtended The String "key4" appears 4 times in the file. 417
 Warning extension MultipleStringLiteralsExtended The String "Sanne" appears 3 times in the file. 417
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 492
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 501
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 512

infinispan/core/src/test/java/org/infinispan/distexec/mapreduce/BaseLargeWordCountMapReduceTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 33
 Warning extension MultipleStringLiteralsExtended The String "1" appears 2 times in the file. 80
 Warning extension MultipleStringLiteralsExtended The String "2" appears 2 times in the file. 80
 Warning extension MultipleStringLiteralsExtended The String "3" appears 2 times in the file. 80
 Warning extension MultipleStringLiteralsExtended The String " word count of " appears 2 times in the file. 180
 Warning extension MultipleStringLiteralsExtended The String " incorrect , expected " appears 2 times in the file. 180

infinispan/core/src/test/java/org/infinispan/distexec/mapreduce/BaseWordCountMapReduceTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 30
 Warning extension MultipleStringLiteralsExtended The String "Infinispan" appears 3 times in the file. 64
 Warning extension MultipleStringLiteralsExtended The String "RedHat" appears 3 times in the file. 69
 Warning extension MultipleStringLiteralsExtended The String "1" appears 6 times in the file. 117
 Warning extension MultipleStringLiteralsExtended The String "2" appears 6 times in the file. 118
 Warning extension MultipleStringLiteralsExtended The String "3" appears 6 times in the file. 119
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 224
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 245
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 338
 Warning extension MultipleStringLiteralsExtended The String " word count of " appears 2 times in the file. 363
 Warning extension MultipleStringLiteralsExtended The String " incorrect , expected " appears 2 times in the file. 363

infinispan/core/src/test/java/org/infinispan/distexec/mapreduce/Book.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 12

infinispan/core/src/test/java/org/infinispan/distexec/mapreduce/BookSearchTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "bookSearch" appears 2 times in the file. 23
 Warning extension MultipleStringLiteralsExtended The String "Manning" appears 2 times in the file. 27
 Warning extension MultipleStringLiteralsExtended The String "Hibernate Search in Action" appears 3 times in the file. 29
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 44

infinispan/core/src/test/java/org/infinispan/distexec/mapreduce/DistributedIntermediateCacheFourNodesMapReduceTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 41
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 56

infinispan/core/src/test/java/org/infinispan/distexec/mapreduce/DistributedIntermediateSharedCacheFourNodesMapReduceTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 42
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 57

infinispan/core/src/test/java/org/infinispan/distexec/mapreduce/LocalMapReduceTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "1" appears 2 times in the file. 55
 Warning extension MultipleStringLiteralsExtended The String "2" appears 2 times in the file. 55
 Warning extension MultipleStringLiteralsExtended The String "3" appears 2 times in the file. 55
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 124

infinispan/core/src/test/java/org/infinispan/distexec/mapreduce/SimpleMapReduceTaskTimeoutTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "Wrong task timeout." appears 4 times in the file. 47
 Warning extension MultipleStringLiteralsExtended The String "Wrong replication timeout." appears 4 times in the file. 48
 Warning extension MultipleStringLiteralsExtended The String "Wrong new task timeout." appears 4 times in the file. 51
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 59
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 99
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 107
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 111
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 136
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 161

infinispan/core/src/test/java/org/infinispan/distexec/mapreduce/SimpleTwoNodesMapReduceTest.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 43
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 75
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 83
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 84
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 88
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 111
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 130
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 131
 Warning extension MultipleStringLiteralsExtended The String "key1" appears 2 times in the file. 153
 Warning extension MultipleStringLiteralsExtended The String "value1" appears 2 times in the file. 153
 Warning extension MultipleStringLiteralsExtended The String "key2" appears 2 times in the file. 154
 Warning extension MultipleStringLiteralsExtended The String "valu2" appears 8 times in the file. 154
 Warning extension MultipleStringLiteralsExtended The String "key3" appears 2 times in the file. 155
 Warning extension MultipleStringLiteralsExtended The String "key4" appears 2 times in the file. 156
 Warning extension MultipleStringLiteralsExtended The String "key5" appears 2 times in the file. 157
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 158
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 175
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 200
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 201
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 202
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 203
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 207
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 247
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 264
 Warning extension MultipleStringLiteralsExtended The String "task1" appears 2 times in the file. 279
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 295
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 296
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 297
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 298
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 300
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 301
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 303
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 305
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 306

infinispan/core/src/test/java/org/infinispan/distexec/mapreduce/TopologyAwareTwoNodesMapReduceTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "b" appears 3 times in the file. 23

infinispan/core/src/test/java/org/infinispan/distexec/mapreduce/TwoNodesWithStoreMapReduceTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "1" appears 2 times in the file. 42
 Warning extension MultipleStringLiteralsExtended The String "Hello world here I am" appears 2 times in the file. 42
 Warning extension MultipleStringLiteralsExtended The String "2" appears 2 times in the file. 44
 Warning extension MultipleStringLiteralsExtended The String "Infinispan rules the world" appears 2 times in the file. 44
 Warning extension MultipleStringLiteralsExtended The String "3" appears 2 times in the file. 46
 Warning extension MultipleStringLiteralsExtended The String "JUDCon is in Boston" appears 2 times in the file. 46
 Warning extension MultipleStringLiteralsExtended The String "4" appears 2 times in the file. 48
 Warning extension MultipleStringLiteralsExtended The String "JBoss World is in Boston as well" appears 2 times in the file. 48
 Warning extension MultipleStringLiteralsExtended The String "12" appears 2 times in the file. 50
 Warning extension MultipleStringLiteralsExtended The String "JBoss Application Server" appears 2 times in the file. 50
 Warning extension MultipleStringLiteralsExtended The String "15" appears 2 times in the file. 52
 Warning extension MultipleStringLiteralsExtended The String "Hello world" appears 2 times in the file. 52
 Warning extension MultipleStringLiteralsExtended The String "14" appears 2 times in the file. 54
 Warning extension MultipleStringLiteralsExtended The String "Infinispan community" appears 2 times in the file. 54
 Warning extension MultipleStringLiteralsExtended The String "111" appears 2 times in the file. 57
 Warning extension MultipleStringLiteralsExtended The String "Infinispan open source" appears 2 times in the file. 57
 Warning extension MultipleStringLiteralsExtended The String "112" appears 2 times in the file. 59
 Warning extension MultipleStringLiteralsExtended The String "Boston is close to Toronto" appears 2 times in the file. 59
 Warning extension MultipleStringLiteralsExtended The String "113" appears 2 times in the file. 61
 Warning extension MultipleStringLiteralsExtended The String "Toronto is a capital of Ontario" appears 2 times in the file. 61
 Warning extension MultipleStringLiteralsExtended The String "114" appears 2 times in the file. 63
 Warning extension MultipleStringLiteralsExtended The String "JUDCon is cool" appears 2 times in the file. 63
 Warning extension MultipleStringLiteralsExtended The String "211" appears 2 times in the file. 65
 Warning extension MultipleStringLiteralsExtended The String "JBoss World is awesome" appears 2 times in the file. 65
 Warning extension MultipleStringLiteralsExtended The String "212" appears 2 times in the file. 67
 Warning extension MultipleStringLiteralsExtended The String "JBoss rules" appears 2 times in the file. 67
 Warning extension MultipleStringLiteralsExtended The String "213" appears 2 times in the file. 69
 Warning extension MultipleStringLiteralsExtended The String "JBoss division of RedHat " appears 2 times in the file. 69
 Warning extension MultipleStringLiteralsExtended The String "214" appears 2 times in the file. 71
 Warning extension MultipleStringLiteralsExtended The String "RedHat community" appears 2 times in the file. 71

infinispan/core/src/test/java/org/infinispan/distribution/AsyncAPINonTxSyncDistTest.java

Severity Category Rule Message Line
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 23
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around expression. 33
 Warning extension MultipleStringLiteralsExtended The String " and got " appears 2 times in the file. 33
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around expression. 34

infinispan/core/src/test/java/org/infinispan/distribution/AsyncAPITxSyncDistTest.java

Severity Category Rule Message Line
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around expression. 24
 Warning extension MultipleStringLiteralsExtended The String " and got " appears 2 times in the file. 24
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around expression. 25

infinispan/core/src/test/java/org/infinispan/distribution/BaseDeltaAwarePreloadTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "1st" appears 2 times in the file. 40
 Warning extension MultipleStringLiteralsExtended The String "2nd" appears 2 times in the file. 41

infinispan/core/src/test/java/org/infinispan/distribution/BaseDistFunctionalTest.java

Severity Category Rule Message Line
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 36
 Warning extension MultipleStringLiteralsExtended The String "k1" appears 3 times in the file. 110
 Warning extension MultipleStringLiteralsExtended The String "value" appears 2 times in the file. 110
 Warning extension MultipleStringLiteralsExtended The String "Expecting [" appears 2 times in the file. 145
 Warning extension MultipleStringLiteralsExtended The String "] to equal [" appears 2 times in the file. 145
 Warning extension MultipleStringLiteralsExtended The String "] on cache [" appears 2 times in the file. 145
 Warning extension MultipleStringLiteralsExtended The String "] but was [" appears 2 times in the file. 146
 Warning extension MultipleStringLiteralsExtended The String "Fail on owner cache " appears 2 times in the file. 161
 Warning extension MultipleStringLiteralsExtended The String ": dc.get(" appears 4 times in the file. 161
 Warning extension MultipleStringLiteralsExtended The String ") returned " appears 3 times in the file. 162
 Warning extension MultipleStringLiteralsExtended The String "Fail on non-owner cache " appears 2 times in the file. 165

infinispan/core/src/test/java/org/infinispan/distribution/BaseDistSyncL1Test.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "Doing get here - ignore all previous" appears 5 times in the file. 355
 Warning extension MultipleStringLiteralsExtended The String "pre_acquire_shared_topology_lock_invoked" appears 7 times in the file. 360
 Warning extension MultipleStringLiteralsExtended The String "Should have thrown a TimeoutException" appears 5 times in the file. 366
 Warning extension MultipleStringLiteralsExtended The String "pre_acquire_shared_topology_lock_released" appears 7 times in the file. 371

infinispan/core/src/test/java/org/infinispan/distribution/ConcurrentStartWithReplTest.java

Severity Category Rule Message Line
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 30
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 44
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 64
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 83
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 101
 Warning extension MultipleStringLiteralsExtended The String "r" appears 4 times in the file. 120
 Warning extension MultipleStringLiteralsExtended The String "d" appears 4 times in the file. 121
 Warning extension MultipleStringLiteralsExtended The String "key" appears 4 times in the file. 127
 Warning extension MultipleStringLiteralsExtended The String "value" appears 4 times in the file. 127
 Warning extension ReturnCountExtended Return count for 'startCache' method is 2 (max allowed is 1). 146
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 163

infinispan/core/src/test/java/org/infinispan/distribution/ConsistentHashPerfTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 28
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 41
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 78
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 89
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 106
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 131

infinispan/core/src/test/java/org/infinispan/distribution/DisabledL1Test.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "k1" appears 9 times in the file. 26
 Warning extension MultipleStringLiteralsExtended The String "value" appears 2 times in the file. 26

infinispan/core/src/test/java/org/infinispan/distribution/DisabledL1WithRetValsTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "k1" appears 27 times in the file. 27
 Warning extension MultipleStringLiteralsExtended The String "value2" appears 10 times in the file. 29
 Warning extension MultipleStringLiteralsExtended The String "value" appears 9 times in the file. 31
 Warning extension MultipleStringLiteralsExtended The String "blah" appears 2 times in the file. 39
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 95
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 96
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 99

infinispan/core/src/test/java/org/infinispan/distribution/DistAsyncFuncTest.java

Severity Category Rule Message Line
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 16
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 33

infinispan/core/src/test/java/org/infinispan/distribution/DistAsyncTxFuncTest.java

Severity Category Rule Message Line
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 23
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 42
 Warning extension MoveVariableInsideIf Variable 'cachesOnWhichKeyShouldInvalList' can be moved inside the block at line '59' to restrict runtime creation. 54
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 82

infinispan/core/src/test/java/org/infinispan/distribution/DistSkipRemoteLookupTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "value" appears 3 times in the file. 19
 Warning extension MultipleStringLiteralsExtended The String "new_val" appears 4 times in the file. 40
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 67
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 75
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 79
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 81
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 89
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 97
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 102
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 104

infinispan/core/src/test/java/org/infinispan/distribution/DistStorePreloadTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "k" appears 2 times in the file. 47

infinispan/core/src/test/java/org/infinispan/distribution/DistStoreTxDisjointSetTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 46
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 47
 Warning extension MultipleStringLiteralsExtended The String "Expected 2 owners for k1; was " appears 2 times in the file. 54

infinispan/core/src/test/java/org/infinispan/distribution/DistSyncFuncTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 36
 Warning extension MultipleStringLiteralsExtended The String " don't agree." appears 3 times in the file. 55
 Warning extension MultipleStringLiteralsExtended The String "value" appears 15 times in the file. 65
 Warning extension MultipleStringLiteralsExtended The String "k1" appears 43 times in the file. 94
 Warning extension MultipleStringLiteralsExtended The String "value2" appears 12 times in the file. 96
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 130
 Warning extension MultipleStringLiteralsExtended The String "k" appears 5 times in the file. 200
 Warning extension MultipleStringLiteralsExtended The String "1" appears 2 times in the file. 218
 Warning extension MultipleStringLiteralsExtended The String "2" appears 2 times in the file. 220
 Warning extension MultipleStringLiteralsExtended The String "3" appears 2 times in the file. 222
 Warning extension MultipleStringLiteralsExtended The String "4" appears 2 times in the file. 224
 Warning extension MultipleStringLiteralsExtended The String "Did not see keys " appears 4 times in the file. 236
 Warning extension MultipleStringLiteralsExtended The String " in iterator!" appears 4 times in the file. 236

infinispan/core/src/test/java/org/infinispan/distribution/DistSyncL1FuncTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "intermediate-put" appears 9 times in the file. 100

infinispan/core/src/test/java/org/infinispan/distribution/DistSyncL1PassivationFuncTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 58
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 73
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 74

infinispan/core/src/test/java/org/infinispan/distribution/DistSyncL1PessimisticFuncTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "some-key" appears 2 times in the file. 45
 Warning extension MultipleStringLiteralsExtended The String "some-value" appears 2 times in the file. 46
 Warning extension MultipleStringLiteralsExtended The String "some-new-value" appears 2 times in the file. 47
 Warning extension MultipleStringLiteralsExtended The String "Get command should have blocked waiting" appears 2 times in the file. 83

infinispan/core/src/test/java/org/infinispan/distribution/DistSyncL1RepeatableReadFuncTest.java

Severity Category Rule Message Line
 Warning extension UselessSuperCtorCall Redundant super constructor call could be removed. Class 'DistSyncL1RepeatableReadFuncTest' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. 9

infinispan/core/src/test/java/org/infinispan/distribution/DistSyncStoreNotSharedTest.java

Severity Category Rule Message Line
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 34
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 35
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 45
 Warning extension MultipleStringLiteralsExtended The String "value2" appears 4 times in the file. 45
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 50
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 51
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 53
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 54
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 60
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 77
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 96
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 101
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 102
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 104
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 105
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 111
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 117
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 120
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 130
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 146
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 148
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 161
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 170
 Warning extension MultipleStringLiteralsExtended The String "k1" appears 6 times in the file. 170
 Warning extension MultipleStringLiteralsExtended The String "value" appears 11 times in the file. 170
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 179
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 187
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 192
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 199
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 205
 Warning extension MultipleStringLiteralsExtended The String "v2" appears 5 times in the file. 205
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 214
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 227
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 233
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 244
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 250
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 253
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 255
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 260
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 267
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 270
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 272
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 277
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 284
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 293
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 300
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 309
 Warning extension MultipleStringLiteralsExtended The String "k" appears 6 times in the file. 318
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 321
 Warning extension MultipleStringLiteralsExtended The String "Data container " appears 2 times in the file. 331
 Warning extension MultipleStringLiteralsExtended The String " should be empty, instead it contains keys " appears 2 times in the file. 331
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 337
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 361
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 377

infinispan/core/src/test/java/org/infinispan/distribution/DistSyncStoreSharedTest.java

Severity Category Rule Message Line
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 49
 Warning extension MultipleStringLiteralsExtended The String "write" appears 4 times in the file. 71
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 79
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 115
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 116
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 117
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 138
 Warning extension MultipleStringLiteralsExtended The String "k1" appears 4 times in the file. 138
 Warning extension MultipleStringLiteralsExtended The String "value" appears 4 times in the file. 138
 Warning extension MoveVariableInsideIf Variable 'store' can be moved inside the block at line '143' to restrict runtime creation. 142
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 160
 Warning extension MoveVariableInsideIf Variable 'store' can be moved inside the block at line '165' to restrict runtime creation. 164
 Warning extension MultipleStringLiteralsExtended The String "k" appears 6 times in the file. 187
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 197

infinispan/core/src/test/java/org/infinispan/distribution/DistSyncTx1PCL1FuncTest.java

Severity Category Rule Message Line
 Warning extension UselessSuperCtorCall Redundant super constructor call could be removed. Class 'DistSyncTx1PCL1FuncTest' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. 15

infinispan/core/src/test/java/org/infinispan/distribution/DistSyncTxCommitDiffThreadTest.java

Severity Category Rule Message Line
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 38

infinispan/core/src/test/java/org/infinispan/distribution/DistSyncTxFuncTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "value1" appears 17 times in the file. 27
 Warning extension MultipleStringLiteralsExtended The String "value2" appears 17 times in the file. 30
 Warning extension MultipleStringLiteralsExtended The String "k1" appears 8 times in the file. 46
 Warning extension MultipleStringLiteralsExtended The String "k2" appears 8 times in the file. 47
 Warning extension MultipleStringLiteralsExtended The String "new_value1" appears 4 times in the file. 55
 Warning extension MultipleStringLiteralsExtended The String "new_value2" appears 4 times in the file. 56
 Warning extension MultipleStringLiteralsExtended The String "new_value" appears 14 times in the file. 136
 Warning extension MultipleStringLiteralsExtended The String "valueX" appears 4 times in the file. 263

infinispan/core/src/test/java/org/infinispan/distribution/DistSyncTxL1FuncTest.java

Severity Category Rule Message Line
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 71
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 90
 Warning extension MultipleStringLiteralsExtended The String "not-same" appears 2 times in the file. 90
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 104
 Warning extension MultipleStringLiteralsExtended The String "Get shouldn't return until after the replace completes" appears 2 times in the file. 172
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 180
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 230
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 237

infinispan/core/src/test/java/org/infinispan/distribution/DistSyncTxL1RepeatableReadFuncTest.java

Severity Category Rule Message Line
 Warning extension UselessSuperCtorCall Redundant super constructor call could be removed. Class 'DistSyncTxL1RepeatableReadFuncTest' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. 9

infinispan/core/src/test/java/org/infinispan/distribution/DistSyncTxStoreSharedTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "key1" appears 5 times in the file. 30
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 3 times in the file. 32

infinispan/core/src/test/java/org/infinispan/distribution/DistributionTestHelper.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "Entry for key [" appears 6 times in the file. 31
 Warning extension MultipleStringLiteralsExtended The String "]!" appears 6 times in the file. 31
 Warning extension MultipleStringLiteralsExtended The String "] on cache at [" appears 2 times in the file. 52
 Warning extension MoveVariableInsideIf Variable 'log' can be moved inside the block at line '62' to restrict runtime creation. 59
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 95
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 114

infinispan/core/src/test/java/org/infinispan/distribution/HashFunctionComparisonTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 36
 Warning extension MultipleStringLiteralsExtended The String "%s %s %s %s %s %n%n" appears 3 times in the file. 60
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 64
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 67
 Warning extension MultipleStringLiteralsExtended The String "-" appears 4 times in the file. 76
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 139
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 140
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 141
 Warning extension MultipleStringLiteralsExtended The String "%s %s %s %s%n" appears 6 times in the file. 163
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 166
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 254
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 263
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 282

infinispan/core/src/test/java/org/infinispan/distribution/InvalidationFailureTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "second" appears 12 times in the file. 24
 Warning extension MultipleStringLiteralsExtended The String "k" appears 4 times in the file. 29
 Warning extension MultipleStringLiteralsExtended The String "v" appears 6 times in the file. 29
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 52

infinispan/core/src/test/java/org/infinispan/distribution/InvalidationNoReplicationNoTxTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "v0" appears 2 times in the file. 19
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 2 times in the file. 29

infinispan/core/src/test/java/org/infinispan/distribution/InvalidationNoReplicationTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 37
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 38
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 44

infinispan/core/src/test/java/org/infinispan/distribution/MagicKey.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 20
 Warning extension LogicConditionNeedOptimization Condition with && at line 46 position 50 need optimization. All method calls are advised to move to end of logic expression. 46
 Warning extension MultipleStringLiteralsExtended The String "Could not find any key owned by " appears 2 times in the file. 49
 Warning extension LogicConditionNeedOptimization Condition with && at line 68 position 61 need optimization. All method calls are advised to move to end of logic expression. 68

infinispan/core/src/test/java/org/infinispan/distribution/MulticastInvalidationFuncTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 30
 Warning extension MultipleStringLiteralsExtended The String "foo" appears 2 times in the file. 34

infinispan/core/src/test/java/org/infinispan/distribution/PessimisticDistSyncTxStoreSharedTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "P006" appears 3 times in the file. 64
 Warning extension MultipleStringLiteralsExtended The String "-" appears 2 times in the file. 68
 Warning extension MultipleStringLiteralsExtended The String "42" appears 2 times in the file. 68

infinispan/core/src/test/java/org/infinispan/distribution/RemoteGetTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "value" appears 2 times in the file. 54
 Warning extension MultipleStringLiteralsExtended The String "Should get a null response" appears 2 times in the file. 60

infinispan/core/src/test/java/org/infinispan/distribution/SingleOwnerAndAsyncMethodsWithTxTest.java

Severity Category Rule Message Line
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 139

infinispan/core/src/test/java/org/infinispan/distribution/SingleOwnerTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "mykey" appears 3 times in the file. 58
 Warning extension MultipleStringLiteralsExtended The String "yourkey" appears 4 times in the file. 72
 Warning extension MultipleStringLiteralsExtended The String "diffkey" appears 4 times in the file. 88
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 110

infinispan/core/src/test/java/org/infinispan/distribution/TestAddress.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 18
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 22

infinispan/core/src/test/java/org/infinispan/distribution/TestTopologyAwareAddress.java

Severity Category Rule Message Line
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 13
 Warning extension MultipleStringLiteralsExtended The String "|" appears 3 times in the file. 28

infinispan/core/src/test/java/org/infinispan/distribution/UnicastInvalidationFuncTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 32
 Warning extension MultipleStringLiteralsExtended The String "foo" appears 4 times in the file. 36

infinispan/core/src/test/java/org/infinispan/distribution/UnknownCacheStartTest.java

Severity Category Rule Message Line
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 25
 Warning extension MultipleStringLiteralsExtended The String "new_1" appears 2 times in the file. 43
 Warning extension MultipleStringLiteralsExtended The String "k" appears 8 times in the file. 48
 Warning extension MultipleStringLiteralsExtended The String "v" appears 8 times in the file. 48

infinispan/core/src/test/java/org/infinispan/distribution/ch/DefaultConsistentHashFactoryTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 54
 Warning extension MultipleStringLiteralsExtended The String "TA" appears 2 times in the file. 56
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 95
 Warning extension LogicConditionNeedOptimization Condition with && at line 100 position 49 need optimization. All method calls are advised to move to end of logic expression. 100
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 103
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 141
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 142
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 151
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 159
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 160
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 180
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 183
 Warning extension MoveVariableInsideIf Variable 'minPrimaryOwned' can be moved inside the block at line '202' to restrict runtime creation. 200
 Warning extension MoveVariableInsideIf Variable 'maxPrimaryOwned' can be moved inside the block at line '202' to restrict runtime creation. 201
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 204
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 205
 Warning extension MoveVariableInsideIf Variable 'maxOwned' can be moved inside the block at line '214' to restrict runtime creation. 211
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 213
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 215
 Warning extension ReturnCountExtended Return count for 'computeExpectedOwned' method is 2 (max allowed is 1). 241
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 244
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 253
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 318
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 319
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 332
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 350
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 352

infinispan/core/src/test/java/org/infinispan/distribution/ch/ReplicatedConsistentHashFactoryTest.java

Severity Category Rule Message Line
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 62
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 70

infinispan/core/src/test/java/org/infinispan/distribution/ch/SyncConsistentHashFactoryKeyDistributionTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 69
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 78
 Warning extension MultipleStringLiteralsExtended The String "%30s = " appears 2 times in the file. 99
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 121

infinispan/core/src/test/java/org/infinispan/distribution/ch/TopologyAwareSyncConsistentHashFactoryKeyDistributionTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 47

infinispan/core/src/test/java/org/infinispan/distribution/groups/BaseGetGroupKeysTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 138
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 149
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 160
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 245
 Warning extension MultipleStringLiteralsExtended The String "before" appears 2 times in the file. 269
 Warning extension MultipleStringLiteralsExtended The String "after" appears 2 times in the file. 270

infinispan/core/src/test/java/org/infinispan/distribution/groups/BaseStateTransferGetGroupKeysTest.java

Severity Category Rule Message Line
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 48
 Warning extension MultipleStringLiteralsExtended The String "before" appears 2 times in the file. 162
 Warning extension MultipleStringLiteralsExtended The String "after" appears 3 times in the file. 163

infinispan/core/src/test/java/org/infinispan/distribution/groups/BaseUtilGroupTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "didn't find a cache... should never happen!" appears 3 times in the file. 83

infinispan/core/src/test/java/org/infinispan/distribution/groups/BaseWriteSkewGetGroupKeysTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "Commit should fail!" appears 2 times in the file. 151

infinispan/core/src/test/java/org/infinispan/distribution/groups/GroupsChFunctionalTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "k1" appears 7 times in the file. 31
 Warning extension MultipleStringLiteralsExtended The String "k2" appears 5 times in the file. 31
 Warning extension MultipleStringLiteralsExtended The String "k4" appears 5 times in the file. 32
 Warning extension MultipleStringLiteralsExtended The String "k3" appears 5 times in the file. 33
 Warning extension MultipleStringLiteralsExtended The String "groupA" appears 8 times in the file. 43
 Warning extension MultipleStringLiteralsExtended The String "groupB" appears 3 times in the file. 44

infinispan/core/src/test/java/org/infinispan/distribution/rehash/BaseTxStateTransferOverwriteTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "-key" appears 2 times in the file. 199
 Warning extension MultipleStringLiteralsExtended The String "Previous value inserted: %s = %s" appears 3 times in the file. 214
 Warning extension MultipleStringLiteralsExtended The String "pre_state_apply_invoked_for_" appears 2 times in the file. 259
 Warning extension MultipleStringLiteralsExtended The String "pre_state_apply_release_for_" appears 2 times in the file. 267
 Warning extension MultipleStringLiteralsExtended The String "Stopping the cache" appears 2 times in the file. 336
 Warning extension MultipleStringLiteralsExtended The String "pre_rebalance_confirmation_" appears 2 times in the file. 381
 Warning extension MultipleStringLiteralsExtended The String "_from_" appears 5 times in the file. 381
 Warning extension MultipleStringLiteralsExtended The String "%s operation is done" appears 3 times in the file. 390
 Warning extension MultipleStringLiteralsExtended The String "resume_rebalance_confirmation_" appears 3 times in the file. 393

infinispan/core/src/test/java/org/infinispan/distribution/rehash/ConcurrentJoinTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 60

infinispan/core/src/test/java/org/infinispan/distribution/rehash/ConcurrentNonOverlappingLeaveTest.java

Severity Category Rule Message Line
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 16
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 18
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 44

infinispan/core/src/test/java/org/infinispan/distribution/rehash/ConcurrentOverlappingLeaveTest.java

Severity Category Rule Message Line
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 12

infinispan/core/src/test/java/org/infinispan/distribution/rehash/ConsistencyStressTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 76
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 94
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 95
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 117
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 163
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 211

infinispan/core/src/test/java/org/infinispan/distribution/rehash/L1StateTransferOverwriteTest.java

Severity Category Rule Message Line
 Warning extension UselessSuperCtorCall Redundant super constructor call could be removed. Class 'L1StateTransferOverwriteTest' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. 14

infinispan/core/src/test/java/org/infinispan/distribution/rehash/L1StateTransferRemovesValueTest.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. 53
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. 54
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. 55
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'CTOR(.*)'. 57
 Warning extension MultipleStringLiteralsExtended The String "4th has joined" appears 2 times in the file. 98
 Warning extension MultipleStringLiteralsExtended The String "post_topology_installed_invoked_" appears 3 times in the file. 103
 Warning extension MultipleStringLiteralsExtended The String "pre_topology_installed_invoked_" appears 5 times in the file. 104
 Warning extension MultipleStringLiteralsExtended The String "post_topology_installed_released_" appears 3 times in the file. 109
 Warning extension MultipleStringLiteralsExtended The String "pre_topology_installed_released_" appears 5 times in the file. 110
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 121
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 122
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 123
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 124
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 185
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 186
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 187
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 188

infinispan/core/src/test/java/org/infinispan/distribution/rehash/NonTxBackupOwnerBecomingPrimaryOwnerTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "allow_topology_" appears 7 times in the file. 120
 Warning extension MultipleStringLiteralsExtended The String "_on_" appears 8 times in the file. 120
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 199
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 200
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 201

infinispan/core/src/test/java/org/infinispan/distribution/rehash/NonTxJoinerBecomingBackupOwnerTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "st:cache0_before_send_state" appears 3 times in the file. 80
 Warning extension MultipleStringLiteralsExtended The String "write:before_start" appears 2 times in the file. 81
 Warning extension MultipleStringLiteralsExtended The String "write:start" appears 2 times in the file. 81
 Warning extension MultipleStringLiteralsExtended The String "write:cache1_before_return" appears 2 times in the file. 81
 Warning extension MultipleStringLiteralsExtended The String "write:cache2_before_dist" appears 2 times in the file. 81
 Warning extension MultipleStringLiteralsExtended The String "write:end" appears 4 times in the file. 81
 Warning extension MultipleStringLiteralsExtended The String "write:after_end" appears 2 times in the file. 81
 Warning extension MultipleStringLiteralsExtended The String "remote_get_cache0" appears 4 times in the file. 82
 Warning extension MultipleStringLiteralsExtended The String "remote_get_cache1" appears 4 times in the file. 83

infinispan/core/src/test/java/org/infinispan/distribution/rehash/NonTxOriginatorBecomingPrimaryOwnerTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "v" appears 3 times in the file. 72

infinispan/core/src/test/java/org/infinispan/distribution/rehash/NonTxPrimaryOwnerBecomingNonOwnerTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "allow_topology_" appears 7 times in the file. 120
 Warning extension MultipleStringLiteralsExtended The String "_on_" appears 8 times in the file. 120
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 195
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 196
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 197

infinispan/core/src/test/java/org/infinispan/distribution/rehash/NonTxPrimaryOwnerLeavingTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "v" appears 3 times in the file. 66

infinispan/core/src/test/java/org/infinispan/distribution/rehash/NonTxPutIfAbsentDuringJoinStressTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "key_" appears 3 times in the file. 65
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 109

infinispan/core/src/test/java/org/infinispan/distribution/rehash/NonTxPutIfAbsentDuringLeaveStressTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "key_" appears 2 times in the file. 66

infinispan/core/src/test/java/org/infinispan/distribution/rehash/NonTxStateTransferOverwritingValue2Test.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "pre_commit_entry_" appears 4 times in the file. 146
 Warning extension MultipleStringLiteralsExtended The String "_from_" appears 14 times in the file. 146
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 159
 Warning extension MultipleStringLiteralsExtended The String "resume_commit_entry_" appears 3 times in the file. 162
 Warning extension MultipleStringLiteralsExtended The String "post_commit_entry_" appears 3 times in the file. 171
 Warning extension MultipleStringLiteralsExtended The String "resume_rebalance_confirmation_" appears 3 times in the file. 181

infinispan/core/src/test/java/org/infinispan/distribution/rehash/NonTxStateTransferOverwritingValueTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "pre_rebalance_confirmation_" appears 2 times in the file. 161
 Warning extension MultipleStringLiteralsExtended The String "_from_" appears 5 times in the file. 161
 Warning extension MultipleStringLiteralsExtended The String "resume_rebalance_confirmation_" appears 3 times in the file. 172

infinispan/core/src/test/java/org/infinispan/distribution/rehash/OngoingTransactionsAndJoinTest.java

Severity Category Rule Message Line
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 64
 Warning extension MultipleStringLiteralsExtended The String "OLD" appears 2 times in the file. 71
 Warning extension MultipleStringLiteralsExtended The String "value" appears 4 times in the file. 71
 Warning extension MultipleStringLiteralsExtended The String " TEST: Key %s is %s" appears 2 times in the file. 115
 Warning extension MultipleStringLiteralsExtended The String "Couldn't see key " appears 2 times in the file. 116
 Warning extension MultipleStringLiteralsExtended The String " on joiner!" appears 2 times in the file. 116
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 128
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 165
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 191
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 238
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 269

infinispan/core/src/test/java/org/infinispan/distribution/rehash/PessimisticStateTransferLocksTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "tx" appears 4 times in the file. 81
 Warning extension MultipleStringLiteralsExtended The String "tx:perform_op" appears 12 times in the file. 81
 Warning extension MultipleStringLiteralsExtended The String "tx:check_locks" appears 10 times in the file. 81
 Warning extension MultipleStringLiteralsExtended The String "tx:before_commit" appears 9 times in the file. 81
 Warning extension MultipleStringLiteralsExtended The String "tx:after_commit" appears 4 times in the file. 81
 Warning extension MultipleStringLiteralsExtended The String "rebalance" appears 4 times in the file. 82
 Warning extension MultipleStringLiteralsExtended The String "rebalance:before_get_tx" appears 7 times in the file. 82
 Warning extension MultipleStringLiteralsExtended The String "rebalance:after_get_tx" appears 9 times in the file. 82
 Warning extension MultipleStringLiteralsExtended The String "rebalance:before_confirm" appears 9 times in the file. 83
 Warning extension MultipleStringLiteralsExtended The String "rebalance:end" appears 9 times in the file. 83
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 183
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 184
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 189
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 192
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 193
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 203

infinispan/core/src/test/java/org/infinispan/distribution/rehash/RehashAfterJoinWithPreloadTest.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 33
 Warning extension MultipleStringLiteralsExtended The String "key" appears 2 times in the file. 109
 Warning extension MultipleStringLiteralsExtended The String "Key '" appears 2 times in the file. 112

infinispan/core/src/test/java/org/infinispan/distribution/rehash/RehashAfterPartitionMergeTest.java

Severity Category Rule Message Line
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 17
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 19
 Warning extension MultipleStringLiteralsExtended The String "1" appears 2 times in the file. 34
 Warning extension MultipleStringLiteralsExtended The String "value" appears 12 times in the file. 34
 Warning extension MultipleStringLiteralsExtended The String "2" appears 2 times in the file. 35
 Warning extension MultipleStringLiteralsExtended The String "3" appears 3 times in the file. 52
 Warning extension MultipleStringLiteralsExtended The String "4" appears 3 times in the file. 53
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 56
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 59
 Warning extension MultipleStringLiteralsExtended The String "5" appears 2 times in the file. 70
 Warning extension MultipleStringLiteralsExtended The String "6" appears 2 times in the file. 71

infinispan/core/src/test/java/org/infinispan/distribution/rehash/RehashCompletedOnJoinTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 23

infinispan/core/src/test/java/org/infinispan/distribution/rehash/RehashStressTest.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 40
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 47
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 48
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 49
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. 50
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 51
 Warning extension MultipleStringLiteralsExtended The String "serviceGroup" appears 3 times in the file. 57
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 81
 Warning extension IllegalCatchExtended Catching 'RuntimeException' is not allowed. 86
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 114
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 172
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 207
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 239
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 256

infinispan/core/src/test/java/org/infinispan/distribution/rehash/RehashTestBase.java

Severity Category Rule Message Line
 Warning extension NameConventionForJunit4TestClasses JUnit test class name should match '.+Test\d*|.+Tests\d*|Test.+|Tests.+|.+IT|.+ITs|.+TestCase\d*|.+TestCases\d*' pattern. 28
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 55
 Warning extension MultipleStringLiteralsExtended The String "v" appears 7 times in the file. 62
 Warning extension MultipleStringLiteralsExtended The String "Invoking rehash event" appears 3 times in the file. 78
 Warning extension MultipleStringLiteralsExtended The String "Rehash complete" appears 3 times in the file. 82
 Warning extension MultipleStringLiteralsExtended The String "transactionally_replaced" appears 2 times in the file. 106
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 121
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 173
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 227

infinispan/core/src/test/java/org/infinispan/distribution/rehash/RehashWithL1Test.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "k" appears 3 times in the file. 41
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 66
 Warning extension MultipleStringLiteralsExtended The String "Key: " appears 2 times in the file. 67
 Warning extension MultipleStringLiteralsExtended The String " is present in cache at " appears 2 times in the file. 67

infinispan/core/src/test/java/org/infinispan/distribution/rehash/RehashWithSharedStoreTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "v" appears 2 times in the file. 43
 Warning extension MultipleStringLiteralsExtended The String "write" appears 3 times in the file. 54
 Warning extension MultipleStringLiteralsExtended The String "store() should have been invoked on the cache store once. Was " appears 2 times in the file. 58

infinispan/core/src/test/java/org/infinispan/distribution/rehash/SharedStoreInvalidationDuringRehashTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "key" appears 3 times in the file. 162
 Warning extension MultipleStringLiteralsExtended The String "Key '" appears 2 times in the file. 180

infinispan/core/src/test/java/org/infinispan/distribution/rehash/StateResponseOrderingTest.java

Severity Category Rule Message Line
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 53
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 53
 Warning extension MultipleStringLiteralsExtended The String "st" appears 2 times in the file. 68
 Warning extension MultipleStringLiteralsExtended The String "st:block_state_request" appears 2 times in the file. 68
 Warning extension MultipleStringLiteralsExtended The String "st:simulate_old_response" appears 3 times in the file. 68
 Warning extension MultipleStringLiteralsExtended The String "st:resume_state_request" appears 2 times in the file. 68
 Warning extension MultipleStringLiteralsExtended The String "k1" appears 6 times in the file. 70
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 4 times in the file. 70
 Warning extension MultipleStringLiteralsExtended The String "k2" appears 4 times in the file. 71
 Warning extension MultipleStringLiteralsExtended The String "v2" appears 4 times in the file. 71
 Warning extension MultipleStringLiteralsExtended The String "k3" appears 3 times in the file. 72
 Warning extension MultipleStringLiteralsExtended The String "v3" appears 2 times in the file. 72
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 96
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 96
 Warning extension MultipleStringLiteralsExtended The String "k0" appears 3 times in the file. 107
 Warning extension MultipleStringLiteralsExtended The String "v0" appears 2 times in the file. 107
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 125
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 126
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 127
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 137
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 137
 Warning extension MultipleStringLiteralsExtended The String "st:block_first_state_response" appears 2 times in the file. 160
 Warning extension MultipleStringLiteralsExtended The String "st:kill_node" appears 3 times in the file. 160
 Warning extension MultipleStringLiteralsExtended The String "st:block_second_state_request" appears 2 times in the file. 160
 Warning extension MultipleStringLiteralsExtended The String "st:resume_first_state_response" appears 2 times in the file. 161
 Warning extension MultipleStringLiteralsExtended The String "st:after_first_state_response" appears 2 times in the file. 161
 Warning extension MultipleStringLiteralsExtended The String "st:check_incomplete" appears 3 times in the file. 161
 Warning extension MultipleStringLiteralsExtended The String "st:resume_second_state_request" appears 2 times in the file. 162
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 210
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 210
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 233
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 239
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 240

infinispan/core/src/test/java/org/infinispan/distribution/rehash/StateTransferOverwriteTest.java

Severity Category Rule Message Line
 Warning extension UselessSuperCtorCall Redundant super constructor call could be removed. Class 'StateTransferOverwriteTest' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. 18

infinispan/core/src/test/java/org/infinispan/distribution/rehash/TestWriteOperation.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 8 times in the file. 17
 Warning extension MultipleStringLiteralsExtended The String "v0" appears 8 times in the file. 18

infinispan/core/src/test/java/org/infinispan/distribution/rehash/TxL1StateTransferOverwriteTest.java

Severity Category Rule Message Line
 Warning extension UselessSuperCtorCall Redundant super constructor call could be removed. Class 'TxL1StateTransferOverwriteTest' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. 14

infinispan/core/src/test/java/org/infinispan/distribution/rehash/TxNonL1StateTransferOverwriteTest.java

Severity Category Rule Message Line
 Warning extension UselessSuperCtorCall Redundant super constructor call could be removed. Class 'TxNonL1StateTransferOverwriteTest' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. 14

infinispan/core/src/test/java/org/infinispan/distribution/rehash/WorkDuringJoinTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 36
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 59

infinispan/core/src/test/java/org/infinispan/distribution/topologyaware/TopologyAwareChFunctionalTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "r0" appears 2 times in the file. 26
 Warning extension MultipleStringLiteralsExtended The String "m0" appears 3 times in the file. 27

infinispan/core/src/test/java/org/infinispan/distribution/topologyaware/TopologyAwareConsistentHashFactoryTest.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 37
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 43
 Warning extension MultipleStringLiteralsExtended The String "m0" appears 47 times in the file. 62
 Warning extension MultipleStringLiteralsExtended The String "m1" appears 19 times in the file. 69
 Warning extension MultipleStringLiteralsExtended The String "m2" appears 14 times in the file. 132
 Warning extension MultipleStringLiteralsExtended The String "r1" appears 28 times in the file. 142
 Warning extension MultipleStringLiteralsExtended The String "s1" appears 17 times in the file. 142
 Warning extension MultipleStringLiteralsExtended The String "r0" appears 30 times in the file. 153
 Warning extension MultipleStringLiteralsExtended The String "m3" appears 7 times in the file. 156
 Warning extension MultipleStringLiteralsExtended The String "r2" appears 11 times in the file. 156
 Warning extension MultipleStringLiteralsExtended The String "s0" appears 31 times in the file. 181
 Warning extension MultipleStringLiteralsExtended The String "s2" appears 2 times in the file. 196
 Warning extension MultipleStringLiteralsExtended The String "m4" appears 4 times in the file. 197
 Warning extension MultipleStringLiteralsExtended The String "m5" appears 4 times in the file. 198
 Warning extension MultipleStringLiteralsExtended The String "m6" appears 2 times in the file. 287
 Warning extension MultipleStringLiteralsExtended The String "m7" appears 2 times in the file. 288
 Warning extension MultipleStringLiteralsExtended The String "m8" appears 2 times in the file. 289
 Warning extension MultipleStringLiteralsExtended The String "Created CH with numOwners %d, members %s" appears 2 times in the file. 338
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 348
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 372
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 381
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 390
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 428
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 464
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 468
 Warning extension MultipleStringLiteralsExtended The String "|" appears 3 times in the file. 471
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 476
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 484

infinispan/core/src/test/java/org/infinispan/distribution/topologyaware/TopologyAwareDistAsyncFuncTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "m0" appears 3 times in the file. 25
 Warning extension MultipleStringLiteralsExtended The String "r1" appears 3 times in the file. 29

infinispan/core/src/test/java/org/infinispan/distribution/topologyaware/TopologyAwareDistSyncUnsafeFuncTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "r0" appears 2 times in the file. 25
 Warning extension MultipleStringLiteralsExtended The String "m0" appears 4 times in the file. 26
 Warning extension MultipleStringLiteralsExtended The String "r1" appears 2 times in the file. 35

infinispan/core/src/test/java/org/infinispan/distribution/topologyaware/TopologyAwareStateTransferTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "Cache on node %s: %s" appears 13 times in the file. 60
 Warning extension MultipleStringLiteralsExtended The String "After shutting down " appears 3 times in the file. 82
 Warning extension MultipleStringLiteralsExtended The String " caches are " appears 3 times in the file. 82
 Warning extension MultipleStringLiteralsExtended The String "r0" appears 2 times in the file. 169
 Warning extension MultipleStringLiteralsExtended The String "m0" appears 4 times in the file. 170
 Warning extension MultipleStringLiteralsExtended The String "r2" appears 2 times in the file. 184

infinispan/core/src/test/java/org/infinispan/distribution/topologyaware/TopologyAwareSyncConsistentHashFactoryTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 43
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 44
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 45
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 46

infinispan/core/src/test/java/org/infinispan/distribution/topologyaware/TopologyInfoBroadcastTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "s0" appears 2 times in the file. 30
 Warning extension MultipleStringLiteralsExtended The String "r0" appears 2 times in the file. 30
 Warning extension MultipleStringLiteralsExtended The String "m0" appears 2 times in the file. 30
 Warning extension MultipleStringLiteralsExtended The String "s1" appears 2 times in the file. 35
 Warning extension MultipleStringLiteralsExtended The String "r1" appears 2 times in the file. 35
 Warning extension MultipleStringLiteralsExtended The String "m1" appears 2 times in the file. 35
 Warning extension MultipleStringLiteralsExtended The String "s2" appears 2 times in the file. 40
 Warning extension MultipleStringLiteralsExtended The String "r2" appears 2 times in the file. 40
 Warning extension MultipleStringLiteralsExtended The String "m2" appears 2 times in the file. 40

infinispan/core/src/test/java/org/infinispan/eviction/impl/BaseEvictionFunctionalTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "key-" appears 2 times in the file. 43
 Warning extension MultipleStringLiteralsExtended The String "value-" appears 2 times in the file. 43
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 55
 Warning extension MultipleStringLiteralsExtended The String "key" appears 2 times in the file. 112
 Warning extension MultipleStringLiteralsExtended The String "value" appears 2 times in the file. 112

infinispan/core/src/test/java/org/infinispan/eviction/impl/EvictionDuringBatchTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "myKey" appears 3 times in the file. 53
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 60

infinispan/core/src/test/java/org/infinispan/eviction/impl/EvictionWithConcurrentOperationsTest.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(protected)'. 55
 Warning extension MultipleStringLiteralsExtended The String "key1" appears 7 times in the file. 66
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 22 times in the file. 67
 Warning extension MultipleStringLiteralsExtended The String "key2" appears 6 times in the file. 69
 Warning extension MultipleStringLiteralsExtended The String "v2" appears 14 times in the file. 75
 Warning extension MultipleStringLiteralsExtended The String "Wrong value for key " appears 15 times in the file. 79
 Warning extension MultipleStringLiteralsExtended The String " in get operation." appears 7 times in the file. 79
 Warning extension MultipleStringLiteralsExtended The String "v3" appears 6 times in the file. 268
 Warning extension MultipleStringLiteralsExtended The String " in put operation." appears 2 times in the file. 351
 Warning extension MultipleStringLiteralsExtended The String "Key " appears 6 times in the file. 403
 Warning extension MultipleStringLiteralsExtended The String " does not exist in cache loader" appears 2 times in the file. 418
 Warning extension MultipleStringLiteralsExtended The String " in cache loader" appears 2 times in the file. 419

infinispan/core/src/test/java/org/infinispan/eviction/impl/EvictionWithPassivationAndConcurrentOperationsTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "Key " appears 6 times in the file. 31
 Warning extension MultipleStringLiteralsExtended The String "Wrong value for key " appears 3 times in the file. 32

infinispan/core/src/test/java/org/infinispan/eviction/impl/EvictionWithPassivationTest.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. 32
 Warning extension MultipleStringLiteralsExtended The String "test-" appears 6 times in the file. 53
 Warning extension MultipleStringLiteralsExtended The String "-" appears 6 times in the file. 53
 Warning extension MultipleStringLiteralsExtended The String "prev-value" appears 7 times in the file. 151
 Warning extension MultipleStringLiteralsExtended The String "X" appears 5 times in the file. 250
 Warning extension MultipleStringLiteralsExtended The String "4567" appears 5 times in the file. 250
 Warning extension MultipleStringLiteralsExtended The String "Y" appears 4 times in the file. 251
 Warning extension MultipleStringLiteralsExtended The String "4568" appears 5 times in the file. 251
 Warning extension MultipleStringLiteralsExtended The String "Z" appears 2 times in the file. 252
 Warning extension MultipleStringLiteralsExtended The String "4569" appears 2 times in the file. 252
 Warning extension MultipleStringLiteralsExtended The String "A" appears 2 times in the file. 266
 Warning extension MultipleStringLiteralsExtended The String "B" appears 2 times in the file. 268

infinispan/core/src/test/java/org/infinispan/eviction/impl/ManualEvictionWithPassivationAndSizeBasedAndConcurrentOperationsInBackupOwnerTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "Key " appears 6 times in the file. 39
 Warning extension MultipleStringLiteralsExtended The String "Wrong value for key " appears 3 times in the file. 40
 Warning extension MultipleStringLiteralsExtended The String " exists in cache loader." appears 2 times in the file. 42

infinispan/core/src/test/java/org/infinispan/eviction/impl/ManualEvictionWithPassivationAndSizeBasedAndConcurrentOperationsInPrimaryOwnerTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "Key " appears 6 times in the file. 39
 Warning extension MultipleStringLiteralsExtended The String "Wrong value for key " appears 3 times in the file. 40
 Warning extension MultipleStringLiteralsExtended The String " exists in cache loader." appears 2 times in the file. 42

infinispan/core/src/test/java/org/infinispan/eviction/impl/ManualEvictionWithSizeBasedAndConcurrentOperationsInPrimaryOwnerTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "key1" appears 6 times in the file. 79
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 18 times in the file. 80
 Warning extension MultipleStringLiteralsExtended The String "Wrong value for key " appears 8 times in the file. 97
 Warning extension MultipleStringLiteralsExtended The String " in get operation." appears 7 times in the file. 97
 Warning extension MultipleStringLiteralsExtended The String "v3" appears 6 times in the file. 259

infinispan/core/src/test/java/org/infinispan/eviction/impl/MarshalledValuesEvictionTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "Expected 1, was " appears 2 times in the file. 63

infinispan/core/src/test/java/org/infinispan/eviction/impl/MarshalledValuesManualEvictionTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "key-isoprene" appears 2 times in the file. 58

infinispan/core/src/test/java/org/infinispan/executors/BlockingTaskAwareExecutorServiceTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 56

infinispan/core/src/test/java/org/infinispan/executors/ExecutorAllCompletionServiceTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "second" appears 2 times in the file. 33
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 47
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 76

infinispan/core/src/test/java/org/infinispan/executors/SemaphoreCompletionServiceTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "bla" appears 9 times in the file. 43
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 54
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 70
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 74

infinispan/core/src/test/java/org/infinispan/expiry/ExpiryTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "k" appears 48 times in the file. 52
 Warning extension MultipleStringLiteralsExtended The String "v" appears 33 times in the file. 52
 Warning extension MultipleStringLiteralsExtended The String "k1" appears 7 times in the file. 90
 Warning extension MultipleStringLiteralsExtended The String "k2" appears 7 times in the file. 91
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 114
 Warning extension MultipleStringLiteralsExtended The String "v-old" appears 4 times in the file. 173
 Warning extension MultipleStringLiteralsExtended The String "v2" appears 3 times in the file. 196
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 496

infinispan/core/src/test/java/org/infinispan/expiry/ReplicatedExpiryTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "cache" appears 7 times in the file. 20
 Warning extension MultipleStringLiteralsExtended The String "k" appears 6 times in the file. 27
 Warning extension MultipleStringLiteralsExtended The String "v" appears 3 times in the file. 27
 Warning extension MultipleStringLiteralsExtended The String "Expected " appears 2 times in the file. 55
 Warning extension MultipleStringLiteralsExtended The String " but was " appears 2 times in the file. 55

infinispan/core/src/test/java/org/infinispan/factories/ComponentRegistryTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 40
 Warning extension MultipleStringLiteralsExtended The String "cache" appears 2 times in the file. 45

infinispan/core/src/test/java/org/infinispan/filter/CompositeKeyValueFilterConverter.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 17

infinispan/core/src/test/java/org/infinispan/interceptors/ConcurrentInterceptorVisibilityTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "k-" appears 2 times in the file. 44
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 101
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 128

infinispan/core/src/test/java/org/infinispan/interceptors/CustomInterceptorTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "bar" appears 2 times in the file. 24
 Warning extension MultipleStringLiteralsExtended The String "interceptors" appears 4 times in the file. 48
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 82
 Warning extension MultipleStringLiteralsExtended The String "k" appears 2 times in the file. 83
 Warning extension MultipleStringLiteralsExtended The String "v" appears 2 times in the file. 83
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 85

infinispan/core/src/test/java/org/infinispan/interceptors/InterceptorChainTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 38

infinispan/core/src/test/java/org/infinispan/interceptors/MarshalledValueInterceptorTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "someCache" appears 2 times in the file. 44
 Warning extension MultipleStringLiteralsExtended The String "a" appears 2 times in the file. 54

infinispan/core/src/test/java/org/infinispan/interceptors/distribution/L1WriteSynchronizerTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "Should have thrown an execution exception" appears 3 times in the file. 101
 Warning extension MultipleStringLiteralsExtended The String "Should have thrown a timeout exception" appears 6 times in the file. 119
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 256
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 292

infinispan/core/src/test/java/org/infinispan/invalidation/AsyncAPISyncInvalTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "v" appears 2 times in the file. 58

infinispan/core/src/test/java/org/infinispan/invalidation/BaseInvalidationTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "invalidation" appears 21 times in the file. 48
 Warning extension MultipleStringLiteralsExtended The String "invalidationTx" appears 6 times in the file. 52
 Warning extension MultipleStringLiteralsExtended The String "key" appears 100 times in the file. 61
 Warning extension MultipleStringLiteralsExtended The String "value" appears 20 times in the file. 61
 Warning extension MultipleStringLiteralsExtended The String "newValue" appears 3 times in the file. 83
 Warning extension MultipleStringLiteralsExtended The String "value2" appears 23 times in the file. 105
 Warning extension MultipleStringLiteralsExtended The String "Should be null" appears 3 times in the file. 116
 Warning extension MultipleStringLiteralsExtended The String "value3" appears 2 times in the file. 159
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 195
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 215
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 226
 Warning extension MultipleStringLiteralsExtended The String "value1" appears 17 times in the file. 240
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 281
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 286
 Warning extension MultipleStringLiteralsExtended The String "valueN" appears 4 times in the file. 286
 Warning extension MultipleStringLiteralsExtended The String "valueOld" appears 2 times in the file. 303
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 308

infinispan/core/src/test/java/org/infinispan/invalidation/InvalidationExceptionTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "invalidAsync" appears 2 times in the file. 26
 Warning extension MultipleStringLiteralsExtended The String "invalidReplQueueCache" appears 2 times in the file. 31
 Warning extension MultipleStringLiteralsExtended The String "invalidAsyncMarshallCache" appears 2 times in the file. 37

infinispan/core/src/test/java/org/infinispan/invalidation/WriteStoreInvalidationTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 44

infinispan/core/src/test/java/org/infinispan/io/GridFileTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "file.txt" appears 27 times in the file. 59
 Warning extension MultipleStringLiteralsExtended The String "/file.txt" appears 13 times in the file. 60
 Warning extension MultipleStringLiteralsExtended The String "myDir/file.txt" appears 4 times in the file. 61
 Warning extension MultipleStringLiteralsExtended The String "/myDir/file.txt" appears 4 times in the file. 62
 Warning extension MultipleStringLiteralsExtended The String "myDir" appears 2 times in the file. 64
 Warning extension MultipleStringLiteralsExtended The String "/myDir" appears 3 times in the file. 65
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 76
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 77
 Warning extension MultipleStringLiteralsExtended The String "nonExistentFile.txt" appears 2 times in the file. 87
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 88
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 89
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 90
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 94
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 95
 Warning extension MultipleStringLiteralsExtended The String "/" appears 5 times in the file. 95
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 96
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 97
 Warning extension MultipleStringLiteralsExtended The String "myDir1" appears 2 times in the file. 97
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 98
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 99
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 100
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 103
 Warning extension MultipleStringLiteralsExtended The String "/file.txt/dir" appears 2 times in the file. 103
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 111
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 112
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 113
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 114
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 115
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 116
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 117
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 120
 Warning extension MultipleStringLiteralsExtended The String "/parentdir/file.txt" appears 2 times in the file. 131
 Warning extension MultipleStringLiteralsExtended The String "/parentdir" appears 2 times in the file. 132
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 144
 Warning extension MultipleStringLiteralsExtended The String "multipleChunks.txt" appears 5 times in the file. 184
 Warning extension MultipleStringLiteralsExtended The String "This text spans multiple chunks, because each chunk is only 10 bytes long." appears 2 times in the file. 185
 Warning extension MultipleStringLiteralsExtended The String "This text spans multiple chunks, because each chunk is only 20 bytes long." appears 2 times in the file. 197
 Warning extension MultipleStringLiteralsExtended The String "endsWithFullChunk.txt" appears 3 times in the file. 205
 Warning extension MultipleStringLiteralsExtended The String "12345678" appears 2 times in the file. 207
 Warning extension MultipleStringLiteralsExtended The String "append.txt" appears 6 times in the file. 211
 Warning extension MultipleStringLiteralsExtended The String "Hello" appears 4 times in the file. 211
 Warning extension MultipleStringLiteralsExtended The String "World" appears 2 times in the file. 212
 Warning extension MultipleStringLiteralsExtended The String "HelloWorld" appears 2 times in the file. 213
 Warning extension MultipleStringLiteralsExtended The String "empty.txt" appears 2 times in the file. 223
 Warning extension MultipleStringLiteralsExtended The String "delete.txt" appears 2 times in the file. 231
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 235
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 236
 Warning extension MultipleStringLiteralsExtended The String "nonsuch.txt" appears 19 times in the file. 243
 Warning extension MultipleStringLiteralsExtended The String "leak.txt" appears 2 times in the file. 249
 Warning extension MultipleStringLiteralsExtended The String "abcde" appears 2 times in the file. 330
 Warning extension MultipleStringLiteralsExtended The String "fghij" appears 2 times in the file. 330
 Warning extension MultipleStringLiteralsExtended The String "klmno" appears 2 times in the file. 330
 Warning extension MultipleStringLiteralsExtended The String "pqrst" appears 2 times in the file. 330
 Warning extension MultipleStringLiteralsExtended The String "uvwxy" appears 2 times in the file. 330
 Warning extension MultipleStringLiteralsExtended The String "z" appears 2 times in the file. 330
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 390
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 391
 Warning extension MultipleStringLiteralsExtended The String "foo" appears 3 times in the file. 396
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 399
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 400
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 404
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 406
 Warning extension MultipleStringLiteralsExtended The String "nonExistentDir" appears 2 times in the file. 411
 Warning extension MultipleStringLiteralsExtended The String "/emptyDir" appears 2 times in the file. 412
 Warning extension MultipleStringLiteralsExtended The String "foo1.txt" appears 2 times in the file. 418
 Warning extension MultipleStringLiteralsExtended The String "foo2.txt" appears 2 times in the file. 418
 Warning extension MultipleStringLiteralsExtended The String "fooDir" appears 2 times in the file. 418
 Warning extension MultipleStringLiteralsExtended The String "/myDir/foo1.txt" appears 4 times in the file. 437
 Warning extension MultipleStringLiteralsExtended The String "/myDir/foo2.txt" appears 4 times in the file. 437
 Warning extension MultipleStringLiteralsExtended The String "/myDir/fooDir" appears 4 times in the file. 437
 Warning extension MultipleStringLiteralsExtended The String "/myDir/bar1.txt" appears 2 times in the file. 438
 Warning extension MultipleStringLiteralsExtended The String "/myDir/bar2.txt" appears 2 times in the file. 438
 Warning extension MultipleStringLiteralsExtended The String "/myDir/barDir" appears 2 times in the file. 438
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 468
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 469
 Warning extension MultipleStringLiteralsExtended The String "/foo.txt" appears 4 times in the file. 471
 Warning extension MultipleStringLiteralsExtended The String "foo.txt" appears 5 times in the file. 475
 Warning extension MultipleStringLiteralsExtended The String "/channelTest.txt" appears 4 times in the file. 480
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 484
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 492
 Warning extension MultipleStringLiteralsExtended The String "/position.txt" appears 2 times in the file. 496
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 519
 Warning extension MultipleStringLiteralsExtended The String "This file spans multiple chunks." appears 2 times in the file. 520
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 524
 Warning extension MultipleStringLiteralsExtended The String "/append.txt" appears 3 times in the file. 529
 Warning extension MultipleStringLiteralsExtended The String "/readTest.txt" appears 2 times in the file. 541
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 543
 Warning extension MultipleStringLiteralsExtended The String "This tests read loop." appears 2 times in the file. 544
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 550
 Warning extension MultipleStringLiteralsExtended The String "dir/file.txt" appears 2 times in the file. 559
 Warning extension MultipleStringLiteralsExtended The String "/dir/file.txt" appears 3 times in the file. 559
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 563
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 570
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 571
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 583
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 584
 Warning extension MultipleStringLiteralsExtended The String "dir" appears 2 times in the file. 586
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 588
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 590
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 591
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 605
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 606
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 607
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 608
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 609
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 610
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 611
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 617
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 618
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 624
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 625
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 629
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 633

infinispan/core/src/test/java/org/infinispan/iteration/BaseClusteredEntryRetrieverTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 37

infinispan/core/src/test/java/org/infinispan/iteration/BaseEntryRetrieverEvictionTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 32

infinispan/core/src/test/java/org/infinispan/iteration/BaseEntryRetrieverTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 52
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 225
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 232
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 246
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 255

infinispan/core/src/test/java/org/infinispan/iteration/BaseEntryRetrieverWithLoaderTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 67
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 112
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 134

infinispan/core/src/test/java/org/infinispan/iteration/BaseSetupEntryRetrieverTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 61
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 70

infinispan/core/src/test/java/org/infinispan/iteration/DistributedEntryRetrieverStressTest.java

Severity Category Rule Message Line
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 59
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 83
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 92
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 107
 Warning extension MultipleStringLiteralsExtended The String "Seen values were: %s" appears 2 times in the file. 111
 Warning extension MultipleStringLiteralsExtended The String " on iteration " appears 3 times in the file. 112
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 209

infinispan/core/src/test/java/org/infinispan/iteration/DistributedEntryRetrieverTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "post_send_response_released" appears 2 times in the file. 80
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 86
 Warning extension MultipleStringLiteralsExtended The String "pre_send_response_invoked" appears 2 times in the file. 100
 Warning extension MultipleStringLiteralsExtended The String "pre_send_response_released" appears 3 times in the file. 105
 Warning extension MultipleStringLiteralsExtended The String "Entry wasn't found:" appears 2 times in the file. 110
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 122
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 139
 Warning extension MultipleStringLiteralsExtended The String "post_send_response_invoked" appears 2 times in the file. 153
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 173
 Warning extension MultipleStringLiteralsExtended The String "post_receive_response_released" appears 2 times in the file. 181
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 187
 Warning extension MultipleStringLiteralsExtended The String "pre_receive_response_invoked" appears 2 times in the file. 201
 Warning extension MultipleStringLiteralsExtended The String "pre_receive_response_released" appears 2 times in the file. 204
 Warning extension MultipleStringLiteralsExtended The String "Segment " appears 2 times in the file. 217
 Warning extension MultipleStringLiteralsExtended The String " had a mismatch" appears 2 times in the file. 217
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 233
 Warning extension MultipleStringLiteralsExtended The String "post_iterator_released" appears 2 times in the file. 241
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 247
 Warning extension MultipleStringLiteralsExtended The String "pre_iterator_invoked" appears 2 times in the file. 261
 Warning extension MultipleStringLiteralsExtended The String "pre_iterator_released" appears 2 times in the file. 267
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 287
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 329

infinispan/core/src/test/java/org/infinispan/iteration/DistributedEntryRetrieverTxTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "filtered-key" appears 2 times in the file. 56
 Warning extension MultipleStringLiteralsExtended The String "filtered-value" appears 2 times in the file. 57
 Warning extension MultipleStringLiteralsExtended The String "converted-key" appears 2 times in the file. 80
 Warning extension MultipleStringLiteralsExtended The String "converted-value" appears 4 times in the file. 81
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 125

infinispan/core/src/test/java/org/infinispan/iteration/DistributedEntryRetrieverWithPassivationTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 73
 Warning extension MultipleStringLiteralsExtended The String "cache0" appears 4 times in the file. 74
 Warning extension MultipleStringLiteralsExtended The String "cache1" appears 4 times in the file. 75
 Warning extension MultipleStringLiteralsExtended The String "cache2" appears 4 times in the file. 76
 Warning extension MultipleStringLiteralsExtended The String "loader0" appears 4 times in the file. 79
 Warning extension MultipleStringLiteralsExtended The String "pre_process_on_all_stores_invoked" appears 5 times in the file. 102
 Warning extension MultipleStringLiteralsExtended The String "pre_process_on_all_stores_released" appears 5 times in the file. 107
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 119
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 143
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 188
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 213
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 259
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 314
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 355

infinispan/core/src/test/java/org/infinispan/iteration/DistributedEntryRetrieverWithStoreAsBinaryTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "cache0" appears 2 times in the file. 60
 Warning extension MultipleStringLiteralsExtended The String "cache1" appears 4 times in the file. 61
 Warning extension MultipleStringLiteralsExtended The String "cache2" appears 2 times in the file. 62
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 75
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 109

infinispan/core/src/test/java/org/infinispan/iteration/InvalidationEntryRetrieverTest.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Method(.*)'. 36

infinispan/core/src/test/java/org/infinispan/iteration/LocalEntryRetrieverTest.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'CTOR(.*)'. 21

infinispan/core/src/test/java/org/infinispan/iteration/LocalEntryRetrieverWithPassivationTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "cache0" appears 4 times in the file. 64
 Warning extension MultipleStringLiteralsExtended The String "cache1" appears 4 times in the file. 65
 Warning extension MultipleStringLiteralsExtended The String "cache2" appears 4 times in the file. 66
 Warning extension MultipleStringLiteralsExtended The String " in loader" appears 3 times in the file. 68
 Warning extension MultipleStringLiteralsExtended The String "loader0" appears 4 times in the file. 69
 Warning extension MultipleStringLiteralsExtended The String "pre_process_on_all_stores_invoked" appears 5 times in the file. 92
 Warning extension MultipleStringLiteralsExtended The String "pre_process_on_all_stores_released" appears 5 times in the file. 97

infinispan/core/src/test/java/org/infinispan/iteration/LocalEntryRetrieverWithStoreAsBinaryTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "value0" appears 2 times in the file. 54
 Warning extension MultipleStringLiteralsExtended The String "cache0" appears 2 times in the file. 54
 Warning extension MultipleStringLiteralsExtended The String "value1" appears 4 times in the file. 55
 Warning extension MultipleStringLiteralsExtended The String "cache1" appears 4 times in the file. 55
 Warning extension MultipleStringLiteralsExtended The String "value2" appears 2 times in the file. 56
 Warning extension MultipleStringLiteralsExtended The String "cache2" appears 2 times in the file. 56
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 95
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 99

infinispan/core/src/test/java/org/infinispan/iteration/NoOpFilterConverterWithDependencies.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 14

infinispan/core/src/test/java/org/infinispan/jmx/ActivationAndPassivationInterceptorMBeanTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "___defaultcache(local)" appears 2 times in the file. 44
 Warning extension MultipleStringLiteralsExtended The String "StatisticsEnabled" appears 2 times in the file. 81
 Warning extension MultipleStringLiteralsExtended The String "Activations" appears 2 times in the file. 82
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 131

infinispan/core/src/test/java/org/infinispan/jmx/CacheAvailabilityJmxTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "r1" appears 2 times in the file. 30
 Warning extension MultipleStringLiteralsExtended The String "(dist_sync)" appears 2 times in the file. 55
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 64
 Warning extension MultipleStringLiteralsExtended The String "AVAILABLE" appears 5 times in the file. 65
 Warning extension MultipleStringLiteralsExtended The String "CacheAvailability" appears 10 times in the file. 65
 Warning extension MultipleStringLiteralsExtended The String "DEGRADED_MODE" appears 5 times in the file. 70
 Warning extension MultipleStringLiteralsExtended The String "r2" appears 2 times in the file. 82

infinispan/core/src/test/java/org/infinispan/jmx/CacheClearTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 44
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 45
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 45
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 46

infinispan/core/src/test/java/org/infinispan/jmx/CacheContainerStatsMBeanTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "2" appears 2 times in the file. 28
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 29
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 30
 Warning extension MultipleStringLiteralsExtended The String "DefaultCacheManager" appears 2 times in the file. 61
 Warning extension MultipleStringLiteralsExtended The String "StatisticsEnabled" appears 2 times in the file. 63
 Warning extension MultipleStringLiteralsExtended The String "a1" appears 2 times in the file. 65
 Warning extension MultipleStringLiteralsExtended The String "b1" appears 2 times in the file. 65
 Warning extension MultipleStringLiteralsExtended The String "b2" appears 2 times in the file. 66
 Warning extension MultipleStringLiteralsExtended The String "b3" appears 2 times in the file. 67
 Warning extension MultipleStringLiteralsExtended The String "b4" appears 2 times in the file. 68
 Warning extension MultipleStringLiteralsExtended The String "NumberOfEntries" appears 3 times in the file. 70
 Warning extension MultipleStringLiteralsExtended The String "Stores" appears 3 times in the file. 71
 Warning extension MultipleStringLiteralsExtended The String "Evictions" appears 3 times in the file. 72
 Warning extension MultipleStringLiteralsExtended The String "AverageWriteTime" appears 3 times in the file. 73
 Warning extension MultipleStringLiteralsExtended The String "RemoveHits" appears 2 times in the file. 77
 Warning extension MultipleStringLiteralsExtended The String "expecting " appears 2 times in the file. 112
 Warning extension MultipleStringLiteralsExtended The String " for " appears 2 times in the file. 112

infinispan/core/src/test/java/org/infinispan/jmx/CacheLoaderAndCacheWriterInterceptorMBeanTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "test" appears 2 times in the file. 46
 Warning extension MultipleStringLiteralsExtended The String "test(local)" appears 2 times in the file. 48
 Warning extension MultipleStringLiteralsExtended The String "resetStatistics" appears 2 times in the file. 58
 Warning extension MultipleStringLiteralsExtended The String "key" appears 10 times in the file. 73
 Warning extension MultipleStringLiteralsExtended The String "value" appears 9 times in the file. 73
 Warning extension MultipleStringLiteralsExtended The String "value2" appears 2 times in the file. 75
 Warning extension MultipleStringLiteralsExtended The String "a" appears 9 times in the file. 78
 Warning extension MultipleStringLiteralsExtended The String "b" appears 7 times in the file. 78
 Warning extension MultipleStringLiteralsExtended The String "c" appears 4 times in the file. 79
 Warning extension MultipleStringLiteralsExtended The String "no_such_key" appears 4 times in the file. 96
 Warning extension MultipleStringLiteralsExtended The String "expected " appears 3 times in the file. 150

infinispan/core/src/test/java/org/infinispan/jmx/CacheMBeanTest.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 29
 Warning extension MultipleStringLiteralsExtended The String "startCache" appears 3 times in the file. 50
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 50
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 50
 Warning extension MultipleStringLiteralsExtended The String "CacheStatus" appears 8 times in the file. 51
 Warning extension MultipleStringLiteralsExtended The String "CreatedCacheCount" appears 6 times in the file. 52
 Warning extension MultipleStringLiteralsExtended The String "1" appears 9 times in the file. 52
 Warning extension MultipleStringLiteralsExtended The String "RunningCacheCount" appears 6 times in the file. 53
 Warning extension MultipleStringLiteralsExtended The String "stop" appears 3 times in the file. 54
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 54
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 54
 Warning extension MultipleStringLiteralsExtended The String "0" appears 3 times in the file. 57
 Warning extension MultipleStringLiteralsExtended The String "start" appears 2 times in the file. 58
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 58
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 58
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 62
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 62
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 66
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 66
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 70
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 70
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 83
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 83
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 84
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 84
 Warning extension MultipleStringLiteralsExtended The String "Failure expected, " appears 4 times in the file. 90
 Warning extension MultipleStringLiteralsExtended The String " shouldn't be registered in mbean server" appears 3 times in the file. 90
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 143

infinispan/core/src/test/java/org/infinispan/jmx/CacheManagerMBeanTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "startCache" appears 3 times in the file. 44
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 44
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 44
 Warning extension MultipleStringLiteralsExtended The String "CreatedCacheCount" appears 6 times in the file. 49
 Warning extension MultipleStringLiteralsExtended The String "1" appears 4 times in the file. 49
 Warning extension MultipleStringLiteralsExtended The String "DefinedCacheCount" appears 4 times in the file. 50
 Warning extension MultipleStringLiteralsExtended The String "0" appears 4 times in the file. 50
 Warning extension MultipleStringLiteralsExtended The String "DefinedCacheNames" appears 3 times in the file. 51
 Warning extension MultipleStringLiteralsExtended The String "RunningCacheCount" appears 3 times in the file. 52
 Warning extension MultipleStringLiteralsExtended The String "a" appears 2 times in the file. 55
 Warning extension MultipleStringLiteralsExtended The String "b" appears 2 times in the file. 56
 Warning extension MultipleStringLiteralsExtended The String "3" appears 4 times in the file. 59
 Warning extension MultipleStringLiteralsExtended The String "a(" appears 2 times in the file. 62
 Warning extension MultipleStringLiteralsExtended The String "b(" appears 2 times in the file. 63
 Warning extension MultipleStringLiteralsExtended The String "c(" appears 2 times in the file. 64
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 67
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 67
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 68
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 68
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 84
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 84
 Warning extension MultipleStringLiteralsExtended The String "Hibernate2LC" appears 2 times in the file. 111
 Warning extension MultipleStringLiteralsExtended The String "local" appears 3 times in the file. 121
 Warning extension MultipleStringLiteralsExtended The String "test" appears 3 times in the file. 129
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 131
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 133

infinispan/core/src/test/java/org/infinispan/jmx/CacheMgmtInterceptorMBeanTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "test" appears 2 times in the file. 38
 Warning extension MultipleStringLiteralsExtended The String "key" appears 11 times in the file. 58
 Warning extension MultipleStringLiteralsExtended The String "value" appears 9 times in the file. 58
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 69
 Warning extension MultipleStringLiteralsExtended The String "HitRatio" appears 4 times in the file. 70
 Warning extension MultipleStringLiteralsExtended The String "key_ne" appears 3 times in the file. 83
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 100
 Warning extension MultipleStringLiteralsExtended The String "key2" appears 3 times in the file. 102
 Warning extension MultipleStringLiteralsExtended The String "value2" appears 2 times in the file. 102
 Warning extension MultipleStringLiteralsExtended The String "key3" appears 3 times in the file. 110
 Warning extension MultipleStringLiteralsExtended The String "value3" appears 2 times in the file. 110
 Warning extension MultipleStringLiteralsExtended The String "key4" appears 2 times in the file. 111
 Warning extension MultipleStringLiteralsExtended The String "voooo" appears 2 times in the file. 127

infinispan/core/src/test/java/org/infinispan/jmx/ClusterCacheStatsMBeanTest.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 28
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 29
 Warning extension MultipleStringLiteralsExtended The String "a1" appears 2 times in the file. 61
 Warning extension MultipleStringLiteralsExtended The String "expecting " appears 2 times in the file. 95
 Warning extension MultipleStringLiteralsExtended The String " for " appears 2 times in the file. 95

infinispan/core/src/test/java/org/infinispan/jmx/ClusteredCacheManagerMBeanTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "mycache" appears 3 times in the file. 44
 Warning extension MultipleStringLiteralsExtended The String "NodeAddress" appears 4 times in the file. 52
 Warning extension MultipleStringLiteralsExtended The String "ClusterMembers" appears 2 times in the file. 53
 Warning extension MultipleStringLiteralsExtended The String "PhysicalAddresses" appears 2 times in the file. 54
 Warning extension MultipleStringLiteralsExtended The String "local" appears 2 times in the file. 54
 Warning extension MultipleStringLiteralsExtended The String "ClusterSize" appears 2 times in the file. 55
 Warning extension MultipleStringLiteralsExtended The String "address" appears 2 times in the file. 65
 Warning extension MultipleStringLiteralsExtended The String "connected" appears 2 times in the file. 67

infinispan/core/src/test/java/org/infinispan/jmx/ClusteredCacheMgmtInterceptorMBeanTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "k" appears 3 times in the file. 48
 Warning extension MultipleStringLiteralsExtended The String "v" appears 2 times in the file. 48
 Warning extension MultipleStringLiteralsExtended The String "___defaultcache(repl_sync)" appears 2 times in the file. 50
 Warning extension MultipleStringLiteralsExtended The String "Statistics" appears 2 times in the file. 50
 Warning extension MultipleStringLiteralsExtended The String "Stores" appears 4 times in the file. 54
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 57
 Warning extension MultipleStringLiteralsExtended The String "RemoveHits" appears 2 times in the file. 68

infinispan/core/src/test/java/org/infinispan/jmx/ComponentsJmxRegistrationTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 35
 Warning extension MultipleStringLiteralsExtended The String "first" appears 4 times in the file. 63
 Warning extension MultipleStringLiteralsExtended The String "Statistics" appears 4 times in the file. 68
 Warning extension MultipleStringLiteralsExtended The String "replicated" appears 2 times in the file. 116
 Warning extension MultipleStringLiteralsExtended The String "local" appears 2 times in the file. 117

infinispan/core/src/test/java/org/infinispan/jmx/CustomMBeanServerPropertiesTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "value" appears 4 times in the file. 33
 Warning extension MultipleStringLiteralsExtended The String "key" appears 4 times in the file. 33

infinispan/core/src/test/java/org/infinispan/jmx/JmxStatsFunctionalTest.java

Severity Category Rule Message Line
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 36
 Warning extension MultipleStringLiteralsExtended The String "local_cache" appears 22 times in the file. 58
 Warning extension MultipleStringLiteralsExtended The String "remote1" appears 6 times in the file. 61
 Warning extension MultipleStringLiteralsExtended The String "remote2" appears 2 times in the file. 64
 Warning extension MultipleStringLiteralsExtended The String "local_cache(local)" appears 17 times in the file. 70
 Warning extension MultipleStringLiteralsExtended The String "Statistics" appears 23 times in the file. 70
 Warning extension MultipleStringLiteralsExtended The String "remote1(repl_sync)" appears 7 times in the file. 71
 Warning extension MultipleStringLiteralsExtended The String "RpcManager" appears 5 times in the file. 71
 Warning extension MultipleStringLiteralsExtended The String "remote2(invalidation_async)" appears 4 times in the file. 73
 Warning extension MultipleStringLiteralsExtended The String "LockManager" appears 2 times in the file. 123
 Warning extension MultipleStringLiteralsExtended The String "Cache" appears 4 times in the file. 258
 Warning extension MultipleStringLiteralsExtended The String "remote_cache" appears 2 times in the file. 267
 Warning extension MultipleStringLiteralsExtended The String "remote_cache(repl_sync)" appears 5 times in the file. 270
 Warning extension MultipleStringLiteralsExtended The String "TESTVALUE1" appears 2 times in the file. 292
 Warning extension MultipleStringLiteralsExtended The String "TESTVALUE2" appears 2 times in the file. 293
 Warning extension MultipleStringLiteralsExtended The String "TESTVALUE3" appears 2 times in the file. 294
 Warning extension MultipleStringLiteralsExtended The String "local_cache1" appears 2 times in the file. 301
 Warning extension MultipleStringLiteralsExtended The String "local_cache2" appears 2 times in the file. 303
 Warning extension MultipleStringLiteralsExtended The String "configurationAsProperties" appears 2 times in the file. 309
 Warning extension MultipleStringLiteralsExtended The String "storeAsBinary.enabled" appears 2 times in the file. 312

infinispan/core/src/test/java/org/infinispan/jmx/MvccLockManagerMBeanTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "test" appears 2 times in the file. 47
 Warning extension MultipleStringLiteralsExtended The String "key" appears 2 times in the file. 66
 Warning extension MultipleStringLiteralsExtended The String "value" appears 2 times in the file. 66
 Warning extension MultipleStringLiteralsExtended The String "NumberOfLocksHeld" appears 4 times in the file. 68
 Warning extension MultipleStringLiteralsExtended The String "NumberOfLocksAvailable" appears 3 times in the file. 75

infinispan/core/src/test/java/org/infinispan/jmx/PerThreadMBeanServerLookup.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 15

infinispan/core/src/test/java/org/infinispan/jmx/RpcManagerMBeanTest.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 51
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 52
 Warning extension MultipleStringLiteralsExtended The String "(repl_sync)" appears 4 times in the file. 86
 Warning extension MultipleStringLiteralsExtended The String "RpcManager" appears 4 times in the file. 86
 Warning extension MultipleStringLiteralsExtended The String "StatisticsEnabled" appears 5 times in the file. 99
 Warning extension MultipleStringLiteralsExtended The String "ReplicationCount" appears 6 times in the file. 107
 Warning extension MultipleStringLiteralsExtended The String "key" appears 4 times in the file. 109
 Warning extension MultipleStringLiteralsExtended The String "value2" appears 2 times in the file. 109
 Warning extension MultipleStringLiteralsExtended The String "ReplicationFailures" appears 4 times in the file. 112
 Warning extension MultipleStringLiteralsExtended The String "value" appears 2 times in the file. 121
 Warning extension MultipleStringLiteralsExtended The String "SuccessRatio" appears 3 times in the file. 140
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 168
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around string "80%". 170

infinispan/core/src/test/java/org/infinispan/jmx/TxInterceptorMBeanTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "SecondDefaultCacheManager" appears 2 times in the file. 36
 Warning extension MultipleStringLiteralsExtended The String "test" appears 4 times in the file. 41
 Warning extension MultipleStringLiteralsExtended The String "test(repl_sync)" appears 2 times in the file. 45
 Warning extension MultipleStringLiteralsExtended The String "Transactions" appears 2 times in the file. 45
 Warning extension MultipleStringLiteralsExtended The String "resetStatistics" appears 2 times in the file. 54
 Warning extension MultipleStringLiteralsExtended The String "key" appears 4 times in the file. 68
 Warning extension MultipleStringLiteralsExtended The String "value" appears 4 times in the file. 68
 Warning extension MultipleStringLiteralsExtended The String "expecting " appears 2 times in the file. 108

infinispan/core/src/test/java/org/infinispan/lock/APIDistTest.java

Severity Category Rule Message Line
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 24
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 48
 Warning extension MultipleStringLiteralsExtended The String "v" appears 17 times in the file. 50
 Warning extension MultipleStringLiteralsExtended The String "Could not find key " appears 16 times in the file. 52
 Warning extension MultipleStringLiteralsExtended The String " on cache1" appears 6 times in the file. 52
 Warning extension MultipleStringLiteralsExtended The String " on cache2" appears 4 times in the file. 53
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 64
 Warning extension MultipleStringLiteralsExtended The String "new_value" appears 6 times in the file. 74
 Warning extension MultipleStringLiteralsExtended The String "Expected v, was " appears 3 times in the file. 75
 Warning extension MultipleStringLiteralsExtended The String " on cache1: expected new_value, was " appears 2 times in the file. 80
 Warning extension MultipleStringLiteralsExtended The String " on cache2: expected new_value, was " appears 2 times in the file. 81
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 85
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 104
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around expression. 118
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 118
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around expression. 119
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 119

infinispan/core/src/test/java/org/infinispan/lock/APITest.java

Severity Category Rule Message Line
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 37
 Warning extension MultipleStringLiteralsExtended The String "k" appears 9 times in the file. 56
 Warning extension MultipleStringLiteralsExtended The String "v" appears 12 times in the file. 56
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 64
 Warning extension MultipleStringLiteralsExtended The String "v2" appears 5 times in the file. 68
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 77
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 2 times in the file. 95
 Warning extension MultipleStringLiteralsExtended The String "k1" appears 6 times in the file. 150
 Warning extension MultipleStringLiteralsExtended The String "k2" appears 6 times in the file. 151
 Warning extension MultipleStringLiteralsExtended The String "k3" appears 8 times in the file. 152
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 161
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 177
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 211

infinispan/core/src/test/java/org/infinispan/lock/CheckRemoteLockAcquiredOnlyOnceTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "v" appears 4 times in the file. 54
 Warning extension MultipleStringLiteralsExtended The String "value" appears 2 times in the file. 81

infinispan/core/src/test/java/org/infinispan/lock/ExplicitLockingAndOptimisticCachesTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "a" appears 2 times in the file. 36

infinispan/core/src/test/java/org/infinispan/lock/ExplicitUnlockTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 70
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 108
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 122
 Warning extension MultipleStringLiteralsExtended The String "validate_cache" appears 2 times in the file. 180
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 190

infinispan/core/src/test/java/org/infinispan/lock/FailInterceptor.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 42

infinispan/core/src/test/java/org/infinispan/lock/InvalidationModePessimisticLockReleaseTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "val_1" appears 2 times in the file. 42
 Warning extension MultipleStringLiteralsExtended The String "val_2" appears 3 times in the file. 43
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 52
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 53
 Warning extension MultipleStringLiteralsExtended The String "new_val_1" appears 2 times in the file. 64

infinispan/core/src/test/java/org/infinispan/lock/KeyLockTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 66
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 72
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 81

infinispan/core/src/test/java/org/infinispan/lock/L1LockTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "foo" appears 3 times in the file. 29
 Warning extension MultipleStringLiteralsExtended The String "foo2" appears 3 times in the file. 40
 Warning extension MultipleStringLiteralsExtended The String "foo3" appears 3 times in the file. 47

infinispan/core/src/test/java/org/infinispan/lock/LockContainerHashingTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 29
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 51

infinispan/core/src/test/java/org/infinispan/lock/OptimisticTxFailureAfterLockingTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 3 times in the file. 62

infinispan/core/src/test/java/org/infinispan/lock/PessimistTxFailureAfterLockingTest.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 61

infinispan/core/src/test/java/org/infinispan/lock/StaleEagerLocksOnPrepareFailureTest.java

Severity Category Rule Message Line
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 24
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 84

infinispan/core/src/test/java/org/infinispan/lock/StaleLocksOnPrepareFailureTest.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 56

infinispan/core/src/test/java/org/infinispan/lock/StaleLocksTransactionTest.java

Severity Category Rule Message Line
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 17
 Warning extension MultipleStringLiteralsExtended The String "k" appears 5 times in the file. 50

infinispan/core/src/test/java/org/infinispan/lock/StripedLockTest.java

Severity Category Rule Message Line
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 45
 Warning extension MultipleStringLiteralsExtended The String "this should fail as we do not have a monitor over the locks" appears 2 times in the file. 64
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 65
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 79
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 118
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 119
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 149

infinispan/core/src/test/java/org/infinispan/lock/singlelock/AbstractCrashTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "v" appears 2 times in the file. 69
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 72
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 88
 Warning extension NoNullForCollectionReturn Method should return empty collection instead of null. 127

infinispan/core/src/test/java/org/infinispan/lock/singlelock/AbstractLockOwnerCrashTest.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'CTOR(.*)'. 22
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 44
 Warning extension MultipleStringLiteralsExtended The String "v2" appears 3 times in the file. 70
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 72

infinispan/core/src/test/java/org/infinispan/lock/singlelock/AbstractNoCrashTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "v" appears 5 times in the file. 56

infinispan/core/src/test/java/org/infinispan/lock/singlelock/MainOwnerChangesLockTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 53

infinispan/core/src/test/java/org/infinispan/lock/singlelock/MainOwnerChangesPessimisticLockTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 65
 Warning extension MultipleStringLiteralsExtended The String "someValue" appears 2 times in the file. 132

infinispan/core/src/test/java/org/infinispan/lock/singlelock/MinViewIdCalculusTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "Adding new node .." appears 2 times in the file. 53
 Warning extension MultipleStringLiteralsExtended The String "New node added." appears 2 times in the file. 56
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 59
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 99

infinispan/core/src/test/java/org/infinispan/lock/singlelock/OriginatorBecomesOwnerLockTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "primary" appears 3 times in the file. 76
 Warning extension MultipleStringLiteralsExtended The String "backup" appears 3 times in the file. 81
 Warning extension MultipleStringLiteralsExtended The String "value" appears 6 times in the file. 93
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 97
 Warning extension MultipleStringLiteralsExtended The String "Lock transfer happens here" appears 3 times in the file. 106

infinispan/core/src/test/java/org/infinispan/lock/singlelock/SinglePhaseCommitForPessimisticCachesTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "v" appears 2 times in the file. 54

infinispan/core/src/test/java/org/infinispan/lock/singlelock/optimistic/BasicSingleLockOptimisticTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "v" appears 3 times in the file. 54
 Warning extension MultipleStringLiteralsExtended The String "other" appears 2 times in the file. 88
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 92
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 110

infinispan/core/src/test/java/org/infinispan/lock/singlelock/optimistic/LockOwnerCrashOptimisticTest.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. 27
 Warning extension MultipleStringLiteralsExtended The String "v" appears 4 times in the file. 36
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 38
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 79
 Warning extension MultipleStringLiteralsExtended The String "Exception expected as lock cannot be acquired on k=" appears 2 times in the file. 101
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 102
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 112

infinispan/core/src/test/java/org/infinispan/lock/singlelock/pessimistic/BasicSingleLockPessimisticTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "v" appears 3 times in the file. 53
 Warning extension MultipleStringLiteralsExtended The String "some" appears 2 times in the file. 85
 Warning extension MultipleStringLiteralsExtended The String "other" appears 2 times in the file. 87
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 88
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 109

infinispan/core/src/test/java/org/infinispan/lock/singlelock/pessimistic/LockOwnerCrashPessimisticTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "v" appears 9 times in the file. 41
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 43
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 90
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 110
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 149
 Warning extension MultipleStringLiteralsExtended The String "Exception expected as lock cannot be acquired on k=" appears 2 times in the file. 178
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 179
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 187
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 193

infinispan/core/src/test/java/org/infinispan/lock/singlelock/replicated/optimistic/BasicSingleLockReplOptTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "k" appears 8 times in the file. 23
 Warning extension MultipleStringLiteralsExtended The String "v" appears 4 times in the file. 48
 Warning extension MultipleStringLiteralsExtended The String "k0" appears 10 times in the file. 71
 Warning extension MultipleStringLiteralsExtended The String "other" appears 2 times in the file. 99
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 103
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 120

infinispan/core/src/test/java/org/infinispan/lock/singlelock/replicated/optimistic/InitiatorCrashOptimisticReplTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "k" appears 14 times in the file. 33
 Warning extension MultipleStringLiteralsExtended The String "v" appears 2 times in the file. 80

infinispan/core/src/test/java/org/infinispan/lock/singlelock/replicated/pessimistic/BasicSingleLockRepPessimisticTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "k" appears 8 times in the file. 24
 Warning extension MultipleStringLiteralsExtended The String "k1" appears 5 times in the file. 42
 Warning extension MultipleStringLiteralsExtended The String "v" appears 5 times in the file. 42
 Warning extension MultipleStringLiteralsExtended The String "k2" appears 7 times in the file. 43
 Warning extension MultipleStringLiteralsExtended The String "k0" appears 14 times in the file. 63
 Warning extension MultipleStringLiteralsExtended The String "other" appears 4 times in the file. 87
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 89
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 105
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 144
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 160

infinispan/core/src/test/java/org/infinispan/lock/singlelock/replicated/pessimistic/InitiatorCrashPessimisticReplTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "k" appears 4 times in the file. 29
 Warning extension MultipleStringLiteralsExtended The String "v" appears 2 times in the file. 78
 Warning extension MultipleStringLiteralsExtended The String "b" appears 4 times in the file. 84

infinispan/core/src/test/java/org/infinispan/manager/CacheDependencyTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "A" appears 16 times in the file. 30
 Warning extension MultipleStringLiteralsExtended The String "B" appears 17 times in the file. 31
 Warning extension MultipleStringLiteralsExtended The String "C" appears 9 times in the file. 79
 Warning extension MultipleStringLiteralsExtended The String "D" appears 5 times in the file. 80

infinispan/core/src/test/java/org/infinispan/manager/CacheManagerComponentRegistryTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "transactional" appears 4 times in the file. 54
 Warning extension MultipleStringLiteralsExtended The String "overridden" appears 2 times in the file. 100

infinispan/core/src/test/java/org/infinispan/manager/CacheManagerTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "Should fail" appears 4 times in the file. 57
 Warning extension MultipleStringLiteralsExtended The String "k" appears 7 times in the file. 74
 Warning extension MultipleStringLiteralsExtended The String "v" appears 6 times in the file. 74
 Warning extension MultipleStringLiteralsExtended The String "aCache" appears 2 times in the file. 84
 Warning extension MultipleStringLiteralsExtended The String "cache1" appears 2 times in the file. 95
 Warning extension MultipleStringLiteralsExtended The String "new-cache" appears 6 times in the file. 173
 Warning extension MultipleStringLiteralsExtended The String "one" appears 2 times in the file. 206
 Warning extension MultipleStringLiteralsExtended The String "two" appears 2 times in the file. 207
 Warning extension MultipleStringLiteralsExtended The String "three" appears 2 times in the file. 208
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 210
 Warning extension MultipleStringLiteralsExtended The String "cache" appears 13 times in the file. 274
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '!='. 292
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 295
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 299
 Warning extension MultipleStringLiteralsExtended The String "correct-cache-1" appears 2 times in the file. 310
 Warning extension MultipleStringLiteralsExtended The String "correct-cache-2" appears 2 times in the file. 311
 Warning extension MultipleStringLiteralsExtended The String "correct-cache-3" appears 2 times in the file. 312
 Warning extension MultipleStringLiteralsExtended The String "incorrect" appears 2 times in the file. 321
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 3 times in the file. 350
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 423
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 425
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 429
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 430
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 432
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 434

infinispan/core/src/test/java/org/infinispan/manager/CacheManagerXmlConfigurationTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 50
 Warning extension MultipleStringLiteralsExtended The String "This should not be null, since a shared transport should be present" appears 4 times in the file. 52
 Warning extension MultipleStringLiteralsExtended The String "<cache-container default-cache=\"default\">" appears 2 times in the file. 79
 Warning extension MultipleStringLiteralsExtended The String "\n" appears 5 times in the file. 80
 Warning extension MultipleStringLiteralsExtended The String " <local-cache name=\"default\">\n" appears 2 times in the file. 81
 Warning extension MultipleStringLiteralsExtended The String " </local-cache>\n" appears 2 times in the file. 83
 Warning extension MultipleStringLiteralsExtended The String " <local-cache name=\"c1\">\n" appears 2 times in the file. 85
 Warning extension MultipleStringLiteralsExtended The String " <transaction transaction-manager-lookup=\"org.infinispan.transaction.lookup.GenericTransactionManagerLookup\"/>\n" appears 2 times in the file. 86
 Warning extension MultipleStringLiteralsExtended The String "</cache-container>" appears 2 times in the file. 91
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 98
 Warning extension MultipleStringLiteralsExtended The String " </local-cache>\n" appears 2 times in the file. 108
 Warning extension MultipleStringLiteralsExtended The String "c1" appears 3 times in the file. 120
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 131
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 132
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 134
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 136

infinispan/core/src/test/java/org/infinispan/manager/ConcurrentCacheManagerTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "cache" appears 2 times in the file. 36
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 48
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 63

infinispan/core/src/test/java/org/infinispan/marshall/AdvancedExternalizerTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "k-" appears 3 times in the file. 60

infinispan/core/src/test/java/org/infinispan/marshall/ConcurrentMarshallerTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "concurrentMarshaller" appears 2 times in the file. 36
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 44

infinispan/core/src/test/java/org/infinispan/marshall/CustomClass.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 5

infinispan/core/src/test/java/org/infinispan/marshall/DefensiveCopyTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "Mr Infinispan" appears 2 times in the file. 36
 Warning extension MultipleStringLiteralsExtended The String "Mr Coe" appears 2 times in the file. 48
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 59
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 60
 Warning extension MultipleStringLiteralsExtended The String "key1" appears 2 times in the file. 61

infinispan/core/src/test/java/org/infinispan/marshall/DuplicateIdTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 18

infinispan/core/src/test/java/org/infinispan/marshall/InvalidatedMarshalledValueTest.java

Severity Category Rule Message Line
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 30
 Warning extension MultipleStringLiteralsExtended The String "invlSync" appears 5 times in the file. 34
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 65
 Warning extension MultipleStringLiteralsExtended The String " but was " appears 2 times in the file. 89

infinispan/core/src/test/java/org/infinispan/marshall/MarshalledValueSingleNodeTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "Hello" appears 2 times in the file. 26
 Warning extension MultipleStringLiteralsExtended The String "Should have failed" appears 2 times in the file. 27

infinispan/core/src/test/java/org/infinispan/marshall/MarshallerPickAfterCacheRestart.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "value1" appears 2 times in the file. 39

infinispan/core/src/test/java/org/infinispan/marshall/SharedStreamMultiMarshallerTest.java

Severity Category Rule Message Line
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 48
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 52
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 75
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 82

infinispan/core/src/test/java/org/infinispan/marshall/StoreAsBinaryConfigTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "newCache" appears 4 times in the file. 63

infinispan/core/src/test/java/org/infinispan/marshall/TestObjectStreamMarshaller.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 31

infinispan/core/src/test/java/org/infinispan/marshall/VersionAwareMarshallerTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 129
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 130
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 142
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 143
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 144
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 145
 Warning extension MultipleStringLiteralsExtended The String "Writen[" appears 18 times in the file. 159
 Warning extension MultipleStringLiteralsExtended The String "] and read[" appears 18 times in the file. 159
 Warning extension MultipleStringLiteralsExtended The String "] objects should be the same" appears 18 times in the file. 159
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 166
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 167
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 178
 Warning extension MultipleStringLiteralsExtended The String "key" appears 10 times in the file. 213
 Warning extension MultipleStringLiteralsExtended The String "k" appears 3 times in the file. 225
 Warning extension MultipleStringLiteralsExtended The String "v" appears 2 times in the file. 225
 Warning extension MultipleStringLiteralsExtended The String "key1" appears 2 times in the file. 234
 Warning extension MultipleStringLiteralsExtended The String "key2" appears 2 times in the file. 234
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 256
 Warning extension MultipleStringLiteralsExtended The String "value" appears 9 times in the file. 298
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 299
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 304
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 309
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 342
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 345
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 360
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 365
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 386
 Warning extension MultipleStringLiteralsExtended The String "k1" appears 6 times in the file. 388
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 4 times in the file. 388
 Warning extension MultipleStringLiteralsExtended The String "v2" appears 4 times in the file. 389
 Warning extension MultipleStringLiteralsExtended The String "v3" appears 4 times in the file. 390
 Warning extension MultipleStringLiteralsExtended The String "k2" appears 2 times in the file. 408
 Warning extension MultipleStringLiteralsExtended The String "k5" appears 3 times in the file. 421
 Warning extension MultipleStringLiteralsExtended The String "Log exception for output format verification" appears 3 times in the file. 455
 Warning extension MultipleStringLiteralsExtended The String "in object java.lang.Object@" appears 2 times in the file. 457
 Warning extension MultipleStringLiteralsExtended The String "1234" appears 2 times in the file. 504
 Warning extension MultipleStringLiteralsExtended The String "23" appears 2 times in the file. 522
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 550
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 555
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 559
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 564
 Warning extension MultipleStringLiteralsExtended The String "Payload size for object=%s : %s" appears 2 times in the file. 570
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 596

infinispan/core/src/test/java/org/infinispan/marshall/core/JBossMarshallerTest.java

Severity Category Rule Message Line
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 105
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 106
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 107
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 120
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 121
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 122

infinispan/core/src/test/java/org/infinispan/marshall/core/JBossMarshallingTest.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 113
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around return value. 141

infinispan/core/src/test/java/org/infinispan/marshall/core/MarshalledValueTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "replSync" appears 80 times in the file. 66
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 84
 Warning extension MultipleStringLiteralsExtended The String "Hello" appears 2 times in the file. 123
 Warning extension MultipleStringLiteralsExtended The String "Should have failed" appears 2 times in the file. 124
 Warning extension MultipleStringLiteralsExtended The String "Call should not have gone beyond the MarshalledValueInterceptor" appears 2 times in the file. 130
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 147
 Warning extension MultipleStringLiteralsExtended The String "key" appears 10 times in the file. 150
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 151
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 158
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 168
 Warning extension MultipleStringLiteralsExtended The String "value" appears 3 times in the file. 181
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 188
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 201
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 213
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 214
 Warning extension MultipleStringLiteralsExtended The String "3" appears 15 times in the file. 214
 Warning extension MultipleStringLiteralsExtended The String "three" appears 15 times in the file. 214
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 233
 Warning extension MultipleStringLiteralsExtended The String "Did not see keys " appears 8 times in the file. 234
 Warning extension MultipleStringLiteralsExtended The String " in iterator!" appears 8 times in the file. 234
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 237
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 242
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 243
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 250
 Warning extension MultipleStringLiteralsExtended The String "1" appears 17 times in the file. 250
 Warning extension MultipleStringLiteralsExtended The String "one" appears 14 times in the file. 250
 Warning extension MultipleStringLiteralsExtended The String "2" appears 15 times in the file. 250
 Warning extension MultipleStringLiteralsExtended The String "two" appears 14 times in the file. 250
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 259
 Warning extension MultipleStringLiteralsExtended The String "Should have thrown a UnsupportedOperationException" appears 2 times in the file. 267
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 282
 Warning extension MultipleStringLiteralsExtended The String "4" appears 2 times in the file. 291
 Warning extension MultipleStringLiteralsExtended The String "5" appears 3 times in the file. 298
 Warning extension MultipleStringLiteralsExtended The String "6" appears 2 times in the file. 299
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 307
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 331
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 345
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 359
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 373
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 392
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 411
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 430
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 450
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 470
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 490
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 512
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 518
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 518
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 518
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 518
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 559
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 564
 Warning extension MultipleStringLiteralsExtended The String "ab-key" appears 2 times in the file. 572
 Warning extension MultipleStringLiteralsExtended The String "cd-key" appears 2 times in the file. 577
 Warning extension MultipleStringLiteralsExtended The String "replSync2" appears 4 times in the file. 591
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 633
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 646
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 707
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 771
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around return value. 808

infinispan/core/src/test/java/org/infinispan/marshall/multiversion/MultiPojoVersionMarshallTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "Externalizer" appears 3 times in the file. 51
 Warning extension MultipleStringLiteralsExtended The String "street" appears 4 times in the file. 95
 Warning extension MultipleStringLiteralsExtended The String "Rue du Seyon" appears 2 times in the file. 96
 Warning extension MultipleStringLiteralsExtended The String "number" appears 2 times in the file. 97
 Warning extension MultipleStringLiteralsExtended The String "plateNumber" appears 4 times in the file. 106
 Warning extension MultipleStringLiteralsExtended The String "E 1660" appears 2 times in the file. 107
 Warning extension MultipleStringLiteralsExtended The String "age" appears 4 times in the file. 114
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 122
 Warning extension MultipleStringLiteralsExtended The String "writeObject" appears 3 times in the file. 135
 Warning extension MultipleStringLiteralsExtended The String "(Ljava/io/ObjectOutput;Ljava/lang/Object;)V" appears 3 times in the file. 136
 Warning extension MultipleStringLiteralsExtended The String "{\n" appears 6 times in the file. 137
 Warning extension MultipleStringLiteralsExtended The String "$1.writeObject(((" appears 3 times in the file. 138
 Warning extension MultipleStringLiteralsExtended The String "$1.writeInt(((" appears 2 times in the file. 139
 Warning extension MultipleStringLiteralsExtended The String "}\n" appears 7 times in the file. 140
 Warning extension MultipleStringLiteralsExtended The String "readObject" appears 3 times in the file. 142
 Warning extension MultipleStringLiteralsExtended The String "(Ljava/io/ObjectInput;)Ljava/lang/Object;" appears 3 times in the file. 143
 Warning extension MultipleStringLiteralsExtended The String " o = new " appears 3 times in the file. 145
 Warning extension MultipleStringLiteralsExtended The String "();\n" appears 3 times in the file. 145
 Warning extension MultipleStringLiteralsExtended The String "return o;\n" appears 3 times in the file. 156
 Warning extension MultipleStringLiteralsExtended The String "year" appears 3 times in the file. 168
 Warning extension MultipleStringLiteralsExtended The String "CH 8271" appears 2 times in the file. 175
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 195
 Warning extension MultipleStringLiteralsExtended The String "try {\n" appears 2 times in the file. 216
 Warning extension MultipleStringLiteralsExtended The String "} catch(java.io.OptionalDataException e) {}\n" appears 2 times in the file. 218
 Warning extension MultipleStringLiteralsExtended The String "name" appears 3 times in the file. 231
 Warning extension MultipleStringLiteralsExtended The String "Galder" appears 2 times in the file. 240
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 258
 Warning extension MultipleStringLiteralsExtended The String "Fir Close" appears 2 times in the file. 298
 Warning extension NoNullForCollectionReturn Method should return empty collection instead of null. 328

infinispan/core/src/test/java/org/infinispan/notifications/CacheListenerCacheLoaderTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "no_passivation" appears 3 times in the file. 33
 Warning extension MultipleStringLiteralsExtended The String "passivation" appears 3 times in the file. 38
 Warning extension MultipleStringLiteralsExtended The String "k" appears 14 times in the file. 57
 Warning extension MultipleStringLiteralsExtended The String "v" appears 3 times in the file. 57
 Warning extension MultipleStringLiteralsExtended The String "k2" appears 5 times in the file. 83
 Warning extension MultipleStringLiteralsExtended The String "v-new" appears 2 times in the file. 88
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 142
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 143
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 144

infinispan/core/src/test/java/org/infinispan/notifications/CacheListenerRemovalTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "x" appears 3 times in the file. 40
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 47
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 49
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 55
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 57

infinispan/core/src/test/java/org/infinispan/notifications/ConcurrentNotificationTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 49
 Warning extension MultipleStringLiteralsExtended The String "key" appears 3 times in the file. 65
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 67
 Warning extension MultipleStringLiteralsExtended The String "Caused on thread " appears 3 times in the file. 68
 Warning extension MultipleStringLiteralsExtended The String " in loop " appears 3 times in the file. 68
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 74
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 81

infinispan/core/src/test/java/org/infinispan/notifications/DistListenerTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "hello" appears 6 times in the file. 60

infinispan/core/src/test/java/org/infinispan/notifications/MergeViewTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "k" appears 5 times in the file. 44
 Warning extension MultipleStringLiteralsExtended The String "v2" appears 3 times in the file. 60

infinispan/core/src/test/java/org/infinispan/notifications/cachelistener/BaseCacheNotifierImplInitialTransferTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 148
 Warning extension MultipleStringLiteralsExtended The String "key-" appears 5 times in the file. 150
 Warning extension MultipleStringLiteralsExtended The String "value-" appears 5 times in the file. 151
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 173
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 202
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 302
 Warning extension MultipleStringLiteralsExtended The String "key-3" appears 4 times in the file. 334
 Warning extension MultipleStringLiteralsExtended The String "new-key" appears 2 times in the file. 344
 Warning extension MultipleStringLiteralsExtended The String "new-value" appears 2 times in the file. 345
 Warning extension MultipleStringLiteralsExtended The String "Unsupported Operation provided " appears 2 times in the file. 364
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 410
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 533

infinispan/core/src/test/java/org/infinispan/notifications/cachelistener/CacheListener.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 18

infinispan/core/src/test/java/org/infinispan/notifications/cachelistener/CacheListenerVisibilityTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 14 times in the file. 66
 Warning extension MultipleStringLiteralsExtended The String "Timed out while waiting for before listener notification" appears 3 times in the file. 86
 Warning extension MultipleStringLiteralsExtended The String "Timed out while waiting for after listener notification" appears 3 times in the file. 95
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 184
 Warning extension MultipleStringLiteralsExtended The String "k" appears 2 times in the file. 195
 Warning extension MultipleStringLiteralsExtended The String "v" appears 2 times in the file. 195
 Warning extension MultipleStringLiteralsExtended The String "k-" appears 2 times in the file. 207
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 307
 Warning extension MultipleStringLiteralsExtended The String "Timed out while waiting for post listener event to execute" appears 2 times in the file. 325
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 366

infinispan/core/src/test/java/org/infinispan/notifications/cachelistener/CacheNotifierFilterTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "key" appears 2 times in the file. 105
 Warning extension MultipleStringLiteralsExtended The String "value" appears 2 times in the file. 106
 Warning extension MultipleStringLiteralsExtended The String "not" appears 4 times in the file. 118

infinispan/core/src/test/java/org/infinispan/notifications/cachelistener/CacheNotifierImplInitialTransferDistTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 90
 Warning extension MultipleStringLiteralsExtended The String "key-" appears 4 times in the file. 93
 Warning extension MultipleStringLiteralsExtended The String "value-" appears 4 times in the file. 94
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 119
 Warning extension MultipleStringLiteralsExtended The String "pre_retrieve_entry_invoked" appears 2 times in the file. 223
 Warning extension MultipleStringLiteralsExtended The String "new-key" appears 3 times in the file. 232
 Warning extension MultipleStringLiteralsExtended The String "new-value" appears 3 times in the file. 233
 Warning extension MultipleStringLiteralsExtended The String "-changed" appears 3 times in the file. 237
 Warning extension MultipleStringLiteralsExtended The String "Unsupported Operation provided " appears 3 times in the file. 246
 Warning extension MultipleStringLiteralsExtended The String "pre_retrieve_entry_released" appears 2 times in the file. 252
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 270
 Warning extension MultipleStringLiteralsExtended The String "pre_close_iter_invoked" appears 2 times in the file. 293
 Warning extension MoveVariableInsideIf Variable 'oldValue' can be moved inside the block at line '359' to restrict runtime creation. 315
 Warning extension MultipleStringLiteralsExtended The String "pre_close_iter_released" appears 2 times in the file. 318
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 342
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 458
 Warning extension MultipleStringLiteralsExtended The String "pre_complete_segment_invoked" appears 3 times in the file. 503
 Warning extension MoveVariableInsideIf Variable 'oldValue' can be moved inside the block at line '578' to restrict runtime creation. 504
 Warning extension MultipleStringLiteralsExtended The String "pre_complete_segment_released" appears 3 times in the file. 507
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 526
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 567

infinispan/core/src/test/java/org/infinispan/notifications/cachelistener/CacheNotifierImplTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "k" appears 36 times in the file. 64
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 6 times in the file. 64
 Warning extension MultipleStringLiteralsExtended The String "v2" appears 3 times in the file. 81
 Warning extension MultipleStringLiteralsExtended The String "v" appears 29 times in the file. 100

infinispan/core/src/test/java/org/infinispan/notifications/cachelistener/CacheNotifierInvalidationTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 87
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 88
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 94
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 95

infinispan/core/src/test/java/org/infinispan/notifications/cachelistener/CacheNotifierPersistenceFilterTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "key" appears 2 times in the file. 109
 Warning extension MultipleStringLiteralsExtended The String "value" appears 2 times in the file. 110
 Warning extension MultipleStringLiteralsExtended The String "not" appears 3 times in the file. 129

infinispan/core/src/test/java/org/infinispan/notifications/cachelistener/CacheNotifierTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "key" appears 24 times in the file. 88
 Warning extension MultipleStringLiteralsExtended The String "value" appears 16 times in the file. 88
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 107
 Warning extension MultipleStringLiteralsExtended The String "key2" appears 6 times in the file. 109
 Warning extension MultipleStringLiteralsExtended The String "value2" appears 17 times in the file. 109
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 129
 Warning extension MultipleStringLiteralsExtended The String "value3" appears 5 times in the file. 189
 Warning extension MultipleStringLiteralsExtended The String "doesNotExist" appears 2 times in the file. 198
 Warning extension MoveVariableInsideIf Variable 'expected' can be moved inside the block at line '250' to restrict runtime creation. 247
 Warning extension MoveVariableInsideIf Variable 'isSkipListener' can be moved inside the block at line '250' to restrict runtime creation. 248

infinispan/core/src/test/java/org/infinispan/notifications/cachelistener/CacheNotifierTxTest.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 79
 Warning extension MultipleStringLiteralsExtended The String "key" appears 9 times in the file. 130
 Warning extension MultipleStringLiteralsExtended The String "value" appears 8 times in the file. 130
 Warning extension MultipleStringLiteralsExtended The String "value2" appears 6 times in the file. 149
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 160
 Warning extension MultipleStringLiteralsExtended The String "key2" appears 4 times in the file. 162

infinispan/core/src/test/java/org/infinispan/notifications/cachelistener/CustomClassLoaderListenerTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "a" appears 6 times in the file. 52

infinispan/core/src/test/java/org/infinispan/notifications/cachelistener/DuplicatedEventsTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "a" appears 4 times in the file. 40
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 42
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 51
 Warning extension MultipleStringLiteralsExtended The String "b" appears 4 times in the file. 58
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 60
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 69
 Warning extension MultipleStringLiteralsExtended The String "a0" appears 4 times in the file. 76
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 78
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 96
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 98
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 100
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 102
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 108

infinispan/core/src/test/java/org/infinispan/notifications/cachelistener/KeyFilterTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "accept" appears 5 times in the file. 38
 Warning extension MultipleStringLiteralsExtended The String "reject" appears 2 times in the file. 64
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 5 times in the file. 64

infinispan/core/src/test/java/org/infinispan/notifications/cachelistener/ListenerExceptionTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "init" appears 4 times in the file. 53

infinispan/core/src/test/java/org/infinispan/notifications/cachelistener/ListenerExceptionWithSynchronizationTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "init" appears 2 times in the file. 53

infinispan/core/src/test/java/org/infinispan/notifications/cachelistener/ListenerRegistrationTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "Hello" appears 4 times in the file. 53
 Warning extension MultipleStringLiteralsExtended The String "No listeners should be registered." appears 9 times in the file. 54
 Warning extension MultipleStringLiteralsExtended The String "Should not accept a cache listener with a bad method signature" appears 5 times in the file. 111

infinispan/core/src/test/java/org/infinispan/notifications/cachelistener/MultipleListenerConverterTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "-" appears 2 times in the file. 41
 Warning extension MultipleStringLiteralsExtended The String "listener-1" appears 2 times in the file. 62
 Warning extension MultipleStringLiteralsExtended The String "listener-2" appears 2 times in the file. 63
 Warning extension MultipleStringLiteralsExtended The String "listener-3" appears 2 times in the file. 64
 Warning extension MultipleStringLiteralsExtended The String "key" appears 3 times in the file. 86
 Warning extension MultipleStringLiteralsExtended The String "Listener" appears 9 times in the file. 90
 Warning extension MultipleStringLiteralsExtended The String "failed" appears 9 times in the file. 90

infinispan/core/src/test/java/org/infinispan/notifications/cachelistener/OnlyPrimaryOwnerTest.java

Severity Category Rule Message Line
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 71
 Warning extension MultipleStringLiteralsExtended The String "reject" appears 4 times in the file. 118
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 7 times in the file. 118
 Warning extension MultipleStringLiteralsExtended The String "accept" appears 4 times in the file. 138

infinispan/core/src/test/java/org/infinispan/notifications/cachelistener/PrimaryOwnerCacheListener.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 22

infinispan/core/src/test/java/org/infinispan/notifications/cachelistener/TransactionSuspendedCacheNotifierTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 34
 Warning extension MultipleStringLiteralsExtended The String "key" appears 8 times in the file. 36
 Warning extension MultipleStringLiteralsExtended The String "value" appears 2 times in the file. 36
 Warning extension MultipleStringLiteralsExtended The String "new-value" appears 3 times in the file. 40
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 52
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 89

infinispan/core/src/test/java/org/infinispan/notifications/cachelistener/cluster/AbstractClusterListenerDistAddListenerTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "post_add_listener_release_" appears 2 times in the file. 58
 Warning extension MultipleStringLiteralsExtended The String "Adding a new node .." appears 5 times in the file. 75
 Warning extension MultipleStringLiteralsExtended The String "Added a new node" appears 5 times in the file. 77
 Warning extension MultipleStringLiteralsExtended The String "pre_add_listener_release_" appears 2 times in the file. 85
 Warning extension MultipleStringLiteralsExtended The String "pre_cluster_listeners_release_" appears 2 times in the file. 160
 Warning extension MultipleStringLiteralsExtended The String "post_cluster_listeners_invoked_" appears 2 times in the file. 174
 Warning extension MultipleStringLiteralsExtended The String "post_cluster_listeners_release_" appears 4 times in the file. 182
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 191
 Warning extension MultipleStringLiteralsExtended The String "pre_cluster_listeners_invoked_" appears 4 times in the file. 241
 Warning extension MultipleStringLiteralsExtended The String "Killing node 0 .." appears 2 times in the file. 243
 Warning extension MultipleStringLiteralsExtended The String "Node 0 killed" appears 2 times in the file. 247
 Warning extension MultipleStringLiteralsExtended The String "manager1" appears 4 times in the file. 296
 Warning extension MultipleStringLiteralsExtended The String "pre_view_listener_release_" appears 3 times in the file. 300
 Warning extension MultipleStringLiteralsExtended The String "manager3" appears 2 times in the file. 307
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 350

infinispan/core/src/test/java/org/infinispan/notifications/cachelistener/cluster/AbstractClusterListenerNonTxTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 68
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 77

infinispan/core/src/test/java/org/infinispan/notifications/cachelistener/cluster/AbstractClusterListenerTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "filter-me" appears 4 times in the file. 103
 Warning extension MultipleStringLiteralsExtended The String "Adding a new node .." appears 2 times in the file. 239
 Warning extension MultipleStringLiteralsExtended The String "Added a new node" appears 2 times in the file. 241
 Warning extension MultipleStringLiteralsExtended The String "myOldValue" appears 6 times in the file. 386
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 387
 Warning extension MultipleStringLiteralsExtended The String "myBrandSpankingNewValue" appears 6 times in the file. 395
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 409
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 429
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 438
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 449
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 461
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 472
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 484
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 494
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 506

infinispan/core/src/test/java/org/infinispan/notifications/cachelistener/cluster/AbstractClusterListenerUtilTest.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. 108
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. 138
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. 139
 Warning extension MultipleStringLiteralsExtended The String "null" appears 2 times in the file. 178
 Warning extension MultipleStringLiteralsExtended The String "Method should not have been invoked!" appears 2 times in the file. 199

infinispan/core/src/test/java/org/infinispan/notifications/cachelistener/cluster/ClusterListenerDistTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 76

infinispan/core/src/test/java/org/infinispan/notifications/cachelistener/cluster/ClusterListenerFilterWithDependenciesTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "string " appears 2 times in the file. 40
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 73

infinispan/core/src/test/java/org/infinispan/notifications/cachelistener/cluster/ClusterListenerLocalTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 2 times in the file. 37

infinispan/core/src/test/java/org/infinispan/notifications/cachelistener/cluster/ClusterListenerReplTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 79
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 125
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 134

infinispan/core/src/test/java/org/infinispan/notifications/cachelistener/cluster/ClusterListenerStressTest.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 42

infinispan/core/src/test/java/org/infinispan/notifications/cachelistener/cluster/NoOpCacheEventFilterConverterWithDependencies.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 15

infinispan/core/src/test/java/org/infinispan/notifications/cachelistener/cluster/RehashClusterListenerTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "Triggering rebalance to cause segment ownership to change" appears 4 times in the file. 64

infinispan/core/src/test/java/org/infinispan/notifications/cachemanagerlistener/CacheManagerNotifierImplTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "cache" appears 4 times in the file. 42

infinispan/core/src/test/java/org/infinispan/notifications/cachemanagerlistener/CacheManagerNotifierTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "cache" appears 5 times in the file. 40

infinispan/core/src/test/java/org/infinispan/partitionhandling/BasePartitionHandlingTest.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 45
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 46
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 47
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 48
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 170
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 183
 Warning extension MultipleStringLiteralsExtended The String " " appears 2 times in the file. 192
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 238
 Warning extension MultipleStringLiteralsExtended The String "Cache " appears 2 times in the file. 268
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 295
 Warning extension CustomDeclarationOrder Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. 331
 Warning extension CustomDeclarationOrder Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. 344
 Warning extension CustomDeclarationOrder Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. 349
 Warning extension CustomDeclarationOrder Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. 354
 Warning extension CustomDeclarationOrder Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. 360
 Warning extension CustomDeclarationOrder Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. 364
 Warning extension CustomDeclarationOrder Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. 368

infinispan/core/src/test/java/org/infinispan/partitionhandling/DelayedAvailabilityUpdateTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "v0" appears 2 times in the file. 65
 Warning extension MultipleStringLiteralsExtended The String "v3" appears 2 times in the file. 68
 Warning extension MultipleStringLiteralsExtended The String "main:block_availability_update_p0n0" appears 2 times in the file. 71
 Warning extension MultipleStringLiteralsExtended The String "main:after_availability_update_p0n1" appears 2 times in the file. 71
 Warning extension MultipleStringLiteralsExtended The String "main:check_availability" appears 3 times in the file. 72
 Warning extension MultipleStringLiteralsExtended The String "main:resume_availability_update_p0n0" appears 2 times in the file. 72

infinispan/core/src/test/java/org/infinispan/partitionhandling/EntryRetrieverDistPartitionHandlingTest.java

Severity Category Rule Message Line
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 38
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 38
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 47
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 47
 Warning extension MultipleStringLiteralsExtended The String "not-local" appears 3 times in the file. 58
 Warning extension MultipleStringLiteralsExtended The String "pre_notify_partition_released" appears 4 times in the file. 68
 Warning extension MultipleStringLiteralsExtended The String "post_notify_partition_released" appears 4 times in the file. 69
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 72
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 72
 Warning extension MultipleStringLiteralsExtended The String "post_notify_partition_invoked" appears 3 times in the file. 75
 Warning extension MultipleStringLiteralsExtended The String "Expected AvailabilityException" appears 2 times in the file. 79
 Warning extension MultipleStringLiteralsExtended The String "local" appears 2 times in the file. 89
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 106
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 106
 Warning extension MultipleStringLiteralsExtended The String "pre_receive_response_released" appears 3 times in the file. 112
 Warning extension MultipleStringLiteralsExtended The String "post_receive_response_released" appears 3 times in the file. 113
 Warning extension MultipleStringLiteralsExtended The String "post_receive_response_invoked" appears 2 times in the file. 142
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 149
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 149

infinispan/core/src/test/java/org/infinispan/partitionhandling/NonTxPartitionStressTest.java

Severity Category Rule Message Line
 Warning extension EmptyPublicCtorInClass This empty public constructor is useless. 40
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 95
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 96
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 174

infinispan/core/src/test/java/org/infinispan/partitionhandling/NumOwnersNodeCrashInSequenceTest.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 50
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 59
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 59
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 60
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 60
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 101
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 101
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 102
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 102
 Warning extension MultipleStringLiteralsExtended The String "main:st_in_progress" appears 2 times in the file. 120
 Warning extension MultipleStringLiteralsExtended The String "main:2nd_node_left" appears 3 times in the file. 120
 Warning extension MultipleStringLiteralsExtended The String "main:cluster_degraded" appears 2 times in the file. 120
 Warning extension MultipleStringLiteralsExtended The String "main:after_cluster_degraded" appears 2 times in the file. 120
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 133
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 133
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 134
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 134
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 181
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 181
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 182
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 182
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 191
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 216

infinispan/core/src/test/java/org/infinispan/partitionhandling/PartitionHappeningTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 21
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 28
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 28
 Warning extension MultipleStringLiteralsExtended The String "k" appears 6 times in the file. 73
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 3 times in the file. 73
 Warning extension MultipleStringLiteralsExtended The String "v2" appears 3 times in the file. 74

infinispan/core/src/test/java/org/infinispan/partitionhandling/ThreeNodesReplicatedSplitAndMergeTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "v0" appears 2 times in the file. 38
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 2 times in the file. 41
 Warning extension MultipleStringLiteralsExtended The String "v2" appears 2 times in the file. 44
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 80
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 81
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 82
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 84
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 85
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 86
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 88
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 89
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 90
 Warning extension MultipleStringLiteralsExtended The String "v00" appears 2 times in the file. 93
 Warning extension MultipleStringLiteralsExtended The String "v11" appears 2 times in the file. 94
 Warning extension MultipleStringLiteralsExtended The String "v22" appears 2 times in the file. 95
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 116
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 117
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 118
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 120
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 121
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 122
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 124
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 125
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 126
 Warning extension MultipleStringLiteralsExtended The String "v000" appears 2 times in the file. 128
 Warning extension MultipleStringLiteralsExtended The String "v111" appears 2 times in the file. 129
 Warning extension MultipleStringLiteralsExtended The String "v222" appears 2 times in the file. 130

infinispan/core/src/test/java/org/infinispan/partitionhandling/ThreeWaySplitAndMergeTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 66
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 67
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 68
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 69
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 71
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 72
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 73
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 74
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 76
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 77
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 78
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 79
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 81
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 82
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 83
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 84
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 116
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 123

infinispan/core/src/test/java/org/infinispan/partitionhandling/TwoWaySplitAndMergeTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 89
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 90
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 91
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 92
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 94
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 95
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 96
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 97
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 99
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 100
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 101
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 102
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 104
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 105
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 106
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 107
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 139
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 140
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 141
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 142
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 144
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 145
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 146
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 147
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 149
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 150
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 151
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 152
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 154
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 155
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 156
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 157

infinispan/core/src/test/java/org/infinispan/persistence/BaseStoreFunctionalTest.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 45
 Warning extension MultipleStringLiteralsExtended The String "testTwoCachesSameCacheStore-1" appears 2 times in the file. 65
 Warning extension MultipleStringLiteralsExtended The String "testTwoCachesSameCacheStore-2" appears 2 times in the file. 66
 Warning extension MultipleStringLiteralsExtended The String "key" appears 4 times in the file. 74
 Warning extension MultipleStringLiteralsExtended The String "val" appears 2 times in the file. 74
 Warning extension MultipleStringLiteralsExtended The String "key2" appears 4 times in the file. 78
 Warning extension MultipleStringLiteralsExtended The String "val2" appears 2 times in the file. 78
 Warning extension MultipleStringLiteralsExtended The String "testPreloadAndExpiry" appears 2 times in the file. 86
 Warning extension MultipleStringLiteralsExtended The String "k1" appears 5 times in the file. 92
 Warning extension MultipleStringLiteralsExtended The String "v" appears 12 times in the file. 92
 Warning extension MultipleStringLiteralsExtended The String "k2" appears 5 times in the file. 93
 Warning extension MultipleStringLiteralsExtended The String "k3" appears 5 times in the file. 94
 Warning extension MultipleStringLiteralsExtended The String "k4" appears 5 times in the file. 95
 Warning extension MultipleStringLiteralsExtended The String "testPreloadStoredAsBinary" appears 2 times in the file. 114
 Warning extension MultipleStringLiteralsExtended The String "a" appears 4 times in the file. 140
 Warning extension MultipleStringLiteralsExtended The String "b" appears 4 times in the file. 140
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 196
 Warning extension MultipleStringLiteralsExtended The String "1" appears 3 times in the file. 197
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 2 times in the file. 197
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 200

infinispan/core/src/test/java/org/infinispan/persistence/BaseStoreTest.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Method(.*)'. 52
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Method(.*)'. 53
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 54
 Warning extension EitherLogOrThrow Either log or throw exception. 69
 Warning extension MultipleStringLiteralsExtended The String "k" appears 32 times in the file. 113
 Warning extension MultipleStringLiteralsExtended The String "v" appears 18 times in the file. 113
 Warning extension MultipleStringLiteralsExtended The String "Expected an immortalEntry" appears 2 times in the file. 117
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 120
 Warning extension MultipleStringLiteralsExtended The String "k2" appears 15 times in the file. 120
 Warning extension MultipleStringLiteralsExtended The String ".getMetadata()" appears 2 times in the file. 152
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 225
 Warning extension MultipleStringLiteralsExtended The String "k1" appears 19 times in the file. 296
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 7 times in the file. 296
 Warning extension MultipleStringLiteralsExtended The String "v2" appears 8 times in the file. 297
 Warning extension MultipleStringLiteralsExtended The String "k3" appears 15 times in the file. 298
 Warning extension MultipleStringLiteralsExtended The String "v3" appears 5 times in the file. 298
 Warning extension MultipleStringLiteralsExtended The String "k4" appears 10 times in the file. 299
 Warning extension MultipleStringLiteralsExtended The String "v4" appears 4 times in the file. 299
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 346
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 368
 Warning extension MultipleStringLiteralsExtended The String "k5" appears 4 times in the file. 408
 Warning extension MultipleStringLiteralsExtended The String "v5" appears 2 times in the file. 408
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 443
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 479
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 488
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 489

infinispan/core/src/test/java/org/infinispan/persistence/CacheLoaderFunctionalTest.java

Severity Category Rule Message Line
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 71
 Warning extension MultipleStringLiteralsExtended The String "Cache" appears 3 times in the file. 117
 Warning extension MultipleStringLiteralsExtended The String "Store" appears 3 times in the file. 119
 Warning extension MultipleStringLiteralsExtended The String " but was " appears 2 times in the file. 124
 Warning extension MultipleStringLiteralsExtended The String "Cache should not contain key " appears 3 times in the file. 130
 Warning extension MultipleStringLiteralsExtended The String "Store should contain key " appears 2 times in the file. 146
 Warning extension MultipleStringLiteralsExtended The String "k1" appears 57 times in the file. 163
 Warning extension MultipleStringLiteralsExtended The String "k2" appears 50 times in the file. 163
 Warning extension MultipleStringLiteralsExtended The String "k3" appears 17 times in the file. 163
 Warning extension MultipleStringLiteralsExtended The String "k4" appears 17 times in the file. 163
 Warning extension MultipleStringLiteralsExtended The String "k5" appears 4 times in the file. 163
 Warning extension MultipleStringLiteralsExtended The String "k6" appears 4 times in the file. 163
 Warning extension MultipleStringLiteralsExtended The String "k7" appears 4 times in the file. 163
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 26 times in the file. 165
 Warning extension MultipleStringLiteralsExtended The String "v2" appears 23 times in the file. 166
 Warning extension MultipleStringLiteralsExtended The String "v3" appears 7 times in the file. 167
 Warning extension MultipleStringLiteralsExtended The String "v4" appears 7 times in the file. 168
 Warning extension MultipleStringLiteralsExtended The String "k" appears 22 times in the file. 179
 Warning extension MultipleStringLiteralsExtended The String "v" appears 20 times in the file. 179
 Warning extension MultipleStringLiteralsExtended The String "cache.get(\"k1\") = " appears 2 times in the file. 194
 Warning extension MultipleStringLiteralsExtended The String "v1-SHOULD-NOT-STORE" appears 3 times in the file. 216
 Warning extension MultipleStringLiteralsExtended The String "v2-SHOULD-NOT-STORE" appears 2 times in the file. 218
 Warning extension MultipleStringLiteralsExtended The String "v2-REPLACED" appears 2 times in the file. 243
 Warning extension MultipleStringLiteralsExtended The String "v3-REPLACED" appears 2 times in the file. 246
 Warning extension MultipleStringLiteralsExtended The String "v4-REPLACED" appears 2 times in the file. 248
 Warning extension MultipleStringLiteralsExtended The String "-REPLACED" appears 2 times in the file. 254
 Warning extension MultipleStringLiteralsExtended The String "preloadingCache" appears 2 times in the file. 297
 Warning extension MultipleStringLiteralsExtended The String "preloadingCache_2" appears 2 times in the file. 304
 Warning extension MultipleStringLiteralsExtended The String "preloadingCache_3" appears 2 times in the file. 312
 Warning extension MultipleStringLiteralsExtended The String "preloadingCache_4" appears 2 times in the file. 320
 Warning extension MultipleStringLiteralsExtended The String "purgingCache" appears 3 times in the file. 330
 Warning extension MultipleStringLiteralsExtended The String "k-" appears 3 times in the file. 480
 Warning extension MultipleStringLiteralsExtended The String "v-" appears 2 times in the file. 480
 Warning extension MultipleStringLiteralsExtended The String "Preload not enabled in cache configuration" appears 2 times in the file. 594
 Warning extension MultipleStringLiteralsExtended The String "Wrong number of entries in data container" appears 2 times in the file. 606
 Warning extension MultipleStringLiteralsExtended The String "Key not found." appears 2 times in the file. 623

infinispan/core/src/test/java/org/infinispan/persistence/ClusterCacheLoaderTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "clusteredCl" appears 7 times in the file. 37
 Warning extension MultipleStringLiteralsExtended The String "key" appears 9 times in the file. 45
 Warning extension MultipleStringLiteralsExtended The String "value" appears 5 times in the file. 47

infinispan/core/src/test/java/org/infinispan/persistence/ClusteredConditionalCommandTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "Cache " appears 3 times in the file. 84
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 85
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 88
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 91
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 111
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 144
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 145
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 146
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 150
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 151
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 152

infinispan/core/src/test/java/org/infinispan/persistence/ClusteredTxConditionalCommandPassivationTest.java

Severity Category Rule Message Line
 Warning extension TernaryPerExpressionCount More than 1 ternary operators in expression. 38

infinispan/core/src/test/java/org/infinispan/persistence/ClusteredTxConditionalCommandTest.java

Severity Category Rule Message Line
 Warning extension TernaryPerExpressionCount More than 1 ternary operators in expression. 38

infinispan/core/src/test/java/org/infinispan/persistence/ConcurrentLoadAndEvictTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "a" appears 7 times in the file. 61
 Warning extension MultipleStringLiteralsExtended The String "b" appears 5 times in the file. 61

infinispan/core/src/test/java/org/infinispan/persistence/ConcurrentLoadAndEvictTxTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "key-%s-%s" appears 3 times in the file. 43
 Warning extension MultipleStringLiteralsExtended The String "value" appears 2 times in the file. 43

infinispan/core/src/test/java/org/infinispan/persistence/FlushingAsyncStoreTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "AsyncStoreInMemory" appears 2 times in the file. 42
 Warning extension MultipleStringLiteralsExtended The String "key1" appears 2 times in the file. 43
 Warning extension MultipleStringLiteralsExtended The String "value" appears 2 times in the file. 43

infinispan/core/src/test/java/org/infinispan/persistence/IgnoreModificationsStoreTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "k1" appears 9 times in the file. 47
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 4 times in the file. 47
 Warning extension MultipleStringLiteralsExtended The String "k2" appears 9 times in the file. 48
 Warning extension MultipleStringLiteralsExtended The String "v2" appears 4 times in the file. 48
 Warning extension MultipleStringLiteralsExtended The String "READ ONLY - Store should NOT contain k1 key." appears 2 times in the file. 50
 Warning extension MultipleStringLiteralsExtended The String "READ ONLY - Store should NOT contain k2 key." appears 2 times in the file. 51
 Warning extension MultipleStringLiteralsExtended The String "READ ONLY - Remove operation should return false (no op)" appears 3 times in the file. 62

infinispan/core/src/test/java/org/infinispan/persistence/InitCountTest.java

Severity Category Rule Message Line
 Warning extension MoveVariableInsideIf Variable 'builder' can be moved inside the block at line '40' to restrict runtime creation. 39

infinispan/core/src/test/java/org/infinispan/persistence/LocalConditionalCommandTest.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 88
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 109

infinispan/core/src/test/java/org/infinispan/persistence/LocalModePassivationTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 97
 Warning extension MultipleStringLiteralsExtended The String "Data Container should not have all keys" appears 8 times in the file. 125
 Warning extension MultipleStringLiteralsExtended The String "Key: " appears 2 times in the file. 149
 Warning extension MultipleStringLiteralsExtended The String " was not found!" appears 4 times in the file. 149
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 179
 Warning extension MultipleStringLiteralsExtended The String "Key/Value mismatch!" appears 2 times in the file. 185
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 202
 Warning extension MultipleStringLiteralsExtended The String "Value: " appears 2 times in the file. 221
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 251

infinispan/core/src/test/java/org/infinispan/persistence/MultiStoresFunctionalTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 42
 Warning extension MultipleStringLiteralsExtended The String "KEY" appears 5 times in the file. 68
 Warning extension MultipleStringLiteralsExtended The String "VALUE V1" appears 2 times in the file. 68
 Warning extension MultipleStringLiteralsExtended The String "VALUE V2" appears 3 times in the file. 74
 Warning extension MultipleStringLiteralsExtended The String "KEY2" appears 7 times in the file. 106
 Warning extension MultipleStringLiteralsExtended The String "VALUE2 V1" appears 3 times in the file. 106
 Warning extension MultipleStringLiteralsExtended The String "VALUE2 V2" appears 2 times in the file. 112

infinispan/core/src/test/java/org/infinispan/persistence/ParallelIterationTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 116
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 120
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 160
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 161
 Warning extension MultipleStringLiteralsExtended The String "For key " appears 5 times in the file. 165

infinispan/core/src/test/java/org/infinispan/persistence/PassivatePersistentTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "k" appears 9 times in the file. 49
 Warning extension MultipleStringLiteralsExtended The String "v" appears 4 times in the file. 49

infinispan/core/src/test/java/org/infinispan/persistence/PassivationFunctionalTest.java

Severity Category Rule Message Line
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 39
 Warning extension MultipleStringLiteralsExtended The String "Key " appears 2 times in the file. 73
 Warning extension MultipleStringLiteralsExtended The String " entry for key " appears 2 times in the file. 88
 Warning extension MultipleStringLiteralsExtended The String " should NOT be null" appears 2 times in the file. 88
 Warning extension MultipleStringLiteralsExtended The String " should contain value " appears 2 times in the file. 89
 Warning extension MultipleStringLiteralsExtended The String " under key " appears 2 times in the file. 89
 Warning extension MultipleStringLiteralsExtended The String " but was " appears 4 times in the file. 89
 Warning extension MultipleStringLiteralsExtended The String ". Entry is " appears 4 times in the file. 89
 Warning extension MultipleStringLiteralsExtended The String " expected lifespan for key " appears 2 times in the file. 90
 Warning extension MultipleStringLiteralsExtended The String " to be " appears 2 times in the file. 90
 Warning extension MultipleStringLiteralsExtended The String "k1" appears 37 times in the file. 108
 Warning extension MultipleStringLiteralsExtended The String "k2" appears 52 times in the file. 108
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 19 times in the file. 110
 Warning extension MultipleStringLiteralsExtended The String "v2" appears 19 times in the file. 111
 Warning extension MultipleStringLiteralsExtended The String "v2-NEW" appears 6 times in the file. 155
 Warning extension MultipleStringLiteralsExtended The String "v2-REPLACED" appears 6 times in the file. 160
 Warning extension MultipleStringLiteralsExtended The String "v2-REPLACED-AGAIN" appears 5 times in the file. 172
 Warning extension MultipleStringLiteralsExtended The String "v1-if-absent" appears 2 times in the file. 181
 Warning extension MultipleStringLiteralsExtended The String "k3" appears 3 times in the file. 238
 Warning extension MultipleStringLiteralsExtended The String "v1-NEW" appears 2 times in the file. 248
 Warning extension MultipleStringLiteralsExtended The String "v3-NEW" appears 2 times in the file. 250

infinispan/core/src/test/java/org/infinispan/persistence/PreloadWithAsyncStoreTest.java

Severity Category Rule Message Line
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 33
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 34

infinispan/core/src/test/java/org/infinispan/persistence/ReplicatedSharedEvictingLoaderTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "k" appears 7 times in the file. 31
 Warning extension MultipleStringLiteralsExtended The String "v" appears 5 times in the file. 31

infinispan/core/src/test/java/org/infinispan/persistence/SharedStoreTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "key" appears 9 times in the file. 38
 Warning extension MultipleStringLiteralsExtended The String "value" appears 4 times in the file. 38
 Warning extension MultipleStringLiteralsExtended The String "write" appears 3 times in the file. 51
 Warning extension MultipleStringLiteralsExtended The String " times" appears 2 times in the file. 51
 Warning extension MultipleStringLiteralsExtended The String "delete" appears 2 times in the file. 62

infinispan/core/src/test/java/org/infinispan/persistence/SingleFileStoreParallelIterationTest.java

Severity Category Rule Message Line
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 32

infinispan/core/src/test/java/org/infinispan/persistence/UnnecessaryLoadingTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "k1" appears 7 times in the file. 76
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 5 times in the file. 76
 Warning extension MultipleStringLiteralsExtended The String "Expected 1, was " appears 4 times in the file. 83
 Warning extension MultipleStringLiteralsExtended The String "Expected 0, was " appears 7 times in the file. 84
 Warning extension MultipleStringLiteralsExtended The String "k2" appears 5 times in the file. 112
 Warning extension MultipleStringLiteralsExtended The String "v2-second" appears 5 times in the file. 113
 Warning extension MultipleStringLiteralsExtended The String "Expected 2, was " appears 3 times in the file. 127
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 132
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 139
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 141
 Warning extension MultipleStringLiteralsExtended The String "home" appears 3 times in the file. 157
 Warning extension MultipleStringLiteralsExtended The String "home-second" appears 2 times in the file. 158
 Warning extension MultipleStringLiteralsExtended The String "Newcastle Upon Tyne" appears 2 times in the file. 158
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 183

infinispan/core/src/test/java/org/infinispan/persistence/WriteSkewCacheLoaderFunctionalTest.java

Severity Category Rule Message Line
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 38
 Warning extension MultipleStringLiteralsExtended The String "For :" appears 2 times in the file. 66
 Warning extension MultipleStringLiteralsExtended The String " but was " appears 2 times in the file. 74
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 86
 Warning extension MultipleStringLiteralsExtended The String "k1" appears 4 times in the file. 88
 Warning extension MultipleStringLiteralsExtended The String "k2" appears 2 times in the file. 88
 Warning extension MultipleStringLiteralsExtended The String "k3" appears 2 times in the file. 88
 Warning extension MultipleStringLiteralsExtended The String "k4" appears 2 times in the file. 88
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 2 times in the file. 90
 Warning extension MultipleStringLiteralsExtended The String "k" appears 4 times in the file. 97
 Warning extension MultipleStringLiteralsExtended The String "v" appears 4 times in the file. 97
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 109

infinispan/core/src/test/java/org/infinispan/persistence/dummy/DummyInMemoryStore.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 43
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 45
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 50
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 54
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 70
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 74
 Warning extension MultipleStringLiteralsExtended The String "Key %s exists, but has expired. Entry is %s" appears 2 times in the file. 138
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 155
 Warning extension MoveVariableInsideIf Variable 'existingStats' can be moved inside the block at line '197' to restrict runtime creation. 196
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 207
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 237

infinispan/core/src/test/java/org/infinispan/persistence/dummy/DummyInMemoryStoreConfiguration.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 22

infinispan/core/src/test/java/org/infinispan/persistence/file/ClusterFileStoreFunctionalTest.java

Severity Category Rule Message Line
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 34
 Warning extension MultipleStringLiteralsExtended The String "a" appears 5 times in the file. 66
 Warning extension MultipleStringLiteralsExtended The String "b" appears 5 times in the file. 66
 Warning extension MultipleStringLiteralsExtended The String "Wrong value for key [a] in atomic map." appears 4 times in the file. 78

infinispan/core/src/test/java/org/infinispan/persistence/file/SingleFileStoreFunctionalTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "<cache-container default-cache=\"default\">" appears 2 times in the file. 53
 Warning extension MultipleStringLiteralsExtended The String " <local-cache name=\"default\">\n" appears 2 times in the file. 54
 Warning extension MultipleStringLiteralsExtended The String " <persistence passivation=\"false\"> \n" appears 2 times in the file. 55
 Warning extension MultipleStringLiteralsExtended The String " </persistence>\n" appears 2 times in the file. 57
 Warning extension MultipleStringLiteralsExtended The String " </local-cache>\n" appears 2 times in the file. 58
 Warning extension MultipleStringLiteralsExtended The String "</cache-container>" appears 2 times in the file. 59
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 4 times in the file. 66
 Warning extension MultipleStringLiteralsExtended The String "Infinispan-SingleFileStore" appears 2 times in the file. 69
 Warning extension MultipleStringLiteralsExtended The String "other-location" appears 2 times in the file. 94

infinispan/core/src/test/java/org/infinispan/persistence/file/SingleFileStoreStressTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 70
 Warning extension MultipleStringLiteralsExtended The String "key" appears 7 times in the file. 72
 Warning extension MultipleStringLiteralsExtended The String "_value_" appears 7 times in the file. 73
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 113
 Warning extension MultipleStringLiteralsExtended The String ".dat" appears 4 times in the file. 154
 Warning extension MultipleStringLiteralsExtended The String "_" appears 3 times in the file. 162
 Warning extension MultipleStringLiteralsExtended The String "123456789_" appears 4 times in the file. 162
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 194
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 211
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 268
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 269
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 283
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 372
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 377
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 396
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 428
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 465

infinispan/core/src/test/java/org/infinispan/persistence/keymappers/DefaultTwoWayKey2StringMapperTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "k1" appears 2 times in the file. 11
 Warning extension MultipleStringLiteralsExtended The String "mircea" appears 2 times in the file. 66

infinispan/core/src/test/java/org/infinispan/persistence/support/AsyncStoreEvictionTest.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 46
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 46
 Warning extension UselessSuperCtorCall Redundant super constructor call could be removed. Class 'LockableStore' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. 73
 Warning extension MultipleStringLiteralsExtended The String "k1" appears 22 times in the file. 122
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 10 times in the file. 122
 Warning extension MultipleStringLiteralsExtended The String "k2" appears 8 times in the file. 123
 Warning extension MultipleStringLiteralsExtended The String "v2" appears 7 times in the file. 123
 Warning extension MultipleStringLiteralsExtended The String "k3" appears 5 times in the file. 125
 Warning extension MultipleStringLiteralsExtended The String "v3" appears 5 times in the file. 125
 Warning extension MultipleStringLiteralsExtended The String "k4" appears 3 times in the file. 126
 Warning extension MultipleStringLiteralsExtended The String "v4" appears 4 times in the file. 126
 Warning extension MultipleStringLiteralsExtended The String ")" appears 3 times in the file. 128
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 201
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 257
 Warning extension MultipleStringLiteralsExtended The String "cache size must be 0" appears 2 times in the file. 269

infinispan/core/src/test/java/org/infinispan/persistence/support/AsyncStoreFunctionalTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 4 times in the file. 73
 Warning extension MultipleStringLiteralsExtended The String "v2" appears 3 times in the file. 76
 Warning extension MultipleStringLiteralsExtended The String "Wait for async store to lock keys" appears 2 times in the file. 81
 Warning extension MultipleStringLiteralsExtended The String "skip" appears 3 times in the file. 166

infinispan/core/src/test/java/org/infinispan/persistence/support/AsyncStoreTest.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Error' is not allowed. 154
 Warning extension IllegalCatchExtended Catching 'Error' is not allowed. 193
 Warning extension MultipleStringLiteralsExtended The String "v2" appears 2 times in the file. 264
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 334
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 410
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 444
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 444
 Warning extension UselessSuperCtorCall Redundant super constructor call could be removed. Class 'LockableStore' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. 472
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 526
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 554
 Warning extension MultipleStringLiteralsExtended The String "X" appears 8 times in the file. 573
 Warning extension MultipleStringLiteralsExtended The String "1" appears 4 times in the file. 573
 Warning extension MultipleStringLiteralsExtended The String "Y" appears 3 times in the file. 574
 Warning extension MultipleStringLiteralsExtended The String "2" appears 3 times in the file. 583

infinispan/core/src/test/java/org/infinispan/persistence/support/BatchAsyncStoreTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 27
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 89
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 93

infinispan/core/src/test/java/org/infinispan/persistence/support/SingletonStoreTest.java

Severity Category Rule Message Line
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 39
 Warning extension MultipleStringLiteralsExtended The String "pushing" appears 4 times in the file. 52
 Warning extension MultipleStringLiteralsExtended The String "nonPushing" appears 4 times in the file. 58
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 76
 Warning extension MultipleStringLiteralsExtended The String "key" appears 5 times in the file. 104
 Warning extension MultipleStringLiteralsExtended The String "value" appears 3 times in the file. 104
 Warning extension MultipleStringLiteralsExtended The String "key4" appears 3 times in the file. 126
 Warning extension MultipleStringLiteralsExtended The String "value4" appears 2 times in the file. 126
 Warning extension MultipleStringLiteralsExtended The String "key5" appears 3 times in the file. 127
 Warning extension MultipleStringLiteralsExtended The String "value5" appears 2 times in the file. 127
 Warning extension MultipleStringLiteralsExtended The String "key6" appears 2 times in the file. 138
 Warning extension MultipleStringLiteralsExtended The String "value6" appears 2 times in the file. 138
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 145
 Warning extension MultipleStringLiteralsExtended The String "h-key" appears 2 times in the file. 181
 Warning extension MultipleStringLiteralsExtended The String "h-value" appears 2 times in the file. 181
 Warning extension MultipleStringLiteralsExtended The String "i-key" appears 2 times in the file. 182
 Warning extension MultipleStringLiteralsExtended The String "i-value" appears 2 times in the file. 182
 Warning extension MultipleStringLiteralsExtended The String "aaa-key" appears 2 times in the file. 199
 Warning extension MultipleStringLiteralsExtended The String "aaa-value" appears 2 times in the file. 199
 Warning extension AvoidHidingCauseException Cause exception 'expected' was lost. 248

infinispan/core/src/test/java/org/infinispan/profiling/DeadlockDetectionPerformanceTest.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 51
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 53
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 55
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 57
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 59
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 61
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 63
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 129
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 132
 Warning extension MultipleStringLiteralsExtended The String "test" appears 4 times in the file. 137
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 162
 Warning extension MultipleStringLiteralsExtended The String "Use DDL? " appears 2 times in the file. 184
 Warning extension MultipleStringLiteralsExtended The String " TX_SIZE = " appears 2 times in the file. 184
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 228
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 251

infinispan/core/src/test/java/org/infinispan/profiling/MemConsumptionTest.java

Severity Category Rule Message Line
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 18
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around identifier 'runNumber'. 74

infinispan/core/src/test/java/org/infinispan/profiling/ProfileTest.java

Severity Category Rule Message Line
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 29
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 37
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 38
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around identifier 'totalNanos'. 206
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around return value. 212
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 212
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 228
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 254
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 286
 Warning extension MultipleStringLiteralsExtended The String "Duration: " appears 2 times in the file. 287

infinispan/core/src/test/java/org/infinispan/profiling/TestProfileSlave.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 55

infinispan/core/src/test/java/org/infinispan/registry/ClusterRegistryFunctionalTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "k1" appears 26 times in the file. 54
 Warning extension MultipleStringLiteralsExtended The String "k2" appears 8 times in the file. 55
 Warning extension MultipleStringLiteralsExtended The String "k3" appears 5 times in the file. 56
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 65
 Warning extension MultipleStringLiteralsExtended The String "noSuchScope" appears 2 times in the file. 65
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 66
 Warning extension MultipleStringLiteralsExtended The String "noSuchKey" appears 2 times in the file. 69
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 78
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 79
 Warning extension MultipleStringLiteralsExtended The String "s1" appears 6 times in the file. 83
 Warning extension MultipleStringLiteralsExtended The String "s2" appears 4 times in the file. 84
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 105
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 118
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 129
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 130
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 131
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 135
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 2 times in the file. 185
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 205

infinispan/core/src/test/java/org/infinispan/registry/ClusterRegistryWithTopologyChangeTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "s1" appears 5 times in the file. 33
 Warning extension MultipleStringLiteralsExtended The String "k1" appears 4 times in the file. 33
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 4 times in the file. 33
 Warning extension MultipleStringLiteralsExtended The String "k2" appears 4 times in the file. 34
 Warning extension MultipleStringLiteralsExtended The String "v2" appears 4 times in the file. 34
 Warning extension MultipleStringLiteralsExtended The String "s2" appears 4 times in the file. 35
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 54

infinispan/core/src/test/java/org/infinispan/registry/NulKeyValuesNotAllowedTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "s1" appears 4 times in the file. 30
 Warning extension MultipleStringLiteralsExtended The String "k1" appears 4 times in the file. 30
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 4 times in the file. 30
 Warning extension MultipleStringLiteralsExtended The String "k2" appears 4 times in the file. 31
 Warning extension MultipleStringLiteralsExtended The String "v2" appears 4 times in the file. 31
 Warning extension MultipleStringLiteralsExtended The String "s2" appears 4 times in the file. 32
 Warning extension MultipleStringLiteralsExtended The String "s" appears 3 times in the file. 42
 Warning extension MultipleStringLiteralsExtended The String "k" appears 3 times in the file. 42
 Warning extension MultipleStringLiteralsExtended The String "v" appears 2 times in the file. 47

infinispan/core/src/test/java/org/infinispan/remoting/AsynchronousInvocationTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "key" appears 4 times in the file. 103
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 130
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 131
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 132
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 133
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 134
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 136
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 137
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 138
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 139
 Warning extension MultipleStringLiteralsExtended The String "Don't test " appears 2 times in the file. 168
 Warning extension MultipleStringLiteralsExtended The String ". it is not Serializable" appears 2 times in the file. 168
 Warning extension MultipleStringLiteralsExtended The String "Command " appears 2 times in the file. 174
 Warning extension MultipleStringLiteralsExtended The String " dispatched wrongly." appears 2 times in the file. 174
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 190

infinispan/core/src/test/java/org/infinispan/remoting/MessageSentToLeaverTest.java

Severity Category Rule Message Line
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 32
 Warning extension MultipleStringLiteralsExtended The String "k" appears 2 times in the file. 49

infinispan/core/src/test/java/org/infinispan/remoting/NonExistentCacheTest.java

Severity Category Rule Message Line
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 31
 Warning extension MultipleStringLiteralsExtended The String "k" appears 5 times in the file. 39
 Warning extension MultipleStringLiteralsExtended The String "v" appears 5 times in the file. 39
 Warning extension MultipleStringLiteralsExtended The String "newCache" appears 3 times in the file. 43

infinispan/core/src/test/java/org/infinispan/remoting/SingleClusterMemberTransportInvokeTest.java

Severity Category Rule Message Line
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 22
 Warning extension MultipleStringLiteralsExtended The String "replSync" appears 2 times in the file. 27
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 37

infinispan/core/src/test/java/org/infinispan/remoting/TransportSenderExceptionHandlingTest.java

Severity Category Rule Message Line
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 30
 Warning extension MultipleStringLiteralsExtended The String "replSync" appears 8 times in the file. 34
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 54
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 104
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 106
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 122
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 124

infinispan/core/src/test/java/org/infinispan/remoting/jgroups/ChannelLookupTest.java

Severity Category Rule Message Line
 Warning extension EmptyPublicCtorInClass This empty public constructor is useless. 66

infinispan/core/src/test/java/org/infinispan/remoting/jgroups/MissingRpcDispatcherTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "k1" appears 5 times in the file. 51
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 3 times in the file. 51
 Warning extension MultipleStringLiteralsExtended The String "k2" appears 5 times in the file. 59
 Warning extension MultipleStringLiteralsExtended The String "v2" appears 3 times in the file. 59
 Warning extension MultipleStringLiteralsExtended The String "v1_2" appears 2 times in the file. 72
 Warning extension MultipleStringLiteralsExtended The String "v2_2" appears 2 times in the file. 73
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 92

infinispan/core/src/test/java/org/infinispan/remoting/jgroups/NonExistingJGroupsConfigTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "<jgroups>\n" appears 2 times in the file. 22
 Warning extension MultipleStringLiteralsExtended The String "</jgroups>\n" appears 2 times in the file. 24
 Warning extension MultipleStringLiteralsExtended The String "<cache-container default-cache=\"default\">" appears 2 times in the file. 25
 Warning extension MultipleStringLiteralsExtended The String " <transport stack=\"dummy\" cluster=\"demoCluster\" />\n" appears 2 times in the file. 27
 Warning extension MultipleStringLiteralsExtended The String " <replicated-cache name=\"default\" />\n" appears 2 times in the file. 28
 Warning extension MultipleStringLiteralsExtended The String "</cache-container>" appears 2 times in the file. 29
 Warning extension MultipleStringLiteralsExtended The String "CacheManager construction should have failed" appears 2 times in the file. 35
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 36
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 60

infinispan/core/src/test/java/org/infinispan/remoting/rpc/CustomCacheRpcCommand.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 15
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 53

infinispan/core/src/test/java/org/infinispan/remoting/rpc/CustomReplicableCommand.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 14
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 47

infinispan/core/src/test/java/org/infinispan/remoting/rpc/RpcManagerCustomReplicableCommandTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "testCache" appears 5 times in the file. 25
 Warning extension MultipleStringLiteralsExtended The String "Responses were: %s" appears 2 times in the file. 47
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 52
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 53
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 54
 Warning extension MultipleStringLiteralsExtended The String "exception!" appears 4 times in the file. 64
 Warning extension MultipleStringLiteralsExtended The String "Expected RemoteException not thrown" appears 2 times in the file. 68
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 70
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 72
 Warning extension MultipleStringLiteralsExtended The String "Expected exception not thrown but instead we got : " appears 2 times in the file. 73
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 90
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 91
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 92
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 108
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 110

infinispan/core/src/test/java/org/infinispan/remoting/rpc/SleepingCacheRpcCommand.java

Severity Category Rule Message Line
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 41

infinispan/core/src/test/java/org/infinispan/remoting/rpc/TestModuleCommandExtensions.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 23
 Warning extension MultipleStringLiteralsExtended The String "Not registered to handle command id " appears 2 times in the file. 38

infinispan/core/src/test/java/org/infinispan/remoting/transport/ControlledTransport.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 108

infinispan/core/src/test/java/org/infinispan/replication/AsyncAPINonTxSyncReplTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String ", " appears 2 times in the file. 148
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around expression. 201
 Warning extension MultipleStringLiteralsExtended The String " and got " appears 2 times in the file. 201
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around expression. 202

infinispan/core/src/test/java/org/infinispan/replication/AsyncAPITxSyncReplTest.java

Severity Category Rule Message Line
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around expression. 45
 Warning extension MultipleStringLiteralsExtended The String " and got " appears 2 times in the file. 45
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around expression. 46

infinispan/core/src/test/java/org/infinispan/replication/AsyncReplTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "asyncRepl" appears 7 times in the file. 20
 Warning extension MultipleStringLiteralsExtended The String "key" appears 3 times in the file. 27
 Warning extension MultipleStringLiteralsExtended The String "value1" appears 7 times in the file. 30
 Warning extension MultipleStringLiteralsExtended The String "value2" appears 11 times in the file. 37
 Warning extension MultipleStringLiteralsExtended The String "value3" appears 3 times in the file. 74

infinispan/core/src/test/java/org/infinispan/replication/BaseReplicatedAPITest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "replication" appears 17 times in the file. 28
 Warning extension MultipleStringLiteralsExtended The String "key" appears 78 times in the file. 35
 Warning extension MultipleStringLiteralsExtended The String "value" appears 17 times in the file. 39
 Warning extension MultipleStringLiteralsExtended The String "key2" appears 3 times in the file. 46
 Warning extension MultipleStringLiteralsExtended The String "value2" appears 18 times in the file. 46
 Warning extension MultipleStringLiteralsExtended The String "key3" appears 3 times in the file. 47
 Warning extension MultipleStringLiteralsExtended The String "value3" appears 6 times in the file. 47
 Warning extension MultipleStringLiteralsExtended The String "valueOld" appears 4 times in the file. 91
 Warning extension MultipleStringLiteralsExtended The String "value1" appears 17 times in the file. 116
 Warning extension MultipleStringLiteralsExtended The String "Should not remove" appears 2 times in the file. 123
 Warning extension MultipleStringLiteralsExtended The String "valueN" appears 4 times in the file. 162

infinispan/core/src/test/java/org/infinispan/replication/FlagsReplicationTest.java

Severity Category Rule Message Line
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 58
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 70
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 107
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 128

infinispan/core/src/test/java/org/infinispan/replication/ForceSyncAsyncFlagsTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "replSync" appears 3 times in the file. 42
 Warning extension MultipleStringLiteralsExtended The String "k" appears 4 times in the file. 54
 Warning extension MultipleStringLiteralsExtended The String "v" appears 4 times in the file. 54
 Warning extension MultipleStringLiteralsExtended The String "replAsync" appears 3 times in the file. 71

infinispan/core/src/test/java/org/infinispan/replication/InvokeRemotelyInFutureTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "futureRepl" appears 2 times in the file. 24
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 41

infinispan/core/src/test/java/org/infinispan/replication/ReplicationExceptionTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "syncReplCache" appears 9 times in the file. 37
 Warning extension MultipleStringLiteralsExtended The String "syncReplCacheNoTx" appears 2 times in the file. 44
 Warning extension MultipleStringLiteralsExtended The String "asyncReplCacheNoTx" appears 2 times in the file. 50
 Warning extension MultipleStringLiteralsExtended The String "replQueueCache" appears 2 times in the file. 57
 Warning extension MultipleStringLiteralsExtended The String "asyncMarshallCache" appears 2 times in the file. 63
 Warning extension MultipleStringLiteralsExtended The String "test" appears 4 times in the file. 94
 Warning extension MultipleStringLiteralsExtended The String "NonSerializableData should not be null on cache2" appears 2 times in the file. 96
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 123
 Warning extension MultipleStringLiteralsExtended The String "v" appears 2 times in the file. 147
 Warning extension MultipleStringLiteralsExtended The String "block" appears 3 times in the file. 161

infinispan/core/src/test/java/org/infinispan/replication/ReplicationQueueTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "replQueue" appears 4 times in the file. 43
 Warning extension MultipleStringLiteralsExtended The String "key" appears 15 times in the file. 69
 Warning extension MultipleStringLiteralsExtended The String "value" appears 11 times in the file. 69
 Warning extension MultipleStringLiteralsExtended The String "foo" appears 5 times in the file. 199
 Warning extension MultipleStringLiteralsExtended The String "sub-key" appears 3 times in the file. 200
 Warning extension MultipleStringLiteralsExtended The String "sub-value" appears 2 times in the file. 200

infinispan/core/src/test/java/org/infinispan/replication/SyncCacheListenerTest.java

Severity Category Rule Message Line
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 35
 Warning extension MultipleStringLiteralsExtended The String "age" appears 20 times in the file. 60
 Warning extension MultipleStringLiteralsExtended The String "age on cache2 must be null as the TX has not yet been committed" appears 2 times in the file. 63
 Warning extension MultipleStringLiteralsExtended The String "\"age\" obtained from cache2 must be non-null " appears 5 times in the file. 69
 Warning extension MultipleStringLiteralsExtended The String "\"age\" must be 38" appears 5 times in the file. 70
 Warning extension MultipleStringLiteralsExtended The String "key" appears 2 times in the file. 102
 Warning extension MultipleStringLiteralsExtended The String "value" appears 2 times in the file. 102
 Warning extension MultipleStringLiteralsExtended The String "name" appears 2 times in the file. 117
 Warning extension MultipleStringLiteralsExtended The String "Ben" appears 2 times in the file. 117
 Warning extension MultipleStringLiteralsExtended The String "age on cache1 must be not be null" appears 2 times in the file. 124
 Warning extension MultipleStringLiteralsExtended The String "lock info is " appears 3 times in the file. 139
 Warning extension MultipleStringLiteralsExtended The String "Callback got event " appears 2 times in the file. 190

infinispan/core/src/test/java/org/infinispan/replication/SyncReplLockingTest.java

Severity Category Rule Message Line
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 31
 Warning extension MultipleStringLiteralsExtended The String "testcache" appears 15 times in the file. 46
 Warning extension MultipleStringLiteralsExtended The String "Should only be 2 caches in the cluster!!!" appears 4 times in the file. 70
 Warning extension MultipleStringLiteralsExtended The String "Should be null" appears 8 times in the file. 72
 Warning extension MultipleStringLiteralsExtended The String "JBC" appears 2 times in the file. 144
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 154
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 158
 Warning extension MultipleStringLiteralsExtended The String "Infinispan" appears 2 times in the file. 166

infinispan/core/src/test/java/org/infinispan/replication/SyncReplPessimisticLockingTest.java

Severity Category Rule Message Line
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 37
 Warning extension MultipleStringLiteralsExtended The String "testcache" appears 41 times in the file. 52
 Warning extension MultipleStringLiteralsExtended The String "Should only be 2 caches in the cluster!!!" appears 3 times in the file. 61
 Warning extension MultipleStringLiteralsExtended The String "Should be null" appears 6 times in the file. 64
 Warning extension MultipleStringLiteralsExtended The String "Vladimir" appears 2 times in the file. 92
 Warning extension MultipleStringLiteralsExtended The String "Infinispan" appears 2 times in the file. 115
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 130
 Warning extension MultipleStringLiteralsExtended The String "k" appears 14 times in the file. 161
 Warning extension MultipleStringLiteralsExtended The String "v" appears 5 times in the file. 161
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 223
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 225
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 231
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 232

infinispan/core/src/test/java/org/infinispan/replication/SyncReplTest.java

Severity Category Rule Message Line
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 34
 Warning extension MultipleStringLiteralsExtended The String "replSync" appears 10 times in the file. 39
 Warning extension MultipleStringLiteralsExtended The String "Should only be 2 caches in the cluster!!!" appears 3 times in the file. 46
 Warning extension MultipleStringLiteralsExtended The String "Should be null" appears 2 times in the file. 48
 Warning extension MultipleStringLiteralsExtended The String "newCache" appears 4 times in the file. 70
 Warning extension MultipleStringLiteralsExtended The String "value2" appears 6 times in the file. 84
 Warning extension MultipleStringLiteralsExtended The String "newCache2" appears 4 times in the file. 106
 Warning extension MultipleStringLiteralsExtended The String "asyncCache" appears 4 times in the file. 143
 Warning extension MultipleStringLiteralsExtended The String "k" appears 2 times in the file. 157
 Warning extension MultipleStringLiteralsExtended The String "v" appears 2 times in the file. 157

infinispan/core/src/test/java/org/infinispan/security/CacheAuthorizationTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 94
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 128
 Warning extension MultipleStringLiteralsExtended The String "Unexpected SecurityException while invoking %s with permission %s" appears 2 times in the file. 140

infinispan/core/src/test/java/org/infinispan/security/ClusterRoleMapperTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "admin" appears 5 times in the file. 22
 Warning extension MultipleStringLiteralsExtended The String "A" appears 2 times in the file. 23
 Warning extension MultipleStringLiteralsExtended The String "B" appears 2 times in the file. 24
 Warning extension MultipleStringLiteralsExtended The String "reader" appears 3 times in the file. 36
 Warning extension MultipleStringLiteralsExtended The String "writer" appears 3 times in the file. 37
 Warning extension MultipleStringLiteralsExtended The String "key" appears 2 times in the file. 62
 Warning extension MultipleStringLiteralsExtended The String "value" appears 2 times in the file. 62

infinispan/core/src/test/java/org/infinispan/security/ClusteredSecureCacheTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "admin" appears 3 times in the file. 23
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 62
 Warning extension MultipleStringLiteralsExtended The String "a" appears 4 times in the file. 77
 Warning extension MultipleStringLiteralsExtended The String "b" appears 4 times in the file. 78

infinispan/core/src/test/java/org/infinispan/security/CustomAuditLoggerTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "key" appears 3 times in the file. 85
 Warning extension MultipleStringLiteralsExtended The String "value" appears 2 times in the file. 85
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 145

infinispan/core/src/test/java/org/infinispan/security/SecureCacheTestDriver.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "a" appears 95 times in the file. 89
 Warning extension MultipleStringLiteralsExtended The String "b" appears 7 times in the file. 207
 Warning extension MultipleStringLiteralsExtended The String "deltakey" appears 2 times in the file. 479
 Warning extension MultipleStringLiteralsExtended The String "someGroup" appears 2 times in the file. 641

infinispan/core/src/test/java/org/infinispan/security/SecureListenerTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "admin" appears 3 times in the file. 26
 Warning extension MultipleStringLiteralsExtended The String "listener" appears 4 times in the file. 27

infinispan/core/src/test/java/org/infinispan/security/SecurityXmlFileParsingTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "admin" appears 2 times in the file. 24
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 36
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 39
 Warning extension MultipleStringLiteralsExtended The String "supervisor" appears 2 times in the file. 39
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 40
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 43

infinispan/core/src/test/java/org/infinispan/statetransfer/BaseOperationsDuringStateTransferTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "myKey" appears 14 times in the file. 85
 Warning extension MultipleStringLiteralsExtended The String "myValue" appears 8 times in the file. 85
 Warning extension MultipleStringLiteralsExtended The String "Adding a new node .." appears 4 times in the file. 110
 Warning extension MultipleStringLiteralsExtended The String "Added a new node" appears 4 times in the file. 112
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 117
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 118
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 119
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 122
 Warning extension MultipleStringLiteralsExtended The String "PUT failed: %s" appears 2 times in the file. 131
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 144
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 199
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 200
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 201
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 204
 Warning extension MultipleStringLiteralsExtended The String "newValue" appears 6 times in the file. 211
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 226
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 281
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 282
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 283
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 286
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 308
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 375
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 383

infinispan/core/src/test/java/org/infinispan/statetransfer/BigObject.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 5

infinispan/core/src/test/java/org/infinispan/statetransfer/ClusterTopologyManagerTest.java

Severity Category Rule Message Line
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 45
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 46
 Warning extension MultipleStringLiteralsExtended The String "cache2" appears 8 times in the file. 66
 Warning extension MultipleStringLiteralsExtended The String "cache3" appears 6 times in the file. 68
 Warning extension MultipleStringLiteralsExtended The String "cache4" appears 6 times in the file. 70
 Warning extension MultipleStringLiteralsExtended The String "cache5" appears 8 times in the file. 72
 Warning extension MultipleStringLiteralsExtended The String "Killing coordinator via discard" appears 2 times in the file. 76
 Warning extension MultipleStringLiteralsExtended The String "Recovery took %s" appears 3 times in the file. 92
 Warning extension MultipleStringLiteralsExtended The String "Recovery took too long: " appears 3 times in the file. 93
 Warning extension MultipleStringLiteralsExtended The String "Splitting the cluster in three" appears 3 times in the file. 138
 Warning extension MultipleStringLiteralsExtended The String "Merging the cluster partitions" appears 3 times in the file. 152
 Warning extension MultipleStringLiteralsExtended The String "Merge took %s" appears 3 times in the file. 163
 Warning extension MultipleStringLiteralsExtended The String "Merge took too long: " appears 3 times in the file. 164
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 216
 Warning extension MultipleStringLiteralsExtended The String "rebalance_" appears 2 times in the file. 259
 Warning extension MultipleStringLiteralsExtended The String "merge" appears 2 times in the file. 274
 Warning extension MultipleStringLiteralsExtended The String "GET_STATUS_" appears 4 times in the file. 326
 Warning extension MultipleStringLiteralsExtended The String "Blocking the GET_STATUS command on the new coordinator" appears 2 times in the file. 327
 Warning extension MultipleStringLiteralsExtended The String "3 left" appears 4 times in the file. 328
 Warning extension MultipleStringLiteralsExtended The String "Discarding CH update command %s" appears 2 times in the file. 337
 Warning extension MultipleStringLiteralsExtended The String "Discarding rebalance command %s" appears 2 times in the file. 349
 Warning extension MultipleStringLiteralsExtended The String "Killing coordinator" appears 2 times in the file. 359
 Warning extension MultipleStringLiteralsExtended The String "GET_TRANSACTIONS" appears 2 times in the file. 455
 Warning extension MultipleStringLiteralsExtended The String "LEAVE" appears 2 times in the file. 457

infinispan/core/src/test/java/org/infinispan/statetransfer/CommitTimeoutTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "tx1" appears 2 times in the file. 68
 Warning extension MultipleStringLiteralsExtended The String "tx1:begin" appears 4 times in the file. 68
 Warning extension MultipleStringLiteralsExtended The String "tx1:block_commit_on_backup" appears 4 times in the file. 68
 Warning extension MultipleStringLiteralsExtended The String "tx1:after_rollback_on_primary" appears 4 times in the file. 68
 Warning extension MultipleStringLiteralsExtended The String "tx1:after_rollback_on_backup" appears 5 times in the file. 69
 Warning extension MultipleStringLiteralsExtended The String "tx1:resume_commit_on_backup" appears 5 times in the file. 69
 Warning extension MultipleStringLiteralsExtended The String "tx1:after_commit_on_backup" appears 4 times in the file. 69
 Warning extension MultipleStringLiteralsExtended The String "tx1:check" appears 4 times in the file. 69
 Warning extension MultipleStringLiteralsExtended The String "tx2:begin" appears 3 times in the file. 70
 Warning extension MultipleStringLiteralsExtended The String "tx2:end" appears 3 times in the file. 70
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 99
 Warning extension MultipleStringLiteralsExtended The String "tx1:block_rollback_on_backup" appears 2 times in the file. 130
 Warning extension MultipleStringLiteralsExtended The String "tx1:resume_rollback_on_backup" appears 3 times in the file. 131
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 151
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 167

infinispan/core/src/test/java/org/infinispan/statetransfer/ConcurrentStartTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "repl" appears 6 times in the file. 95
 Warning extension MultipleStringLiteralsExtended The String "dist" appears 6 times in the file. 96
 Warning extension MultipleStringLiteralsExtended The String "blocked_" appears 3 times in the file. 106
 Warning extension MultipleStringLiteralsExtended The String "unblocked_" appears 3 times in the file. 110
 Warning extension MultipleStringLiteralsExtended The String "key" appears 4 times in the file. 122
 Warning extension MultipleStringLiteralsExtended The String "value" appears 4 times in the file. 122
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 168

infinispan/core/src/test/java/org/infinispan/statetransfer/DataRehashedEventTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 56
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 62
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 78
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 84
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 99
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 105
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 136

infinispan/core/src/test/java/org/infinispan/statetransfer/DistStateTransferOnJoinConsistencyTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "before_st_" appears 5 times in the file. 133
 Warning extension MultipleStringLiteralsExtended The String "after_st_" appears 5 times in the file. 195
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 198
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 207
 Warning extension MultipleStringLiteralsExtended The String "Did not find the expected value on cache " appears 2 times in the file. 259

infinispan/core/src/test/java/org/infinispan/statetransfer/DistStateTransferOnLeaveConsistencyTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "before_st_" appears 7 times in the file. 131
 Warning extension MultipleStringLiteralsExtended The String "after_st_" appears 6 times in the file. 213
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 216
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 225
 Warning extension MultipleStringLiteralsExtended The String "Wrong number of owners" appears 2 times in the file. 265

infinispan/core/src/test/java/org/infinispan/statetransfer/InitialStateTransferCompletionTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "k" appears 2 times in the file. 61
 Warning extension MultipleStringLiteralsExtended The String "v" appears 2 times in the file. 61
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 97
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 107

infinispan/core/src/test/java/org/infinispan/statetransfer/ManyTxsDuringStateTransferTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "post_get_transactions_" appears 2 times in the file. 77
 Warning extension MultipleStringLiteralsExtended The String "_from_" appears 4 times in the file. 77
 Warning extension MultipleStringLiteralsExtended The String "resume_get_transactions_" appears 2 times in the file. 78
 Warning extension MultipleStringLiteralsExtended The String "testkey" appears 3 times in the file. 100
 Warning extension MultipleStringLiteralsExtended The String "v" appears 3 times in the file. 100

infinispan/core/src/test/java/org/infinispan/statetransfer/MergeDuringReplaceTest.java

Severity Category Rule Message Line
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 47
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 58

infinispan/core/src/test/java/org/infinispan/statetransfer/MergeOrViewChangeListener.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 26
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 29

infinispan/core/src/test/java/org/infinispan/statetransfer/NonTxStateTransferInvalidationTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 57
 Warning extension MultipleStringLiteralsExtended The String "sending_join_response" appears 2 times in the file. 99
 Warning extension MultipleStringLiteralsExtended The String "resume_join_response" appears 2 times in the file. 110

infinispan/core/src/test/java/org/infinispan/statetransfer/OrphanTransactionsCleanupTest.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 24

infinispan/core/src/test/java/org/infinispan/statetransfer/PrepareTimeoutTest.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 42
 Warning extension MultipleStringLiteralsExtended The String "main:start" appears 4 times in the file. 69
 Warning extension MultipleStringLiteralsExtended The String "main:check" appears 4 times in the file. 69
 Warning extension MultipleStringLiteralsExtended The String "primary:block_prepare" appears 3 times in the file. 70
 Warning extension MultipleStringLiteralsExtended The String "primary:after_rollback" appears 2 times in the file. 70
 Warning extension MultipleStringLiteralsExtended The String "primary:resume_prepare" appears 2 times in the file. 70
 Warning extension MultipleStringLiteralsExtended The String "primary:after_prepare" appears 3 times in the file. 71
 Warning extension MultipleStringLiteralsExtended The String "backup:block_prepare" appears 3 times in the file. 72
 Warning extension MultipleStringLiteralsExtended The String "backup:after_rollback" appears 2 times in the file. 72
 Warning extension MultipleStringLiteralsExtended The String "backup:resume_prepare" appears 2 times in the file. 72
 Warning extension MultipleStringLiteralsExtended The String "backup:after_prepare" appears 3 times in the file. 73
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 103
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 115
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 116
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 121
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 123
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 124

infinispan/core/src/test/java/org/infinispan/statetransfer/RebalancePolicyJmxTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "r1" appears 2 times in the file. 62
 Warning extension MultipleStringLiteralsExtended The String "DefaultCacheManager" appears 4 times in the file. 68
 Warning extension MultipleStringLiteralsExtended The String "LocalTopologyManager" appears 4 times in the file. 68
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 77
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 78
 Warning extension MultipleStringLiteralsExtended The String "RebalancingEnabled" appears 14 times in the file. 78
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 82
 Warning extension MultipleStringLiteralsExtended The String "r2" appears 2 times in the file. 86
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 93
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 95
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 99
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 106
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 121
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 122
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 149
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 150

infinispan/core/src/test/java/org/infinispan/statetransfer/RemoteGetDuringStateTransferTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "Wrong cluster size." appears 11 times in the file. 100
 Warning extension MultipleStringLiteralsExtended The String "v" appears 22 times in the file. 102
 Warning extension MultipleStringLiteralsExtended The String "Wrong value from remote get." appears 11 times in the file. 123
 Warning extension MultipleStringLiteralsExtended The String "key_s4" appears 2 times in the file. 208
 Warning extension MultipleStringLiteralsExtended The String "key_s5" appears 2 times in the file. 285
 Warning extension MultipleStringLiteralsExtended The String "key_s6" appears 2 times in the file. 354
 Warning extension MultipleStringLiteralsExtended The String "key_s7" appears 2 times in the file. 433
 Warning extension MultipleStringLiteralsExtended The String "." appears 2 times in the file. 570

infinispan/core/src/test/java/org/infinispan/statetransfer/ReplCommandForwardingTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "k" appears 2 times in the file. 79
 Warning extension MultipleStringLiteralsExtended The String "v" appears 2 times in the file. 79
 Warning extension MultipleStringLiteralsExtended The String "Forwarding the prepare command from %s" appears 3 times in the file. 158
 Warning extension MultipleStringLiteralsExtended The String "blocked_" appears 4 times in the file. 236
 Warning extension MultipleStringLiteralsExtended The String "_on_" appears 6 times in the file. 236
 Warning extension MultipleStringLiteralsExtended The String "resume_" appears 2 times in the file. 243

infinispan/core/src/test/java/org/infinispan/statetransfer/ReplCommandRetryTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "k" appears 2 times in the file. 85
 Warning extension MultipleStringLiteralsExtended The String "v" appears 2 times in the file. 85
 Warning extension MultipleStringLiteralsExtended The String "blocked_" appears 4 times in the file. 261
 Warning extension MultipleStringLiteralsExtended The String "_on_" appears 6 times in the file. 261
 Warning extension MultipleStringLiteralsExtended The String "resume_" appears 2 times in the file. 268

infinispan/core/src/test/java/org/infinispan/statetransfer/StaleLocksWithCommitDuringStateTransferTest.java

Severity Category Rule Message Line
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 30
 Warning extension MultipleStringLiteralsExtended The String "k1" appears 2 times in the file. 66
 Warning extension MultipleStringLiteralsExtended The String "k2" appears 2 times in the file. 67
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 2 times in the file. 70
 Warning extension MultipleStringLiteralsExtended The String "v2" appears 2 times in the file. 71
 Warning extension MultipleStringLiteralsExtended The String "RehasherSim,StaleLocksWithCommitDuringStateTransferTest" appears 2 times in the file. 82
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 102

infinispan/core/src/test/java/org/infinispan/statetransfer/StaleLocksWithLockOnlyTxDuringStateTransferTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "st:block_get_transactions" appears 3 times in the file. 48
 Warning extension MultipleStringLiteralsExtended The String "st:resume_get_transactions" appears 3 times in the file. 48
 Warning extension MultipleStringLiteralsExtended The String "st:block_ch_update_on_0" appears 2 times in the file. 49
 Warning extension MultipleStringLiteralsExtended The String "st:block_ch_update_on_1" appears 3 times in the file. 49
 Warning extension MultipleStringLiteralsExtended The String "st:resume_ch_update_on_0" appears 3 times in the file. 49
 Warning extension MultipleStringLiteralsExtended The String "st:resume_ch_update_on_1" appears 2 times in the file. 49
 Warning extension MultipleStringLiteralsExtended The String "tx:before_lock" appears 3 times in the file. 50
 Warning extension MultipleStringLiteralsExtended The String "tx:block_remote_lock" appears 3 times in the file. 50
 Warning extension MultipleStringLiteralsExtended The String "tx:resume_remote_lock" appears 3 times in the file. 50
 Warning extension MultipleStringLiteralsExtended The String "tx:after_commit" appears 3 times in the file. 50
 Warning extension MultipleStringLiteralsExtended The String "handleTopologyUpdate" appears 2 times in the file. 78

infinispan/core/src/test/java/org/infinispan/statetransfer/StaleTxWithCommitDuringStateTransferTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "post_get_transactions_" appears 2 times in the file. 92
 Warning extension MultipleStringLiteralsExtended The String "_from_" appears 4 times in the file. 92
 Warning extension MultipleStringLiteralsExtended The String "resume_get_transactions_" appears 2 times in the file. 93
 Warning extension MultipleStringLiteralsExtended The String "v0" appears 3 times in the file. 102

infinispan/core/src/test/java/org/infinispan/statetransfer/StateConsumerTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 169
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 177
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 206
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 220
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 224
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 228
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 247
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 253
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 257
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 264

infinispan/core/src/test/java/org/infinispan/statetransfer/StateProviderTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "testCache" appears 2 times in the file. 122
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 146
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 179
 Warning extension MultipleStringLiteralsExtended The String "key1" appears 2 times in the file. 180
 Warning extension MultipleStringLiteralsExtended The String "key2" appears 2 times in the file. 181
 Warning extension MultipleStringLiteralsExtended The String "value1" appears 2 times in the file. 182
 Warning extension MultipleStringLiteralsExtended The String "value2" appears 2 times in the file. 183
 Warning extension MultipleStringLiteralsExtended The String "ch1: " appears 2 times in the file. 196
 Warning extension MultipleStringLiteralsExtended The String "IllegalArgumentException expected" appears 2 times in the file. 203
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 212
 Warning extension MultipleStringLiteralsExtended The String "ch2: " appears 2 times in the file. 214
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 218
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 222
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 226
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 234
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 264
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 288
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 325
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 332
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 336
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 340

infinispan/core/src/test/java/org/infinispan/statetransfer/StateTransferCacheLoaderFunctionalTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "initialCache" appears 6 times in the file. 127

infinispan/core/src/test/java/org/infinispan/statetransfer/StateTransferDistSharedCacheLoaderFunctionalTest.java

Severity Category Rule Message Line
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 76
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 107
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 136
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 165
 Warning extension MultipleStringLiteralsExtended The String "key " appears 3 times in the file. 202
 Warning extension MultipleStringLiteralsExtended The String "value " appears 2 times in the file. 202

infinispan/core/src/test/java/org/infinispan/statetransfer/StateTransferFetchOnlyPersistentStateTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "onlyFetchPersistent" appears 4 times in the file. 26

infinispan/core/src/test/java/org/infinispan/statetransfer/StateTransferFileCacheLoaderFunctionalTest.java

Severity Category Rule Message Line
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 96
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 126
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 128
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 150
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 152
 Warning extension MultipleStringLiteralsExtended The String "delay" appears 2 times in the file. 160
 Warning extension MultipleStringLiteralsExtended The String "testConcurrentStateTransfer end - " appears 2 times in the file. 184
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 195
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 197

infinispan/core/src/test/java/org/infinispan/statetransfer/StateTransferFunctionalTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "a_d_age" appears 2 times in the file. 35
 Warning extension MultipleStringLiteralsExtended The String "test" appears 3 times in the file. 126
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 134
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 158
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 174
 Warning extension MultipleStringLiteralsExtended The String "otherCache" appears 2 times in the file. 184
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 192
 Warning extension MultipleStringLiteralsExtended The String "delay" appears 3 times in the file. 199
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 271
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 300
 Warning extension MultipleStringLiteralsExtended The String "Incorrect value for key " appears 4 times in the file. 333
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 347

infinispan/core/src/test/java/org/infinispan/statetransfer/StateTransferLargeObjectTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 70
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 71
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 72
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 73
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 104
 Warning extension MultipleStringLiteralsExtended The String "|" appears 3 times in the file. 110

infinispan/core/src/test/java/org/infinispan/statetransfer/StateTransferPessimisticTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 47

infinispan/core/src/test/java/org/infinispan/statetransfer/StateTransferReplicationQueueTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String " start" appears 3 times in the file. 77
 Warning extension MultipleStringLiteralsExtended The String "end" appears 3 times in the file. 79
 Warning extension MultipleStringLiteralsExtended The String "test" appears 3 times in the file. 144
 Warning extension MultipleStringLiteralsExtended The String "Incorrect value for key " appears 4 times in the file. 165
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 200

infinispan/core/src/test/java/org/infinispan/statetransfer/StateTransferRestartTest.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 57
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 131

infinispan/core/src/test/java/org/infinispan/statetransfer/StateTransferTestingUtil.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "a_d_age" appears 2 times in the file. 16
 Warning extension MultipleStringLiteralsExtended The String "Incorrect value for key " appears 4 times in the file. 66

infinispan/core/src/test/java/org/infinispan/statetransfer/TestKey.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 14

infinispan/core/src/test/java/org/infinispan/statetransfer/TxDuringStateTransferTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "Cache '" appears 2 times in the file. 142

infinispan/core/src/test/java/org/infinispan/statetransfer/TxReadAfterLosingOwnershipTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "key" appears 6 times in the file. 75
 Warning extension MultipleStringLiteralsExtended The String "value0" appears 2 times in the file. 75
 Warning extension MultipleStringLiteralsExtended The String "value1" appears 2 times in the file. 134
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 153

infinispan/core/src/test/java/org/infinispan/statetransfer/TxReplay2Test.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "tx:before_prepare_replay" appears 3 times in the file. 59
 Warning extension MultipleStringLiteralsExtended The String "tx:resume_prepare_replay" appears 3 times in the file. 59
 Warning extension MultipleStringLiteralsExtended The String "tx:mark_tx_completed" appears 3 times in the file. 59
 Warning extension MultipleStringLiteralsExtended The String "sim:before_extra_commit" appears 3 times in the file. 60
 Warning extension MultipleStringLiteralsExtended The String "sim:during_extra_commit" appears 3 times in the file. 60
 Warning extension MultipleStringLiteralsExtended The String "sim:after_extra_commit" appears 3 times in the file. 60
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 109
 Warning extension MultipleStringLiteralsExtended The String "Wrong number of prepares!" appears 3 times in the file. 127
 Warning extension MultipleStringLiteralsExtended The String "Wrong number of commits!" appears 3 times in the file. 128
 Warning extension MultipleStringLiteralsExtended The String "Wrong number of rollbacks!" appears 3 times in the file. 129
 Warning extension MultipleStringLiteralsExtended The String "Cache '" appears 2 times in the file. 160

infinispan/core/src/test/java/org/infinispan/statetransfer/TxReplayTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "Cache '" appears 2 times in the file. 89

infinispan/core/src/test/java/org/infinispan/statetransfer/WriteSkewDuringStateTransferTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "." appears 2 times in the file. 139
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 331
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 380

infinispan/core/src/test/java/org/infinispan/stress/AbstractWriteSkewStressTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 79
 Warning extension MultipleStringLiteralsExtended The String "Cache 1 [" appears 2 times in the file. 87
 Warning extension MultipleStringLiteralsExtended The String "] has put a duplicate value" appears 2 times in the file. 87
 Warning extension MultipleStringLiteralsExtended The String "Cache 2 [" appears 2 times in the file. 88
 Warning extension MultipleStringLiteralsExtended The String "] fina value is less than " appears 2 times in the file. 102
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 142
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 150

infinispan/core/src/test/java/org/infinispan/stress/AsyncStoreStressTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 74
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 76
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 99
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 102
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 106
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 140
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 141
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 142
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 169
 Warning extension MultipleStringLiteralsExtended The String "GET" appears 2 times in the file. 195
 Warning extension MultipleStringLiteralsExtended The String "PUT" appears 2 times in the file. 196
 Warning extension MultipleStringLiteralsExtended The String "REMOVE" appears 2 times in the file. 197
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 213
 Warning extension MultipleStringLiteralsExtended The String "worker-" appears 3 times in the file. 216
 Warning extension ReturnCountExtended Return count for 'withStore' method is 2 (max allowed is 1). 322
 Warning extension ForbidReturnInFinallyBlock Finally block should not contain return statements. 336
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 408

infinispan/core/src/test/java/org/infinispan/stress/DataContainerStressTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 48
 Warning extension LogicConditionNeedOptimization Condition with || at line 57 position 41 need optimization. All method calls are advised to move to end of logic expression. 57
 Warning extension LogicConditionNeedOptimization Condition with || at line 72 position 41 need optimization. All method calls are advised to move to end of logic expression. 72
 Warning extension LogicConditionNeedOptimization Condition with || at line 87 position 41 need optimization. All method calls are advised to move to end of logic expression. 87

infinispan/core/src/test/java/org/infinispan/stress/LargeCluster2StressTest.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 51
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 52
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 53
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 54
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 55
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 56
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 57
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 95
 Warning extension MultipleStringLiteralsExtended The String "repl-cache-" appears 4 times in the file. 121
 Warning extension MultipleStringLiteralsExtended The String "dist-cache-" appears 4 times in the file. 122
 Warning extension MultipleStringLiteralsExtended The String "-start-thread," appears 2 times in the file. 127
 Warning extension MultipleStringLiteralsExtended The String "Took too long to start the cluster" appears 2 times in the file. 160

infinispan/core/src/test/java/org/infinispan/stress/LargeClusterStressTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 60
 Warning extension MultipleStringLiteralsExtended The String "repl-cache-" appears 4 times in the file. 82
 Warning extension MultipleStringLiteralsExtended The String "dist-cache-" appears 4 times in the file. 83
 Warning extension MultipleStringLiteralsExtended The String "bla" appears 2 times in the file. 87

infinispan/core/src/test/java/org/infinispan/stress/MapStressTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 45
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 91
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 92
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 93
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 99
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 100
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 101
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 107
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 108
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 109
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 114
 Warning extension MultipleStringLiteralsExtended The String "Container %-12s " appears 3 times in the file. 160
 Warning extension MultipleStringLiteralsExtended The String "Ops/s %10.2f " appears 3 times in the file. 161
 Warning extension MultipleStringLiteralsExtended The String "Gets/s %10.2f " appears 2 times in the file. 162
 Warning extension MultipleStringLiteralsExtended The String "GET" appears 2 times in the file. 162
 Warning extension MultipleStringLiteralsExtended The String "Puts/s %10.2f " appears 2 times in the file. 163
 Warning extension MultipleStringLiteralsExtended The String "PUT" appears 2 times in the file. 163
 Warning extension MultipleStringLiteralsExtended The String "REMOVE" appears 2 times in the file. 164
 Warning extension MultipleStringLiteralsExtended The String "HitRatio %10.2f " appears 3 times in the file. 165
 Warning extension MultipleStringLiteralsExtended The String "Size %10d " appears 3 times in the file. 166
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 175
 Warning extension MultipleStringLiteralsExtended The String "stdDev %10.2f\n" appears 2 times in the file. 231
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 239
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 290
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 437

infinispan/core/src/test/java/org/infinispan/stress/PutIfAbsentStressTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 44
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 107
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 108
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 109
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 133
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 148

infinispan/core/src/test/java/org/infinispan/stress/ReplGetStressTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "repl" appears 5 times in the file. 36
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 45

infinispan/core/src/test/java/org/infinispan/test/AbstractCacheTest.java

Severity Category Rule Message Line
 Warning extension LogicConditionNeedOptimization Condition with && at line 27 position 73 need optimization. All method calls are advised to move to end of logic expression. 27
 Warning extension LogicConditionNeedOptimization Condition with && at line 34 position 71 need optimization. All method calls are advised to move to end of logic expression. 34

infinispan/core/src/test/java/org/infinispan/test/AbstractInfinispanTest.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 39
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 90
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 91
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 396
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 435

infinispan/core/src/test/java/org/infinispan/test/CherryPickClassLoader.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 27
 Warning extension MultipleStringLiteralsExtended The String " is discarded" appears 2 times in the file. 54

infinispan/core/src/test/java/org/infinispan/test/MultipleCacheManagersTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 61
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 212
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 271
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 284
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 298
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 318
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 321
 Warning extension MultipleStringLiteralsExtended The String " is not a valid cache manager address!" appears 2 times in the file. 352

infinispan/core/src/test/java/org/infinispan/test/PerCacheExecutorThread.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 26
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 31
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 38
 Warning extension MultipleStringLiteralsExtended The String "," appears 4 times in the file. 39
 Warning extension MultipleStringLiteralsExtended The String "Unexpected" appears 2 times in the file. 51
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 83
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 95
 Warning extension MultipleStringLiteralsExtended The String ", " appears 2 times in the file. 104
 Warning extension MultipleStringLiteralsExtended The String ")" appears 7 times in the file. 104
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 106
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 117
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 128
 Warning extension MultipleStringLiteralsExtended The String "Exception while executing replace(" appears 2 times in the file. 129
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 139

infinispan/core/src/test/java/org/infinispan/test/ReplListener.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 32
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 100
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 115
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 167
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 188
 Warning extension LogicConditionNeedOptimization Condition with || at line 210 position 37 need optimization. All method calls are advised to move to end of logic expression. 210
 Warning extension LogicConditionNeedOptimization Condition with || at line 219 position 34 need optimization. All method calls are advised to move to end of logic expression. 219

infinispan/core/src/test/java/org/infinispan/test/SingleCacheManagerTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "you must either cleanup after test or after method" appears 2 times in the file. 45
 Warning extension MultipleStringLiteralsExtended The String "Unexpected!" appears 3 times in the file. 47
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 67

infinispan/core/src/test/java/org/infinispan/test/TestingUtil.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 111
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 112
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 151
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 152
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 175
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 189
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 235
 Warning extension MultipleStringLiteralsExtended The String "Timed out waiting for rebalancing to complete on node %s, " appears 2 times in the file. 240
 Warning extension ReturnCountExtended Return count for 'isCacheViewComplete' method is 2 (max allowed is 1). 482
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 534
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 645
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 652
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 666
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 694
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 724
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 741
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 788
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 801
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 806
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 822
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 840
 Warning extension MultipleStringLiteralsExtended The String "componentRegistry" appears 3 times in the file. 856
 Warning extension MultipleStringLiteralsExtended The String "globalComponentRegistry" appears 3 times in the file. 862
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 978
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 980
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 987
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 989
 Warning extension MultipleStringLiteralsExtended The String " ** Cache " appears 2 times in the file. 1003
 Warning extension MultipleStringLiteralsExtended The String "]" appears 2 times in the file. 1093
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 1099
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 1108
 Warning extension MultipleStringLiteralsExtended The String "infinispan.test.tmpdir" appears 2 times in the file. 1158
 Warning extension MultipleStringLiteralsExtended The String "java.io.tmpdir" appears 2 times in the file. 1158
 Warning extension MultipleStringLiteralsExtended The String "DefaultCacheManager" appears 2 times in the file. 1207
 Warning extension MultipleStringLiteralsExtended The String ",component=" appears 2 times in the file. 1216
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 1217
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 1238
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 1253
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 1265
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 1406
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 1468

infinispan/core/src/test/java/org/infinispan/test/concurrent/CommandMatcherBuilder.java

Severity Category Rule Message Line
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around expression. 36
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around expression. 38

infinispan/core/src/test/java/org/infinispan/test/concurrent/GlobalComponentSequencerAction.java

Severity Category Rule Message Line
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 56

infinispan/core/src/test/java/org/infinispan/test/concurrent/InterceptorSequencerAction.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 75

infinispan/core/src/test/java/org/infinispan/test/concurrent/OutboundRpcSequencerAction.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 70
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 84
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 93

infinispan/core/src/test/java/org/infinispan/test/concurrent/StateSequencer.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 41
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 42
 Warning extension MultipleStringLiteralsExtended The String " already exists" appears 2 times in the file. 65
 Warning extension MultipleStringLiteralsExtended The String " < " appears 2 times in the file. 133
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 152
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 153
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 157
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 166
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 278
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 297

infinispan/core/src/test/java/org/infinispan/test/concurrent/StateSequencerTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "t" appears 4 times in the file. 23
 Warning extension MultipleStringLiteralsExtended The String "s0" appears 3 times in the file. 23
 Warning extension MultipleStringLiteralsExtended The String "s1" appears 8 times in the file. 23
 Warning extension MultipleStringLiteralsExtended The String "s2" appears 5 times in the file. 23
 Warning extension MultipleStringLiteralsExtended The String "s4" appears 2 times in the file. 53
 Warning extension MultipleStringLiteralsExtended The String "start" appears 6 times in the file. 59
 Warning extension MultipleStringLiteralsExtended The String "t1:s1" appears 5 times in the file. 60
 Warning extension MultipleStringLiteralsExtended The String "t2:s2" appears 6 times in the file. 61
 Warning extension MultipleStringLiteralsExtended The String "stop" appears 5 times in the file. 62
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 85
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 86
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 87

infinispan/core/src/test/java/org/infinispan/test/concurrent/StateSequencerUtil.java

Severity Category Rule Message Line
 Warning extension NoNullForCollectionReturn Method should return empty collection instead of null. 82
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 86

infinispan/core/src/test/java/org/infinispan/test/data/Address.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 5
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 59

infinispan/core/src/test/java/org/infinispan/test/data/Person.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 5
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 60

infinispan/core/src/test/java/org/infinispan/test/fwk/CheckPoint.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 26
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 26
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 29
 Warning extension ReturnCountExtended Return count for 'await' method is 2 (max allowed is 1). 47
 Warning extension ReturnCountExtended Return count for 'peek' method is 2 (max allowed is 1). 82

infinispan/core/src/test/java/org/infinispan/test/fwk/DebuggingUnitTestNGListener.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 27
 Warning extension IllegalCatchExtended Catching 'RuntimeException' is not allowed. 41
 Warning extension MultipleStringLiteralsExtended The String "~~~~~~~~~~~~~~~~~~~~~~~~~ TEST HEALTH INFO ~~~~~~~~~~~~~~~~~~~~~~~~~~" appears 2 times in the file. 54

infinispan/core/src/test/java/org/infinispan/test/fwk/JGroupsConfigBuilder.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 41
 Warning extension MultipleStringLiteralsExtended The String "tcp" appears 2 times in the file. 76
 Warning extension ReturnCountExtended Return count for 'getTcpConfig' method is 3 (max allowed is 1). 86
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 95
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 203
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 211
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 219
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 240

infinispan/core/src/test/java/org/infinispan/test/fwk/SuiteResourcesAndLogTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "~~~~~~~~~~~~~~~~~~~~~~~~~ ENVIRONMENT INFO ~~~~~~~~~~~~~~~~~~~~~~~~~~" appears 2 times in the file. 23

infinispan/core/src/test/java/org/infinispan/test/fwk/TEST_PING.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 50
 Warning extension MoveVariableInsideIf Variable 'discoveries' can be moved inside the block at line '64' to restrict runtime creation. 59
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 232
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 236
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 240

infinispan/core/src/test/java/org/infinispan/test/fwk/TcpMPingEnvironmentTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 37
 Warning extension MultipleStringLiteralsExtended The String "System props are " appears 2 times in the file. 50
 Warning extension MultipleStringLiteralsExtended The String "stacks/tcp_mping/tcp1.xml" appears 3 times in the file. 84
 Warning extension MultipleStringLiteralsExtended The String "stacks/tcp_mping/tcp2.xml" appears 3 times in the file. 93
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 118
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 162

infinispan/core/src/test/java/org/infinispan/test/fwk/TestCacheManagerFactory.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "infinispan-" appears 2 times in the file. 65
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 113
 Warning extension MultipleStringLiteralsExtended The String "Use TestCacheManagerFactory.createClusteredCacheManager(...) for clustered cache managers" appears 2 times in the file. 206

infinispan/core/src/test/java/org/infinispan/test/fwk/TestResourceTracker.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 47
 Warning extension AvoidHidingCauseException Cause exception 't' was lost. 49
 Warning extension MultipleStringLiteralsExtended The String "main" appears 2 times in the file. 68
 Warning extension MultipleStringLiteralsExtended The String "-" appears 2 times in the file. 121
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 178

infinispan/core/src/test/java/org/infinispan/test/fwk/TransactionSetup.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 82
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 98
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 122
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 138
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 163

infinispan/core/src/test/java/org/infinispan/test/fwk/UnitTestTestNGListener.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 22
 Warning extension MultipleStringLiteralsExtended The String "Test " appears 3 times in the file. 63
 Warning extension MultipleStringLiteralsExtended The String ", Stack trace:\n" appears 2 times in the file. 139
 Warning extension MultipleStringLiteralsExtended The String " " appears 2 times in the file. 141
 Warning extension MultipleStringLiteralsExtended The String "\n" appears 2 times in the file. 141
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 152
 Warning extension MultipleStringLiteralsExtended The String "-" appears 4 times in the file. 156

infinispan/core/src/test/java/org/infinispan/test/jndi/DummyContext.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 14
 Warning extension MultipleStringLiteralsExtended The String "NAME: " appears 2 times in the file. 73
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 526
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 544

infinispan/core/src/test/java/org/infinispan/tx/ContextAffectsTransactionReadCommittedTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 56 times in the file. 42
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 82
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 105
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 128
 Warning extension MultipleStringLiteralsExtended The String "v2" appears 30 times in the file. 139
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 176
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 199
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 222
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 282
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 283
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 307
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 308
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 332
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 333
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 383
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 407
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 431
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 474
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 475
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 498
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 499
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 522
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 523

infinispan/core/src/test/java/org/infinispan/tx/DefaultEnlistmentModeTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 34
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 35
 Warning extension MultipleStringLiteralsExtended The String "k" appears 4 times in the file. 36
 Warning extension MultipleStringLiteralsExtended The String "v" appears 4 times in the file. 36
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 47
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 48
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 61
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 62

infinispan/core/src/test/java/org/infinispan/tx/DummyTransactionTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 252
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 253
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 328
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 366
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 386
 Warning extension MultipleStringLiteralsExtended The String "induced!" appears 2 times in the file. 390

infinispan/core/src/test/java/org/infinispan/tx/DummyTxTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "test" appears 2 times in the file. 41
 Warning extension MultipleStringLiteralsExtended The String "k1" appears 4 times in the file. 55
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 2 times in the file. 55
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 107
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 124

infinispan/core/src/test/java/org/infinispan/tx/ExceptionDuringGetTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "k" appears 3 times in the file. 26
 Warning extension MultipleStringLiteralsExtended The String "v" appears 2 times in the file. 26

infinispan/core/src/test/java/org/infinispan/tx/FailureDuringPrepareTest.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 71

infinispan/core/src/test/java/org/infinispan/tx/FailureWith1PCTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "k" appears 3 times in the file. 45
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 50

infinispan/core/src/test/java/org/infinispan/tx/LargeTransactionTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "TestCache" appears 10 times in the file. 39
 Warning extension MultipleStringLiteralsExtended The String "key" appears 6 times in the file. 58
 Warning extension MultipleStringLiteralsExtended The String "value" appears 2 times in the file. 58
 Warning extension MultipleStringLiteralsExtended The String "___________ before commit" appears 2 times in the file. 59
 Warning extension MultipleStringLiteralsExtended The String "val" appears 4 times in the file. 73

infinispan/core/src/test/java/org/infinispan/tx/LocalModeTxTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "key" appears 9 times in the file. 32
 Warning extension MultipleStringLiteralsExtended The String "value" appears 6 times in the file. 32
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 34
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 37
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 45
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 50
 Warning extension MultipleStringLiteralsExtended The String "old" appears 3 times in the file. 55
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 65
 Warning extension MultipleStringLiteralsExtended The String "k1" appears 5 times in the file. 70
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 3 times in the file. 70
 Warning extension MultipleStringLiteralsExtended The String "k2" appears 3 times in the file. 71
 Warning extension MultipleStringLiteralsExtended The String "v2" appears 3 times in the file. 71
 Warning extension MultipleStringLiteralsExtended The String "v3" appears 2 times in the file. 103

infinispan/core/src/test/java/org/infinispan/tx/LockAfterNodesLeftTest.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 112

infinispan/core/src/test/java/org/infinispan/tx/LockCleanupStateTransferTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 67
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 109
 Warning extension AvoidNotShortCircuitOperatorsForBoolean Short-circuit operator should be used instead of '&='. 148
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 160
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 161
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 162

infinispan/core/src/test/java/org/infinispan/tx/MarkAsRollbackTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "k" appears 7 times in the file. 27
 Warning extension MultipleStringLiteralsExtended The String "v" appears 3 times in the file. 27
 Warning extension MultipleStringLiteralsExtended The String "Should have rolled back" appears 2 times in the file. 32
 Warning extension MultipleStringLiteralsExtended The String "There should be no transaction in scope anymore!" appears 2 times in the file. 37
 Warning extension MultipleStringLiteralsExtended The String "Expected a null but was " appears 2 times in the file. 38

infinispan/core/src/test/java/org/infinispan/tx/NoAutoCommitAndPferTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "k1" appears 2 times in the file. 21
 Warning extension MultipleStringLiteralsExtended The String "v" appears 4 times in the file. 21
 Warning extension MultipleStringLiteralsExtended The String "k2" appears 2 times in the file. 27

infinispan/core/src/test/java/org/infinispan/tx/NoRpcOnReadonlyTransactionsTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "v" appears 9 times in the file. 46
 Warning extension MultipleStringLiteralsExtended The String "a" appears 12 times in the file. 79
 Warning extension MultipleStringLiteralsExtended The String "k" appears 8 times in the file. 83
 Warning extension MultipleStringLiteralsExtended The String "v0" appears 6 times in the file. 96
 Warning extension MultipleStringLiteralsExtended The String "v2" appears 4 times in the file. 104

infinispan/core/src/test/java/org/infinispan/tx/OnePhaseXATest.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 23
 Warning extension MultipleStringLiteralsExtended The String "value" appears 3 times in the file. 32

infinispan/core/src/test/java/org/infinispan/tx/OptimisticPartialCommitTest.java

Severity Category Rule Message Line
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 48
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 48
 Warning extension MultipleStringLiteralsExtended The String "k1" appears 2 times in the file. 62
 Warning extension MultipleStringLiteralsExtended The String "k2" appears 2 times in the file. 63
 Warning extension MultipleStringLiteralsExtended The String "v1_0" appears 2 times in the file. 65
 Warning extension MultipleStringLiteralsExtended The String "v2_0" appears 2 times in the file. 66
 Warning extension MultipleStringLiteralsExtended The String "main" appears 2 times in the file. 72
 Warning extension MultipleStringLiteralsExtended The String "after_commit_on_1" appears 4 times in the file. 72
 Warning extension MultipleStringLiteralsExtended The String "before_kill_3" appears 4 times in the file. 72
 Warning extension MultipleStringLiteralsExtended The String "after_state_applied_on_1" appears 4 times in the file. 73
 Warning extension MultipleStringLiteralsExtended The String "before_commit_on_2" appears 4 times in the file. 73
 Warning extension MultipleStringLiteralsExtended The String "after_commit_on_2" appears 4 times in the file. 73
 Warning extension MultipleStringLiteralsExtended The String "handleRebalanceCompleted" appears 2 times in the file. 82
 Warning extension MultipleStringLiteralsExtended The String "v1_1" appears 6 times in the file. 92
 Warning extension MultipleStringLiteralsExtended The String "v2_1" appears 6 times in the file. 93
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 102
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 102
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 164
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 164

infinispan/core/src/test/java/org/infinispan/tx/ParticipantFailsAfterPrepareTest.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 85
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 98

infinispan/core/src/test/java/org/infinispan/tx/PrepareProcessedAfterOriginatorCrashTest.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 60
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 86

infinispan/core/src/test/java/org/infinispan/tx/ReadOnlyTxCleanupTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "c1" appears 3 times in the file. 33
 Warning extension MultipleStringLiteralsExtended The String "c2" appears 3 times in the file. 34

infinispan/core/src/test/java/org/infinispan/tx/ReadOnlyTxTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "k" appears 9 times in the file. 48
 Warning extension MultipleStringLiteralsExtended The String "v" appears 4 times in the file. 56

infinispan/core/src/test/java/org/infinispan/tx/RemoteLockCleanupStressTest.java

Severity Category Rule Message Line
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 62
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 86
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 108
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 113
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 153

infinispan/core/src/test/java/org/infinispan/tx/RemoteLockCleanupTest.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 42

infinispan/core/src/test/java/org/infinispan/tx/RemoteTxNotCreatedOnGetTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "v" appears 3 times in the file. 29

infinispan/core/src/test/java/org/infinispan/tx/RollbackBeforePrepareTest.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 27
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 28
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 40
 Warning extension MultipleStringLiteralsExtended The String "k" appears 5 times in the file. 56
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 58

infinispan/core/src/test/java/org/infinispan/tx/StaleLockAfterTxAbortTest.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 100

infinispan/core/src/test/java/org/infinispan/tx/StaleLockRecoveryTest.java

Severity Category Rule Message Line
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 27
 Warning extension MultipleStringLiteralsExtended The String "k" appears 7 times in the file. 40
 Warning extension MultipleStringLiteralsExtended The String "v" appears 3 times in the file. 40
 Warning extension MultipleStringLiteralsExtended The String "dummy" appears 2 times in the file. 69

infinispan/core/src/test/java/org/infinispan/tx/TerminatedCacheWhileInTxTest.java

Severity Category Rule Message Line
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 101

infinispan/core/src/test/java/org/infinispan/tx/TransactionCleanupWithAsync2ndPhaseTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "k" appears 2 times in the file. 47

infinispan/core/src/test/java/org/infinispan/tx/TransactionCleanupWithRecoveryTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 3 times in the file. 44
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 50

infinispan/core/src/test/java/org/infinispan/tx/TransactionsSpanningCaches.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "c1" appears 3 times in the file. 22
 Warning extension MultipleStringLiteralsExtended The String "c2" appears 3 times in the file. 23
 Warning extension MultipleStringLiteralsExtended The String "c1key" appears 12 times in the file. 38
 Warning extension MultipleStringLiteralsExtended The String "c1value" appears 7 times in the file. 38
 Warning extension MultipleStringLiteralsExtended The String "c2key" appears 12 times in the file. 39
 Warning extension MultipleStringLiteralsExtended The String "c2value" appears 7 times in the file. 39
 Warning extension MultipleStringLiteralsExtended The String "c1value_new" appears 5 times in the file. 52
 Warning extension MultipleStringLiteralsExtended The String "c2value_new" appears 5 times in the file. 53

infinispan/core/src/test/java/org/infinispan/tx/TransactionsSpanningDistributedCachesTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "cache1" appears 2 times in the file. 22
 Warning extension MultipleStringLiteralsExtended The String "cache2" appears 2 times in the file. 23

infinispan/core/src/test/java/org/infinispan/tx/TransactionsSpanningReplicatedCachesTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "c1" appears 12 times in the file. 33
 Warning extension MultipleStringLiteralsExtended The String "c2" appears 6 times in the file. 34
 Warning extension MultipleStringLiteralsExtended The String "cache1" appears 5 times in the file. 40
 Warning extension MultipleStringLiteralsExtended The String "cache2" appears 3 times in the file. 41
 Warning extension MultipleStringLiteralsExtended The String "k" appears 4 times in the file. 60
 Warning extension MultipleStringLiteralsExtended The String "v" appears 4 times in the file. 60
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 79
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 80
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 81
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 82
 Warning extension MultipleStringLiteralsExtended The String "c1key" appears 27 times in the file. 84
 Warning extension MultipleStringLiteralsExtended The String "c1value" appears 20 times in the file. 84
 Warning extension MultipleStringLiteralsExtended The String "c2key" appears 15 times in the file. 85
 Warning extension MultipleStringLiteralsExtended The String "c2value" appears 9 times in the file. 85
 Warning extension MultipleStringLiteralsExtended The String "c1value_new" appears 6 times in the file. 92
 Warning extension MultipleStringLiteralsExtended The String "c2value_new" appears 6 times in the file. 93
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 123
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 124
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 125
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 126
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 162
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 168
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 178
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 181
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 182
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 195
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 196
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 213
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 214
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 250
 Warning extension MultipleStringLiteralsExtended The String "a" appears 5 times in the file. 250
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 251
 Warning extension MultipleStringLiteralsExtended The String "b" appears 5 times in the file. 251
 Warning extension MultipleStringLiteralsExtended The String "value1" appears 2 times in the file. 255
 Warning extension MultipleStringLiteralsExtended The String "value2" appears 2 times in the file. 256
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 267
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 268

infinispan/core/src/test/java/org/infinispan/tx/TxCleanupServiceTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 51
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 95

infinispan/core/src/test/java/org/infinispan/tx/TxCompletionForRolledBackTxOptTest.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 40

infinispan/core/src/test/java/org/infinispan/tx/TxListenerInvocationSequenceTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 54

infinispan/core/src/test/java/org/infinispan/tx/Use1PcForInducedTransactionTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "k" appears 4 times in the file. 35
 Warning extension MultipleStringLiteralsExtended The String "v" appears 3 times in the file. 35

infinispan/core/src/test/java/org/infinispan/tx/Use1PcForInducedTxLockingTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "v0" appears 2 times in the file. 23

infinispan/core/src/test/java/org/infinispan/tx/dld/ControlledRpcManager.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 102

infinispan/core/src/test/java/org/infinispan/tx/dld/DldPessimisticLockingReplicationTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "k1" appears 6 times in the file. 35

infinispan/core/src/test/java/org/infinispan/tx/dld/LocalDeadlockDetectionTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "test" appears 2 times in the file. 39
 Warning extension MultipleStringLiteralsExtended The String "value_1_t2" appears 5 times in the file. 72
 Warning extension MultipleStringLiteralsExtended The String "k1" appears 19 times in the file. 72
 Warning extension MultipleStringLiteralsExtended The String "value_2_t2" appears 5 times in the file. 73
 Warning extension MultipleStringLiteralsExtended The String "k2" appears 19 times in the file. 73
 Warning extension MultipleStringLiteralsExtended The String "value_1_t1" appears 5 times in the file. 75
 Warning extension MultipleStringLiteralsExtended The String "value_2_t1" appears 5 times in the file. 76
 Warning extension MultipleStringLiteralsExtended The String "t1 failure" appears 4 times in the file. 96
 Warning extension MultipleStringLiteralsExtended The String "t2 failure" appears 4 times in the file. 100
 Warning extension MultipleStringLiteralsExtended The String "initial_1" appears 2 times in the file. 122
 Warning extension MultipleStringLiteralsExtended The String "initial_2" appears 2 times in the file. 123
 Warning extension MultipleStringLiteralsExtended The String "expected one and only one exception: " appears 2 times in the file. 180
 Warning extension MultipleStringLiteralsExtended The String ", " appears 2 times in the file. 180

infinispan/core/src/test/java/org/infinispan/tx/exception/CustomInterceptorException.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 43

infinispan/core/src/test/java/org/infinispan/tx/exception/ExceptionInCommandTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "Induced!" appears 2 times in the file. 33
 Warning extension MultipleStringLiteralsExtended The String "k" appears 2 times in the file. 38
 Warning extension IllegalCatchExtended Catching 'RuntimeException' is not allowed. 40

infinispan/core/src/test/java/org/infinispan/tx/exception/TxAndRemoteTimeoutExceptionTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "k1" appears 10 times in the file. 70
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 3 times in the file. 106
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 108
 Warning extension MultipleStringLiteralsExtended The String "k2" appears 4 times in the file. 112
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 113
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 114

infinispan/core/src/test/java/org/infinispan/tx/exception/TxAndTimeoutExceptionTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "k1" appears 9 times in the file. 50
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 2 times in the file. 87
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 89
 Warning extension MultipleStringLiteralsExtended The String "k2" appears 3 times in the file. 93
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 94
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 109
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 110
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 129

infinispan/core/src/test/java/org/infinispan/tx/locking/AbstractClusteredTxTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "v" appears 3 times in the file. 26
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 2 times in the file. 38

infinispan/core/src/test/java/org/infinispan/tx/locking/AbstractLocalTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "k" appears 7 times in the file. 27
 Warning extension MultipleStringLiteralsExtended The String "v" appears 4 times in the file. 27
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 66
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 75
 Warning extension MultipleVariableDeclarationsExtended Only one variable definition per line allowed. 90
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 7 times in the file. 96
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 111
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 133
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 155

infinispan/core/src/test/java/org/infinispan/tx/locking/LocalOptimisticTxTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 35
 Warning extension MultipleStringLiteralsExtended The String "k" appears 5 times in the file. 35
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 37
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 42
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 44
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 46

infinispan/core/src/test/java/org/infinispan/tx/locking/LocalPessimisticTxTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "k" appears 9 times in the file. 21
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 44
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 46
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 51
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 53

infinispan/core/src/test/java/org/infinispan/tx/locking/OptimisticReplTxTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 3 times in the file. 31
 Warning extension MultipleStringLiteralsExtended The String "v2" appears 3 times in the file. 36
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 60
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 61
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 63
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 64
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 66
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 67
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 72
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 73
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 75
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 76
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 78
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 79
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 84
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 85
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 87
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 88

infinispan/core/src/test/java/org/infinispan/tx/locking/PessimisticReplTxTest.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 38
 Warning extension MultipleStringLiteralsExtended The String "v" appears 4 times in the file. 81
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 3 times in the file. 91
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 129
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 130
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 132
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 133
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 135
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 136
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 141
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 142
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 144
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 145
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 147
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 148
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 153
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 154
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 156
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 157

infinispan/core/src/test/java/org/infinispan/tx/locking/SizeDistTxReadCommittedTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 2 times in the file. 32
 Warning extension MultipleStringLiteralsExtended The String "v2" appears 2 times in the file. 39

infinispan/core/src/test/java/org/infinispan/tx/locking/SizeDistTxRepeatableReadTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 3 times in the file. 50
 Warning extension MultipleStringLiteralsExtended The String "v2" appears 6 times in the file. 57

infinispan/core/src/test/java/org/infinispan/tx/lockreordering/DistLockReorderingTest.java

Severity Category Rule Message Line
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 37

infinispan/core/src/test/java/org/infinispan/tx/lockreordering/LocalLockReorderingTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 55
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 71

infinispan/core/src/test/java/org/infinispan/tx/lockreordering/StresserThread.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 75
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 76
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 77
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 78
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 102

infinispan/core/src/test/java/org/infinispan/tx/recovery/RecoveryConfigTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "withRecoveryAndCache" appears 2 times in the file. 55
 Warning extension MultipleStringLiteralsExtended The String "Recovery is supposed to be enabled." appears 2 times in the file. 56
 Warning extension MultipleStringLiteralsExtended The String "noRecovery" appears 4 times in the file. 57
 Warning extension MultipleStringLiteralsExtended The String "Wrong recovery cache name." appears 5 times in the file. 57
 Warning extension MultipleStringLiteralsExtended The String "RecoveryManager should be *not* null when recovery is enabled." appears 2 times in the file. 59
 Warning extension MultipleStringLiteralsExtended The String "withRecoveryDefaultCache" appears 2 times in the file. 65

infinispan/core/src/test/java/org/infinispan/tx/recovery/RecoveryTestUtil.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 60

infinispan/core/src/test/java/org/infinispan/tx/recovery/RecoveryWithDefaultCacheDistTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "k" appears 2 times in the file. 55
 Warning extension MultipleStringLiteralsExtended The String "v" appears 2 times in the file. 55
 Warning extension AvoidNotShortCircuitOperatorsForBoolean Short-circuit operator should be used instead of '&'. 86

infinispan/core/src/test/java/org/infinispan/tx/recovery/admin/AbstractRecoveryTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 56

infinispan/core/src/test/java/org/infinispan/tx/recovery/admin/CommitFailsTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "newValue" appears 2 times in the file. 53
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 98

infinispan/core/src/test/java/org/infinispan/tx/recovery/admin/InDoubtWithCommitFailsTest.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 67

infinispan/core/src/test/java/org/infinispan/tx/recovery/admin/OriginatorAndOwnerFailureTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "newValue" appears 3 times in the file. 36

infinispan/core/src/test/java/org/infinispan/tx/recovery/admin/SimpleCacheRecoveryAdminTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "test" appears 15 times in the file. 56
 Warning extension MultipleStringLiteralsExtended The String "forceCommit" appears 3 times in the file. 101
 Warning extension MultipleStringLiteralsExtended The String "Transaction not found" appears 3 times in the file. 113
 Warning extension MultipleStringLiteralsExtended The String "forceRollback" appears 4 times in the file. 119
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 189
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 189
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 190
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 201
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 216

infinispan/core/src/test/java/org/infinispan/tx/synchronisation/LocalModeWithSyncTxTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "v" appears 2 times in the file. 35
 Warning extension MultipleStringLiteralsExtended The String "k" appears 3 times in the file. 35

infinispan/core/src/test/java/org/infinispan/tx/synchronisation/NoXaConfigTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 25
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 26
 Warning extension MultipleStringLiteralsExtended The String "newCache" appears 2 times in the file. 34
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 35

infinispan/core/src/test/java/org/infinispan/tx/totalorder/CleanupAfterFailTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "Rollback expected!" appears 2 times in the file. 51
 Warning extension MultipleStringLiteralsExtended The String "v3" appears 2 times in the file. 91
 Warning extension MultipleStringLiteralsExtended The String "v4" appears 2 times in the file. 92

infinispan/core/src/test/java/org/infinispan/tx/totalorder/simple/BaseSimpleTotalOrderTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 68
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 70
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 71
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 72
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 74
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 75
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 76
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 78
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 79
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 83
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 87
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 177
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 181
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 189
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 193
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 247
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 251
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 259
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 263
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 355
 Warning extension MultipleStringLiteralsExtended The String "Transaction didn't complete locally in " appears 2 times in the file. 357
 Warning extension MultipleStringLiteralsExtended The String "." appears 2 times in the file. 357

infinispan/core/src/test/java/org/infinispan/tx/totalorder/simple/dist/FullSyncWriteSkewTotalOrderTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 29

infinispan/core/src/test/java/org/infinispan/tx/totalorder/simple/dist/SyncPrepareWriteSkewTotalOrderTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 29

infinispan/core/src/test/java/org/infinispan/tx/totalorder/simple/repl/FullSyncWriteSkewTotalOrderTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 28

infinispan/core/src/test/java/org/infinispan/tx/totalorder/simple/repl/FullSyncWriteSkewUseSynchronizationTotalOrderTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 28

infinispan/core/src/test/java/org/infinispan/tx/totalorder/simple/repl/SyncPrepareWriteSkewTotalOrderTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 28

infinispan/core/src/test/java/org/infinispan/tx/totalorder/simple/repl/SyncPrepareWriteSkewUseSynchronizationTotalOrderTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 28

infinispan/core/src/test/java/org/infinispan/tx/totalorder/writeskew/DistTotalOrderL1WriteSkewTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "k" appears 6 times in the file. 25
 Warning extension MultipleStringLiteralsExtended The String "v" appears 2 times in the file. 25
 Warning extension MultipleStringLiteralsExtended The String "v3" appears 3 times in the file. 31
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 36

infinispan/core/src/test/java/org/infinispan/tx/totalorder/writeskew/DistTotalOrderWriteSkewTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "k" appears 6 times in the file. 25
 Warning extension MultipleStringLiteralsExtended The String "v" appears 2 times in the file. 25
 Warning extension MultipleStringLiteralsExtended The String "v3" appears 3 times in the file. 31
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 36

infinispan/core/src/test/java/org/infinispan/tx/totalorder/writeskew/TotalOrderWriteSkewTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "k" appears 6 times in the file. 22
 Warning extension MultipleStringLiteralsExtended The String "v" appears 2 times in the file. 22
 Warning extension MultipleStringLiteralsExtended The String "v3" appears 3 times in the file. 28
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 33

infinispan/core/src/test/java/org/infinispan/util/AbstractControlledRpcManager.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "ControlledRpcManager.invokeRemotely6" appears 2 times in the file. 143

infinispan/core/src/test/java/org/infinispan/util/BaseControlledConsistentHashFactory.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 22
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 48

infinispan/core/src/test/java/org/infinispan/util/ClassFinderTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 11

infinispan/core/src/test/java/org/infinispan/util/ControlledConsistentHashFactory.java

Severity Category Rule Message Line
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 50
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 62
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 72

infinispan/core/src/test/java/org/infinispan/util/DeadlockDetectingLockManagerTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "k" appears 8 times in the file. 53

infinispan/core/src/test/java/org/infinispan/util/DefaultTimeServiceTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 21
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 22
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 52
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 63
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 64
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 65
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 66
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 67
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 107

infinispan/core/src/test/java/org/infinispan/util/DependencyGraphTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 28
 Warning extension MultipleStringLiteralsExtended The String "N1" appears 3 times in the file. 64
 Warning extension MultipleStringLiteralsExtended The String "N2" appears 5 times in the file. 64
 Warning extension MultipleStringLiteralsExtended The String "N3" appears 3 times in the file. 65
 Warning extension MultipleStringLiteralsExtended The String "A" appears 13 times in the file. 76
 Warning extension MultipleStringLiteralsExtended The String "B" appears 21 times in the file. 76
 Warning extension MultipleStringLiteralsExtended The String "C" appears 17 times in the file. 77
 Warning extension MultipleStringLiteralsExtended The String "D" appears 22 times in the file. 78
 Warning extension MultipleStringLiteralsExtended The String "F" appears 3 times in the file. 79
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 81
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 82
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 83
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 84
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 85
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 86
 Warning extension MultipleStringLiteralsExtended The String "E" appears 14 times in the file. 118
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 134
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 159
 Warning extension MultipleStringLiteralsExtended The String "N" appears 3 times in the file. 164

infinispan/core/src/test/java/org/infinispan/util/EquivalentHashMapTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 163
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 164
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 164
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 165
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 165
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 182
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 188
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 188
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 189
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 190
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 190
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 191
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 204
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 204
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 205
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 205
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 231
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 246
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 251
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 251
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 252
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 252
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 261
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 266
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 266
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 267
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 267
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 276
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 291
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 306
 Warning extension MultipleStringLiteralsExtended The String "@" appears 2 times in the file. 320

infinispan/core/src/test/java/org/infinispan/util/EquivalentHashSetTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 77
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 90
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 103
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 110
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 111
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 112
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 123
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 124
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 127
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 129
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 134
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 135
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 136
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 137
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 149
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 154
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 157
 Warning extension MultipleStringLiteralsExtended The String "@" appears 2 times in the file. 171

infinispan/core/src/test/java/org/infinispan/util/HashFunctionTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String ", " appears 3 times in the file. 31

infinispan/core/src/test/java/org/infinispan/util/InfinispanCollectionsTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 24
 Warning extension MultipleStringLiteralsExtended The String "a" appears 8 times in the file. 25
 Warning extension MultipleStringLiteralsExtended The String "b" appears 8 times in the file. 26
 Warning extension MultipleStringLiteralsExtended The String "c" appears 8 times in the file. 27
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 29
 Warning extension MultipleStringLiteralsExtended The String "d" appears 6 times in the file. 33
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 37
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 44
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 50
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 60
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 64
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 70
 Warning extension MultipleStringLiteralsExtended The String "e" appears 2 times in the file. 74
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 78
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 82
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 86
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 91
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 104
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 107
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 109
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 111
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 114

infinispan/core/src/test/java/org/infinispan/util/ThreadLocalLeakTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 42
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 42
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 81
 Warning extension ReturnCountExtended Return count for 'findThreadLocalLeaks' method is 2 (max allowed is 1). 131
 Warning extension NoNullForCollectionReturn Method should return empty collection instead of null. 147
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 154

infinispan/core/src/test/java/org/infinispan/util/UtilTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "dcfc1b6f033176cf" appears 2 times in the file. 32

infinispan/core/src/test/java/org/infinispan/util/logging/log4j/CompressedFileAppender.java

Severity Category Rule Message Line
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 37
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 54

infinispan/core/src/test/java/org/infinispan/util/mocks/ControlledCommandFactory.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 86
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 87
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 88
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 89
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 90
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 90
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 91

infinispan/core/src/test/java/org/infinispan/util/tx/lookup/GeronimoTransactionManagerLookup.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 55
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 65

infinispan/core/src/test/java/org/infinispan/xsite/AbstractTwoSitesTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "nycBackup" appears 2 times in the file. 52
 Warning extension MultipleStringLiteralsExtended The String "lonBackup" appears 3 times in the file. 55
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 57

infinispan/core/src/test/java/org/infinispan/xsite/AbstractXSiteTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 37
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 38
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 170
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 185
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 238
 Warning extension MoveVariableInsideIf Variable 'cm' can be moved inside the block at line '252' to restrict runtime creation. 251

infinispan/core/src/test/java/org/infinispan/xsite/AtomicMapBackupTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "LON" appears 2 times in the file. 24
 Warning extension MultipleStringLiteralsExtended The String "amKey" appears 2 times in the file. 24
 Warning extension MultipleStringLiteralsExtended The String "a" appears 3 times in the file. 27
 Warning extension MultipleStringLiteralsExtended The String "fancyValue" appears 3 times in the file. 27

infinispan/core/src/test/java/org/infinispan/xsite/BackupCacheStoppedTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 29
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 40
 Warning extension MultipleStringLiteralsExtended The String "v2" appears 2 times in the file. 45
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 47

infinispan/core/src/test/java/org/infinispan/xsite/BackupForConfigTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "NYC" appears 4 times in the file. 31
 Warning extension MultipleStringLiteralsExtended The String "nycBackup" appears 3 times in the file. 43

infinispan/core/src/test/java/org/infinispan/xsite/BackupForNotSpecifiedTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "LON" appears 21 times in the file. 24
 Warning extension MultipleStringLiteralsExtended The String "NYC" appears 18 times in the file. 27
 Warning extension MultipleStringLiteralsExtended The String "someCache" appears 4 times in the file. 41
 Warning extension MultipleStringLiteralsExtended The String "backup" appears 10 times in the file. 47
 Warning extension MultipleStringLiteralsExtended The String "someCacheBackup" appears 7 times in the file. 51
 Warning extension MultipleStringLiteralsExtended The String "k_default_lon" appears 4 times in the file. 55
 Warning extension MultipleStringLiteralsExtended The String "v_default_lon" appears 4 times in the file. 55
 Warning extension MultipleStringLiteralsExtended The String "k_default_nyc" appears 4 times in the file. 60
 Warning extension MultipleStringLiteralsExtended The String "v_default_nyc" appears 4 times in the file. 60
 Warning extension MultipleStringLiteralsExtended The String "k_backup_lon" appears 4 times in the file. 65
 Warning extension MultipleStringLiteralsExtended The String "v_backup_lon" appears 4 times in the file. 65
 Warning extension MultipleStringLiteralsExtended The String "k_backup_nyc" appears 4 times in the file. 70
 Warning extension MultipleStringLiteralsExtended The String "v_backup_nyc" appears 4 times in the file. 70
 Warning extension MultipleStringLiteralsExtended The String "k_someCache_lon" appears 4 times in the file. 75
 Warning extension MultipleStringLiteralsExtended The String "v_someCache_lon" appears 4 times in the file. 75
 Warning extension MultipleStringLiteralsExtended The String "k_lon_sb" appears 6 times in the file. 80
 Warning extension MultipleStringLiteralsExtended The String "v_lon_sb" appears 2 times in the file. 80
 Warning extension MultipleStringLiteralsExtended The String "cacheBackup" appears 2 times in the file. 84

infinispan/core/src/test/java/org/infinispan/xsite/BaseCacheOperationsTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "LON" appears 4 times in the file. 21
 Warning extension MultipleStringLiteralsExtended The String "NYC" appears 4 times in the file. 22

infinispan/core/src/test/java/org/infinispan/xsite/BaseDistCacheOperationsTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "LON" appears 4 times in the file. 16
 Warning extension MultipleStringLiteralsExtended The String "v_LON" appears 6 times in the file. 17
 Warning extension MultipleStringLiteralsExtended The String "NYC" appears 4 times in the file. 18
 Warning extension MultipleStringLiteralsExtended The String "lonBackup" appears 4 times in the file. 18

infinispan/core/src/test/java/org/infinispan/xsite/BaseSiteUnreachableTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "LON" appears 2 times in the file. 24
 Warning extension MultipleStringLiteralsExtended The String "NYC" appears 2 times in the file. 27

infinispan/core/src/test/java/org/infinispan/xsite/NoFailureAsyncReplWarnFailurePolicyTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "LON" appears 9 times in the file. 23
 Warning extension MultipleStringLiteralsExtended The String "k" appears 9 times in the file. 23
 Warning extension MultipleStringLiteralsExtended The String "v" appears 6 times in the file. 23

infinispan/core/src/test/java/org/infinispan/xsite/NoTxDistCacheOperationsTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "LON" appears 8 times in the file. 27
 Warning extension MultipleStringLiteralsExtended The String "k_lon" appears 10 times in the file. 27
 Warning extension MultipleStringLiteralsExtended The String "v_lon" appears 5 times in the file. 27
 Warning extension MultipleStringLiteralsExtended The String "NYC" appears 6 times in the file. 28
 Warning extension MultipleStringLiteralsExtended The String "lonBackup" appears 4 times in the file. 30
 Warning extension MultipleStringLiteralsExtended The String "k_nyc" appears 4 times in the file. 33
 Warning extension MultipleStringLiteralsExtended The String "v_nyc" appears 3 times in the file. 33
 Warning extension MultipleStringLiteralsExtended The String "nycBackup" appears 2 times in the file. 35

infinispan/core/src/test/java/org/infinispan/xsite/NonTxAsyncBackupTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "LON" appears 28 times in the file. 44
 Warning extension MultipleStringLiteralsExtended The String "k" appears 26 times in the file. 63
 Warning extension MultipleStringLiteralsExtended The String "v" appears 13 times in the file. 63
 Warning extension MultipleStringLiteralsExtended The String "v2" appears 4 times in the file. 114

infinispan/core/src/test/java/org/infinispan/xsite/RollbackNoPrepareOptimisticTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "LON" appears 9 times in the file. 25

infinispan/core/src/test/java/org/infinispan/xsite/XSiteAdminOperationsTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "LON" appears 26 times in the file. 29
 Warning extension MultipleStringLiteralsExtended The String "NYC" appears 20 times in the file. 29
 Warning extension MultipleStringLiteralsExtended The String "8" appears 2 times in the file. 59
 Warning extension MultipleStringLiteralsExtended The String "13" appears 2 times in the file. 60
 Warning extension MultipleStringLiteralsExtended The String "NYC[ONLINE]" appears 4 times in the file. 66
 Warning extension MultipleStringLiteralsExtended The String "NYC[OFFLINE]" appears 2 times in the file. 71

infinispan/core/src/test/java/org/infinispan/xsite/XSiteCacheConfigurationTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "LON" appears 8 times in the file. 24
 Warning extension MultipleStringLiteralsExtended The String "SFO" appears 4 times in the file. 27
 Warning extension MultipleStringLiteralsExtended The String "NYC" appears 5 times in the file. 29

infinispan/core/src/test/java/org/infinispan/xsite/XSiteFileParsing2Test.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "NYC" appears 2 times in the file. 46
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 49
 Warning extension MultipleStringLiteralsExtended The String "SFO" appears 2 times in the file. 63
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 69
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 70
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 71
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 72
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 73
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 74

infinispan/core/src/test/java/org/infinispan/xsite/XSiteFileParsing3Test.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "NYC" appears 3 times in the file. 44
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 47
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 58
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 67

infinispan/core/src/test/java/org/infinispan/xsite/XSiteFileParsingTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "NYC" appears 2 times in the file. 46
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 68
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 77
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 81

infinispan/core/src/test/java/org/infinispan/xsite/XSiteStateTransferFileParsingTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 63
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 71
 Warning extension MultipleStringLiteralsExtended The String "someCache" appears 2 times in the file. 72
 Warning extension MultipleStringLiteralsExtended The String "SFO" appears 2 times in the file. 73
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 115
 Warning extension MultipleStringLiteralsExtended The String "NYC" appears 2 times in the file. 121

infinispan/core/src/test/java/org/infinispan/xsite/backupfailure/BaseBackupFailureTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "Induced failure" appears 8 times in the file. 73

infinispan/core/src/test/java/org/infinispan/xsite/backupfailure/CustomFailurePolicyTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 36
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 38
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 43
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 45
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 50
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 52
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 57
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 59
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 64
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 66

infinispan/core/src/test/java/org/infinispan/xsite/backupfailure/NonTxBackupFailureTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "LON" appears 32 times in the file. 32
 Warning extension MultipleStringLiteralsExtended The String "k" appears 20 times in the file. 32
 Warning extension MultipleStringLiteralsExtended The String "v" appears 12 times in the file. 32
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 38
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 59
 Warning extension MultipleStringLiteralsExtended The String "v2" appears 5 times in the file. 71
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 80
 Warning extension MultipleStringLiteralsExtended The String "k1" appears 3 times in the file. 86
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 2 times in the file. 86
 Warning extension MultipleStringLiteralsExtended The String "k2" appears 3 times in the file. 87
 Warning extension MultipleStringLiteralsExtended The String "k3" appears 3 times in the file. 88
 Warning extension MultipleStringLiteralsExtended The String "v3" appears 2 times in the file. 88
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 102

infinispan/core/src/test/java/org/infinispan/xsite/backupfailure/tx/BaseBackupTxFailureTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "LON" appears 8 times in the file. 31
 Warning extension MultipleStringLiteralsExtended The String "k" appears 4 times in the file. 37
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 39

infinispan/core/src/test/java/org/infinispan/xsite/backupfailure/tx/BaseLocalClusterTxFailureTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "LON" appears 5 times in the file. 23
 Warning extension MultipleStringLiteralsExtended The String "k" appears 4 times in the file. 28
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 30

infinispan/core/src/test/java/org/infinispan/xsite/backupfailure/tx/CustomFailurePolicyTxTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 37
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 39

infinispan/core/src/test/java/org/infinispan/xsite/backupfailure/tx/SinglePhaseCommitFailureTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "LON" appears 2 times in the file. 26
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 33

infinispan/core/src/test/java/org/infinispan/xsite/offline/DelegatingTransport.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 43

infinispan/core/src/test/java/org/infinispan/xsite/offline/NonTxOfflineTest.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 26
 Warning extension MultipleStringLiteralsExtended The String "LON" appears 6 times in the file. 34
 Warning extension MultipleStringLiteralsExtended The String "NYC" appears 3 times in the file. 36
 Warning extension MultipleStringLiteralsExtended The String "v" appears 4 times in the file. 41
 Warning extension MultipleStringLiteralsExtended The String "This should have failed" appears 2 times in the file. 42
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 43
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 66

infinispan/core/src/test/java/org/infinispan/xsite/offline/ResetOfflineStatusTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "LON" appears 9 times in the file. 36
 Warning extension MultipleStringLiteralsExtended The String "NYC" appears 2 times in the file. 43
 Warning extension MultipleStringLiteralsExtended The String "v" appears 6 times in the file. 48
 Warning extension MultipleStringLiteralsExtended The String "This should have failed" appears 2 times in the file. 49
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 50
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 69

infinispan/core/src/test/java/org/infinispan/xsite/statetransfer/BackupForStateTransferTest.java

Severity Category Rule Message Line
 Warning extension UselessSuperCtorCall Redundant super constructor call could be removed. Class 'BackupForStateTransferTest' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. 29
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 51
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 59
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 88
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 135
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 136
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 137
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 146

infinispan/core/src/test/java/org/infinispan/xsite/statetransfer/BaseStateTransferTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 61
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 83
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 156
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 269
 Warning extension MultipleStringLiteralsExtended The String "before-update" appears 4 times in the file. 284
 Warning extension MultipleStringLiteralsExtended The String "update-key" appears 2 times in the file. 287
 Warning extension MultipleStringLiteralsExtended The String "apply-state" appears 2 times in the file. 295
 Warning extension MultipleStringLiteralsExtended The String "before-state" appears 4 times in the file. 301
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 362
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 420
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 465
 Warning extension ReturnCountExtended Return count for 'isUpdatingKeyWithValue' method is 2 (max allowed is 1). 493
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 566
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 567
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 568
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 589
 Warning extension MultipleStringLiteralsExtended The String "v0" appears 13 times in the file. 611
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 10 times in the file. 611
 Warning extension MultipleStringLiteralsExtended The String "before-start" appears 2 times in the file. 861
 Warning extension MultipleStringLiteralsExtended The String "await-start" appears 2 times in the file. 863

infinispan/core/src/test/java/org/infinispan/xsite/statetransfer/DistSyncNonTxStateTransferTest.java

Severity Category Rule Message Line
 Warning extension UselessSuperCtorCall Redundant super constructor call could be removed. Class 'DistSyncNonTxStateTransferTest' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. 18

infinispan/core/src/test/java/org/infinispan/xsite/statetransfer/DistSyncOnePhaseTxStateTransferTest.java

Severity Category Rule Message Line
 Warning extension UselessSuperCtorCall Redundant super constructor call could be removed. Class 'DistSyncOnePhaseTxStateTransferTest' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. 18

infinispan/core/src/test/java/org/infinispan/xsite/statetransfer/DistSyncTwoPhasesTxStateTransferTest.java

Severity Category Rule Message Line
 Warning extension UselessSuperCtorCall Redundant super constructor call could be removed. Class 'DistSyncTwoPhasesTxStateTransferTest' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. 18
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 36

infinispan/core/src/test/java/org/infinispan/xsite/statetransfer/LocalCacheStateTransferTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 53
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 61
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 146
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 147
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 148
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 153

infinispan/core/src/test/java/org/infinispan/xsite/statetransfer/failures/AbstractTopologyChangeTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "Wait for cluster to form on caches %s" appears 2 times in the file. 99
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 126

infinispan/core/src/test/java/org/infinispan/xsite/statetransfer/failures/RetryMechanismTest.java

Severity Category Rule Message Line
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 97
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 219
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 228
 Warning extension MultipleStringLiteralsExtended The String "nTimes should greater than zero but it is " appears 2 times in the file. 316

infinispan/core/src/test/java/org/infinispan/xsite/statetransfer/failures/SiteConsumerTopologyChangeTest.java

Severity Category Rule Message Line
 Warning extension UselessSuperCtorCall Redundant super constructor call could be removed. Class 'SiteConsumerTopologyChangeTest' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. 38
 Warning extension MultipleStringLiteralsExtended The String "Start topology change during x-site state transfer with %s" appears 2 times in the file. 65
 Warning extension MultipleStringLiteralsExtended The String "before-block" appears 2 times in the file. 97
 Warning extension MultipleStringLiteralsExtended The String "blocked" appears 2 times in the file. 98
 Warning extension MultipleStringLiteralsExtended The String "Start x-site state transfer" appears 2 times in the file. 114
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 133
 Warning extension MultipleStringLiteralsExtended The String "before-chunk" appears 2 times in the file. 157

infinispan/core/src/test/java/org/infinispan/xsite/statetransfer/failures/SiteProviderTopologyChangeTest.java

Severity Category Rule Message Line
 Warning extension UselessSuperCtorCall Redundant super constructor call could be removed. Class 'SiteProviderTopologyChangeTest' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. 38
 Warning extension MultipleStringLiteralsExtended The String "Controlled cache=%s, Coordinator cache=%s, Cache to remove=%s" appears 3 times in the file. 97
 Warning extension MultipleStringLiteralsExtended The String "NONE" appears 3 times in the file. 98
 Warning extension MultipleStringLiteralsExtended The String "Start x-site state transfer" appears 3 times in the file. 133
 Warning extension MultipleStringLiteralsExtended The String "Start topology change during x-site state transfer with %s" appears 2 times in the file. 168
 Warning extension MultipleStringLiteralsExtended The String "before-second-chunk" appears 2 times in the file. 194
 Warning extension MultipleStringLiteralsExtended The String "second-chunk" appears 2 times in the file. 195

infinispan/core/src/test/java/org/infinispan/xsite/statetransfer/failures/StateTransferLinkFailuresTest.java

Severity Category Rule Message Line
 Warning extension UselessSuperCtorCall Redundant super constructor call could be removed. Class 'StateTransferLinkFailuresTest' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. 47
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 65
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 70
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 73
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 101
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 111
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 117
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 156

infinispan/demos/distexec/src/main/java/org/infinispan/demo/CacheBuilder.java

Severity Category Rule Message Line
 Warning extension MoveVariableInsideIf Variable 'fl' can be moved inside the block at line '29' to restrict runtime creation. 28

infinispan/demos/distexec/src/main/java/org/infinispan/demo/Demo.java

Severity Category Rule Message Line
 Warning extension OverridableMethodInConstructor Overridable method 'parseParameters' is called in constructor body. 23

infinispan/demos/distexec/src/main/java/org/infinispan/demo/distexec/CacheValueRegEx.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 16
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 31
 Warning extension MultipleStringLiteralsExtended The String "'" appears 2 times in the file. 35

infinispan/demos/distexec/src/main/java/org/infinispan/demo/distexec/PiApproximationDemo.java

Severity Category Rule Message Line
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 24
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 31
 Warning extension MultipleStringLiteralsExtended The String "numPoints" appears 3 times in the file. 33
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 101
 Warning extension MultipleStringLiteralsExtended The String "configFile" appears 2 times in the file. 102
 Warning extension MultipleStringLiteralsExtended The String "nodeType" appears 2 times in the file. 105

infinispan/demos/distexec/src/main/java/org/infinispan/demo/mapreduce/WordCountCollator.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 38
 Warning extension TernaryPerExpressionCount More than 1 ternary operators in expression. 43
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 47

infinispan/demos/distexec/src/main/java/org/infinispan/demo/mapreduce/WordCountDemo.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 36
 Warning extension MultipleStringLiteralsExtended The String "textFile" appears 3 times in the file. 38
 Warning extension MultipleStringLiteralsExtended The String "mostPopularWords" appears 3 times in the file. 39
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 54
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 102
 Warning extension MultipleStringLiteralsExtended The String "configFile" appears 2 times in the file. 103
 Warning extension MultipleStringLiteralsExtended The String "nodeType" appears 2 times in the file. 106

infinispan/demos/distexec/src/main/java/org/infinispan/demo/mapreduce/WordCountMapper.java

Severity Category Rule Message Line
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 10
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 18

infinispan/demos/distexec/src/main/java/org/infinispan/demo/mapreduce/WordCountMapperEmitPerValue.java

Severity Category Rule Message Line
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 12
 Warning extension UselessSuperCtorCall Super call could be removed: Class 'WordCountMapperEmitPerValue' does not extend anything. 15
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 23
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 29

infinispan/demos/gridfs-webdav/src/main/java/org/infinispan/demos/gridfs/CacheManagerHolder.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 24
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 25
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 25

infinispan/demos/gridfs-webdav/src/main/java/org/infinispan/demos/gridfs/GridStore.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 40
 Warning extension MultipleStringLiteralsExtended The String "root path: " appears 2 times in the file. 48
 Warning extension MultipleStringLiteralsExtended The String " does not exist and could not be created" appears 2 times in the file. 48
 Warning extension MultipleStringLiteralsExtended The String ") failed" appears 5 times in the file. 108
 Warning extension MultipleStringLiteralsExtended The String "GridStore.setResourceContent(" appears 2 times in the file. 135
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 159
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 169

infinispan/demos/gui/src/main/java/org/infinispan/demo/InfinispanDemo.java

Severity Category Rule Message Line
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 76
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 77
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 106
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 159
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 178
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 187
 Warning extension MultipleStringLiteralsExtended The String "Generate " appears 2 times in the file. 229
 Warning extension MultipleStringLiteralsExtended The String " Random Entries" appears 2 times in the file. 229
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 248
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 256
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 382
 Warning extension MultipleStringLiteralsExtended The String "Cache contains " appears 3 times in the file. 398
 Warning extension MultipleStringLiteralsExtended The String " entries" appears 3 times in the file. 398
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 401
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 491
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 528
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 529
 Warning extension MultipleStringLiteralsExtended The String "NULL!" appears 4 times in the file. 574
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 587
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 652
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 653

infinispan/demos/lucene-directory-demo/src/main/java/org/infinispan/lucenedemo/DemoActions.java

Severity Category Rule Message Line
 Warning extension ReturnCountExtended Return count for 'listStoredValuesMatchingQuery' method is 2 (max allowed is 1). 59
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 66

infinispan/demos/lucene-directory-demo/src/main/java/org/infinispan/lucenedemo/DemoDriver.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 143

infinispan/demos/lucene-directory-demo/src/test/java/org/infinispan/lucenedemo/CacheConfigurationTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "config-samples/lucene-demo-cache-config.xml" appears 2 times in the file. 35
 Warning extension MultipleStringLiteralsExtended The String "index-name" appears 2 times in the file. 39
 Warning extension MultipleStringLiteralsExtended The String "hello?" appears 2 times in the file. 59

infinispan/demos/nearcache-client/src/main/java/org/infinispan/nearcache/cdi/AddressCacheManager.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 27

infinispan/demos/nearcache-client/src/main/java/org/infinispan/nearcache/jms/RemoteEventListener.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 41

infinispan/demos/nearcache-client/src/main/java/org/infinispan/nearcache/jms/RemoteEventStore.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 42

infinispan/demos/nearcache/src/main/java/org/infinispan/demo/nearcache/server/MessagingHotRodDemo.java

Severity Category Rule Message Line
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 44

infinispan/extended-statistics/src/main/java/org/infinispan/stats/CacheStatisticCollector.java

Severity Category Rule Message Line
 Warning extension MoveVariableInsideIf Variable 'succWrTot' can be moved inside the block at line '353' to restrict runtime creation. 346
 Warning extension MoveVariableInsideIf Variable 'abortWrTot' can be moved inside the block at line '353' to restrict runtime creation. 347
 Warning extension MoveVariableInsideIf Variable 'succRdTot' can be moved inside the block at line '353' to restrict runtime creation. 348

infinispan/extended-statistics/src/main/java/org/infinispan/stats/CacheStatisticManager.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "null" appears 3 times in the file. 107
 Warning extension MoveVariableInsideIf Variable 'lts' can be moved inside the block at line '173' to restrict runtime creation. 172
 Warning extension MoveVariableInsideIf Variable 'rts' can be moved inside the block at line '178' to restrict runtime creation. 177
 Warning extension ReturnCountExtended Return count for 'createTransactionStatisticIfAbsent' method is 3 (max allowed is 1). 263

infinispan/extended-statistics/src/main/java/org/infinispan/stats/LocalTransactionStatistics.java

Severity Category Rule Message Line
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around expression. 63

infinispan/extended-statistics/src/main/java/org/infinispan/stats/TransactionStatistics.java

Severity Category Rule Message Line
 Warning extension SimpleAccessorNameNotation Unexpected setter name. 57

infinispan/extended-statistics/src/main/java/org/infinispan/stats/container/ConcurrentGlobalContainer.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "This should never happen. Statistic " appears 2 times in the file. 72
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 143
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 148

infinispan/extended-statistics/src/main/java/org/infinispan/stats/topK/CacheUsageInterceptor.java

Severity Category Rule Message Line
 Warning extension LogicConditionNeedOptimization Condition with && at line 68 position 48 need optimization. All method calls are advised to move to end of logic expression. 68
 Warning extension LogicConditionNeedOptimization Condition with && at line 81 position 48 need optimization. All method calls are advised to move to end of logic expression. 81

infinispan/extended-statistics/src/main/java/org/infinispan/stats/topK/StreamSummaryContainer.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 262
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 275
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 290
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 305

infinispan/extended-statistics/src/main/java/org/infinispan/stats/wrappers/ExtendedStatisticInterceptor.java

Severity Category Rule Message Line
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 181
 Warning extension ReturnCountExtended Return count for 'visitWriteCommand' method is 2 (max allowed is 1). 726
 Warning extension MoveVariableInsideIf Variable 'ret' can be moved inside the block at line '732' to restrict runtime creation. 731
 Warning extension MoveVariableInsideIf Variable 'start' can be moved inside the block at line '784' to restrict runtime creation. 733
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 759

infinispan/extended-statistics/src/main/java/org/infinispan/stats/wrappers/ExtendedStatisticLockManager.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 67

infinispan/extended-statistics/src/main/java/org/infinispan/stats/wrappers/ExtendedStatisticRpcManager.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 323

infinispan/extended-statistics/src/test/java/org/infinispan/stats/BaseClusterTopKeyTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "key1" appears 23 times in the file. 44
 Warning extension MultipleStringLiteralsExtended The String "key2" appears 23 times in the file. 45
 Warning extension MultipleStringLiteralsExtended The String "key" appears 22 times in the file. 121
 Warning extension MultipleStringLiteralsExtended The String "value" appears 4 times in the file. 131
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 137
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 182
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 348

infinispan/extended-statistics/src/test/java/org/infinispan/stats/BaseClusteredExtendedStatisticTest.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 67
 Warning extension LogicConditionNeedOptimization Condition with && at line 304 position 34 need optimization. All method calls are advised to move to end of logic expression. 304

infinispan/extended-statistics/src/test/java/org/infinispan/stats/BaseTxClusterExtendedStatisticLogicTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "Start timestamp must be zero!" appears 2 times in the file. 54
 Warning extension MultipleStringLiteralsExtended The String "TimeUnit is different from expected" appears 2 times in the file. 55
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 77
 Warning extension MultipleStringLiteralsExtended The String "timeService" appears 6 times in the file. 207
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 359
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 361
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 364
 Warning extension MultipleStringLiteralsExtended The String "KEY_" appears 4 times in the file. 396
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around expression. 466
 Warning extension TernaryPerExpressionCount More than 1 ternary operators in expression. 488
 Warning extension TernaryPerExpressionCount More than 1 ternary operators in expression. 494
 Warning extension TernaryPerExpressionCount More than 1 ternary operators in expression. 509
 Warning extension TernaryPerExpressionCount More than 1 ternary operators in expression. 538
 Warning extension MultipleStringLiteralsExtended The String "Attribute " appears 3 times in the file. 579
 Warning extension MultipleStringLiteralsExtended The String "." appears 2 times in the file. 590

infinispan/extended-statistics/src/test/java/org/infinispan/stats/ConcurrentContainerTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 28
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 89
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 96
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 97
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 117
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 129
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 207
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 214
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 215
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 244
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 340
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 358
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 378
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 385
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 386
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 420
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 429
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 430
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 450
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 451
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 452

infinispan/extended-statistics/src/test/java/org/infinispan/stats/logic/LocalTxClusterExtendedStatisticLogicTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "Start timestamp must be zero!" appears 2 times in the file. 49
 Warning extension MultipleStringLiteralsExtended The String "TimeUnit is different from expected" appears 2 times in the file. 50
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 65
 Warning extension MultipleStringLiteralsExtended The String "timeService" appears 5 times in the file. 122
 Warning extension MultipleStringLiteralsExtended The String "KEY_" appears 2 times in the file. 239
 Warning extension MultipleStringLiteralsExtended The String "Attribute " appears 3 times in the file. 404

infinispan/extended-statistics/src/test/java/org/infinispan/stats/logic/OptimisticLockingTxClusterExtendedStatisticLogicTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "Start timestamp must be zero!" appears 2 times in the file. 64
 Warning extension MultipleStringLiteralsExtended The String "TimeUnit is different from expected" appears 2 times in the file. 65
 Warning extension MultipleStringLiteralsExtended The String "timeService" appears 6 times in the file. 133
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 152
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 154
 Warning extension MultipleStringLiteralsExtended The String "Rollback Exception expected!" appears 4 times in the file. 195
 Warning extension TernaryPerExpressionCount More than 1 ternary operators in expression. 226
 Warning extension TernaryPerExpressionCount More than 1 ternary operators in expression. 286
 Warning extension MultipleStringLiteralsExtended The String "." appears 3 times in the file. 300
 Warning extension MultipleStringLiteralsExtended The String "Attribute " appears 5 times in the file. 307
 Warning extension MultipleStringLiteralsExtended The String " already validated" appears 2 times in the file. 318
 Warning extension MultipleStringLiteralsExtended The String " has wrong value for cache " appears 2 times in the file. 321
 Warning extension TernaryPerExpressionCount More than 1 ternary operators in expression. 353

infinispan/extended-statistics/src/test/java/org/infinispan/stats/logic/PessimisticLockingTxClusterExtendedStatisticLogicTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "Start timestamp must be zero!" appears 2 times in the file. 61
 Warning extension MultipleStringLiteralsExtended The String "TimeUnit is different from expected" appears 2 times in the file. 62
 Warning extension MultipleStringLiteralsExtended The String "timeService" appears 6 times in the file. 139
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 158
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 160
 Warning extension MultipleStringLiteralsExtended The String "Expected timeout exception" appears 2 times in the file. 197
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 198
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 208
 Warning extension TernaryPerExpressionCount More than 1 ternary operators in expression. 224
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 257
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 272
 Warning extension MultipleStringLiteralsExtended The String "Deadlock expected but both transactions has been committed." appears 2 times in the file. 282
 Warning extension MultipleStringLiteralsExtended The String "Deadlock expected but both transaction has been aborted." appears 2 times in the file. 283
 Warning extension MultipleStringLiteralsExtended The String "Expected one transaction to be committed." appears 2 times in the file. 284
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 340
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 355
 Warning extension TernaryPerExpressionCount More than 1 ternary operators in expression. 380
 Warning extension MultipleStringLiteralsExtended The String "." appears 3 times in the file. 404
 Warning extension MultipleStringLiteralsExtended The String "Attribute " appears 5 times in the file. 411
 Warning extension MultipleStringLiteralsExtended The String " already validated" appears 2 times in the file. 419
 Warning extension MultipleStringLiteralsExtended The String " has wrong value for cache " appears 2 times in the file. 422
 Warning extension TernaryPerExpressionCount More than 1 ternary operators in expression. 462

infinispan/extended-statistics/src/test/java/org/infinispan/stats/simple/LocalExtendedStatisticTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 44
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 55
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 79
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 107
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 131
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 147
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 175
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 199
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 211

infinispan/extended-statistics/src/test/java/org/infinispan/stats/topK/LocalTopKeyTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "key1" appears 10 times in the file. 41
 Warning extension MultipleStringLiteralsExtended The String "value1" appears 2 times in the file. 41
 Warning extension MultipleStringLiteralsExtended The String "key2" appears 10 times in the file. 42
 Warning extension MultipleStringLiteralsExtended The String "key" appears 14 times in the file. 79
 Warning extension MultipleStringLiteralsExtended The String "value" appears 3 times in the file. 79
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 85
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 268

infinispan/integrationtests/all-embedded-it/src/test/java/org/infinispan/all/embedded/EmbeddedAllJCacheTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 22
 Warning extension MultipleStringLiteralsExtended The String "simpleCache" appears 2 times in the file. 26
 Warning extension MultipleStringLiteralsExtended The String "key" appears 4 times in the file. 30

infinispan/integrationtests/all-embedded-it/src/test/java/org/infinispan/all/embedded/EmbeddedAllTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "distributed-cache" appears 4 times in the file. 80
 Warning extension MultipleStringLiteralsExtended The String "key1" appears 3 times in the file. 86
 Warning extension MultipleStringLiteralsExtended The String "value1" appears 3 times in the file. 86
 Warning extension MultipleStringLiteralsExtended The String "key2" appears 2 times in the file. 90
 Warning extension MultipleStringLiteralsExtended The String "value2" appears 2 times in the file. 90
 Warning extension MultipleStringLiteralsExtended The String "jpa-local-cache" appears 2 times in the file. 106
 Warning extension MultipleStringLiteralsExtended The String "kve_key1" appears 4 times in the file. 109
 Warning extension MultipleStringLiteralsExtended The String "kve_key2" appears 4 times in the file. 110
 Warning extension MultipleStringLiteralsExtended The String "fcs-local-cache" appears 2 times in the file. 138
 Warning extension MultipleStringLiteralsExtended The String "jdbc-local-cache" appears 2 times in the file. 161
 Warning extension MultipleStringLiteralsExtended The String "leveldb-local-cache" appears 2 times in the file. 177
 Warning extension MultipleStringLiteralsExtended The String "OK" appears 2 times in the file. 188
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 3 times in the file. 201
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 203
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 254
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 261
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 279
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 291
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 296
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 303

infinispan/integrationtests/all-embedded-it/src/test/java/org/infinispan/all/embedded/KeyValueEntity.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 12

infinispan/integrationtests/all-embedded-query-it/src/test/java/org/infinispan/all/embeddedquery/AbstractQueryTest.java

Severity Category Rule Message Line
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 78

infinispan/integrationtests/all-embedded-query-it/src/test/java/org/infinispan/all/embeddedquery/LocalCacheTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "blurb" appears 18 times in the file. 62
 Warning extension MultipleStringLiteralsExtended The String "playing" appears 9 times in the file. 62
 Warning extension MultipleStringLiteralsExtended The String "test1" appears 2 times in the file. 73
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 89
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 91
 Warning extension ForbidAnnotationElementValue Forbidden element 'expected' in annotation 'Test'. 98
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 106
 Warning extension ForbidAnnotationElementValue Forbidden element 'expected' in annotation 'Test'. 113
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 121
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 123
 Warning extension MultipleStringLiteralsExtended The String "name" appears 11 times in the file. 155
 Warning extension MultipleStringLiteralsExtended The String "Goat" appears 9 times in the file. 155
 Warning extension MultipleStringLiteralsExtended The String "cheese" appears 2 times in the file. 261
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 279
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 281
 Warning extension ForbidAnnotationElementValue Forbidden element 'expected' in annotation 'Test'. 288
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 300
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 302
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 316
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 318
 Warning extension MultipleStringLiteralsExtended The String "Eats" appears 5 times in the file. 328
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 337
 Warning extension RequireFailForTryCatchInJunit try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. 338
 Warning extension MultipleStringLiteralsExtended The String "personFilter" appears 2 times in the file. 361
 Warning extension ForbidAnnotationElementValue Forbidden element 'expected' in annotation 'Test'. 375
 Warning extension ForbidAnnotationElementValue Forbidden element 'expected' in annotation 'Test'. 392
 Warning extension ForbidAnnotationElementValue Forbidden element 'expected' in annotation 'Test'. 400
 Warning extension ForbidAnnotationElementValue Forbidden element 'expected' in annotation 'Test'. 408
 Warning extension ForbidAnnotationElementValue Forbidden element 'expected' in annotation 'Test'. 422
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 558
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 563

infinispan/integrationtests/all-embedded-query-it/src/test/java/org/infinispan/all/embeddedquery/QueryDslConditionsTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "John" appears 29 times in the file. 61
 Warning extension MultipleStringLiteralsExtended The String "Doe" appears 11 times in the file. 62
 Warning extension MultipleStringLiteralsExtended The String "Lorem ipsum dolor sit amet" appears 3 times in the file. 66
 Warning extension MultipleStringLiteralsExtended The String "X1234" appears 7 times in the file. 70
 Warning extension MultipleStringLiteralsExtended The String "Spider" appears 28 times in the file. 75
 Warning extension MultipleStringLiteralsExtended The String "Man" appears 19 times in the file. 76
 Warning extension MultipleStringLiteralsExtended The String "Y12" appears 3 times in the file. 82
 Warning extension MultipleStringLiteralsExtended The String "ZZ" appears 2 times in the file. 85
 Warning extension MultipleStringLiteralsExtended The String "Woman" appears 12 times in the file. 91
 Warning extension MultipleStringLiteralsExtended The String "John Doe's first bank account" appears 4 times in the file. 97
 Warning extension MultipleStringLiteralsExtended The String "John Doe's second bank account" appears 2 times in the file. 102
 Warning extension MultipleStringLiteralsExtended The String "2013-01-04" appears 2 times in the file. 103
 Warning extension MultipleStringLiteralsExtended The String "2013-01-20" appears 4 times in the file. 107
 Warning extension MultipleStringLiteralsExtended The String "Birthday present" appears 2 times in the file. 111
 Warning extension MultipleStringLiteralsExtended The String "Feb. rent payment" appears 2 times in the file. 119
 Warning extension MultipleStringLiteralsExtended The String "2013-01-31" appears 11 times in the file. 146
 Warning extension MultipleStringLiteralsExtended The String "2013-01-01" appears 11 times in the file. 154
 Warning extension MultipleStringLiteralsExtended The String "user_" appears 3 times in the file. 159
 Warning extension MultipleStringLiteralsExtended The String "account_" appears 3 times in the file. 162
 Warning extension MultipleStringLiteralsExtended The String "transaction_" appears 7 times in the file. 165
 Warning extension MultipleStringLiteralsExtended The String "Expensive shoes " appears 2 times in the file. 175
 Warning extension MultipleStringLiteralsExtended The String "testing 123" appears 3 times in the file. 186
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 194
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 197
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 200
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 203
 Warning extension MultipleStringLiteralsExtended The String "name" appears 39 times in the file. 217
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 235
 Warning extension MultipleStringLiteralsExtended The String "description" appears 8 times in the file. 243
 Warning extension MultipleStringLiteralsExtended The String "notes" appears 2 times in the file. 281
 Warning extension MultipleStringLiteralsExtended The String "surname" appears 29 times in the file. 295
 Warning extension MultipleStringLiteralsExtended The String "addresses.postCode" appears 7 times in the file. 309
 Warning extension MultipleStringLiteralsExtended The String "%rent%" appears 3 times in the file. 336
 Warning extension MultipleStringLiteralsExtended The String "date" appears 6 times in the file. 351
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 357
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 358
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 374
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 375
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 391
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 392
 Warning extension MultipleStringLiteralsExtended The String "amount" appears 6 times in the file. 402
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 407
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 421
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 436
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 451
 Warning extension MultipleStringLiteralsExtended The String "gender" appears 16 times in the file. 488
 Warning extension MultipleStringLiteralsExtended The String "%oe%" appears 2 times in the file. 565
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 659
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 675
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 688
 Warning extension MultipleStringLiteralsExtended The String "id" appears 23 times in the file. 717
 Warning extension MultipleStringLiteralsExtended The String "A" appears 4 times in the file. 775
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 791
 Warning extension ForbidAnnotationElementValue Forbidden element 'expected' in annotation 'Test'. 794
 Warning extension MultipleStringLiteralsExtended The String "addresses" appears 3 times in the file. 799
 Warning extension ForbidAnnotation Incorrect target: 'METHOD_DEF' for annotation: 'Ignore'. 841
 Warning extension MultipleStringLiteralsExtended The String "age" appears 7 times in the file. 847
 Warning extension MultipleStringLiteralsExtended The String "accountIds" appears 13 times in the file. 884
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 1005
 Warning extension ForbidAnnotationElementValue Forbidden element 'expected' in annotation 'Test'. 1021
 Warning extension ForbidAnnotationElementValue Forbidden element 'expected' in annotation 'Test'. 1028
 Warning extension ForbidAnnotationElementValue Forbidden element 'expected' in annotation 'Test'. 1036
 Warning extension ForbidAnnotationElementValue Forbidden element 'expected' in annotation 'Test'. 1044
 Warning extension MultipleStringLiteralsExtended The String "creationDate" appears 5 times in the file. 1104
 Warning extension MultipleStringLiteralsExtended The String "accountId" appears 5 times in the file. 1210
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 1218
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 1233
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 1234
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 1257
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 1258
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 1274
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 1275
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 1305
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 1319
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 1333
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 1334
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 1347
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 1348
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 1463
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 1464
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 1476
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 1477
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 1489
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 1490
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 1502
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 1503
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 1530
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 1531
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 1544
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 1545
 Warning extension ForbidAnnotationElementValue Forbidden element 'expected' in annotation 'Test'. 1605
 Warning extension ForbidAnnotationElementValue Forbidden element 'expected' in annotation 'Test'. 1612
 Warning extension ForbidAnnotationElementValue Forbidden element 'expected' in annotation 'Test'. 1622
 Warning extension ForbidAnnotationElementValue Forbidden element 'expected' in annotation 'Test'. 1632
 Warning extension ForbidAnnotationElementValue Forbidden element 'expected' in annotation 'Test'. 1642
 Warning extension ForbidAnnotationElementValue Forbidden element 'expected' in annotation 'Test'. 1652
 Warning extension ForbidAnnotationElementValue Forbidden element 'expected' in annotation 'Test'. 1661
 Warning extension ForbidAnnotationElementValue Forbidden element 'expected' in annotation 'Test'. 1672
 Warning extension ForbidAnnotationElementValue Forbidden element 'expected' in annotation 'Test'. 1680
 Warning extension ForbidAnnotationElementValue Forbidden element 'expected' in annotation 'Test'. 1688

infinispan/integrationtests/all-embedded-query-it/src/test/java/org/infinispan/all/embeddedquery/QueryPhrasesTest.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 32
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 33
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 34
 Warning extension MultipleStringLiteralsExtended The String "name" appears 19 times in the file. 56
 Warning extension MultipleStringLiteralsExtended The String "Goat" appears 9 times in the file. 56
 Warning extension MultipleStringLiteralsExtended The String "age" appears 3 times in the file. 81
 Warning extension MultipleStringLiteralsExtended The String "blurb" appears 5 times in the file. 166
 Warning extension MultipleStringLiteralsExtended The String "goat" appears 2 times in the file. 166
 Warning extension MultipleStringLiteralsExtended The String "yyJohn" appears 2 times in the file. 188
 Warning extension MultipleStringLiteralsExtended The String "Eat anything" appears 2 times in the file. 188
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 199
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 206
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 207
 Warning extension ForbidAnnotationElementValue Forbidden element 'expected' in annotation 'Test'. 246
 Warning extension MultipleStringLiteralsExtended The String "otherKey" appears 7 times in the file. 284
 Warning extension MultipleStringLiteralsExtended The String "Eats grass" appears 3 times in the file. 335
 Warning extension MultipleStringLiteralsExtended The String "Some string" appears 4 times in the file. 359

infinispan/integrationtests/all-embedded-query-it/src/test/java/org/infinispan/all/embeddedquery/SimpleFacetingTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "Rosso corsa" appears 3 times in the file. 37
 Warning extension MultipleStringLiteralsExtended The String "500_Superfast" appears 2 times in the file. 39
 Warning extension MultipleStringLiteralsExtended The String "Ferrari 500_Superfast" appears 2 times in the file. 39

infinispan/integrationtests/all-embedded-query-it/src/test/java/org/infinispan/all/embeddedquery/testdomain/Car.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 16

infinispan/integrationtests/all-embedded-query-it/src/test/java/org/infinispan/all/embeddedquery/testdomain/NotIndexed.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 9

infinispan/integrationtests/all-embedded-query-it/src/test/java/org/infinispan/all/embeddedquery/testdomain/Person.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 19
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 107

infinispan/integrationtests/all-embedded-query-it/src/test/java/org/infinispan/all/embeddedquery/testdomain/StaticTestingErrorHandler.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 38

infinispan/integrationtests/all-embedded-query-it/src/test/java/org/infinispan/all/embeddedquery/testdomain/hsearch/AccountHS.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 20

infinispan/integrationtests/all-embedded-query-it/src/test/java/org/infinispan/all/embeddedquery/testdomain/hsearch/AddressHS.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 14

infinispan/integrationtests/all-embedded-query-it/src/test/java/org/infinispan/all/embeddedquery/testdomain/hsearch/TransactionHS.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 21
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 83
 Warning extension SimpleAccessorNameNotation Unexpected setter name. 87

infinispan/integrationtests/all-embedded-query-it/src/test/java/org/infinispan/all/embeddedquery/testdomain/hsearch/UserHS.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 23

infinispan/integrationtests/as-integration-client/src/test/java/org/infinispan/test/integration/as/HotRodClientIT.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "a" appears 4 times in the file. 43

infinispan/integrationtests/as-integration-embedded/src/test/java/org/infinispan/test/integration/as/InfinispanCoreIT.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "a" appears 4 times in the file. 50

infinispan/integrationtests/as-integration-embedded/src/test/java/org/infinispan/test/integration/as/InfinispanStoreJdbcIT.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "a" appears 4 times in the file. 63

infinispan/integrationtests/as-integration-embedded/src/test/java/org/infinispan/test/integration/as/InfinispanStoreJpaIT.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "a" appears 3 times in the file. 61

infinispan/integrationtests/as-integration-embedded/src/test/java/org/infinispan/test/integration/as/InfinispanStoreLevelDBIT.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "a" appears 4 times in the file. 64

infinispan/integrationtests/as-integration-embedded/src/test/java/org/infinispan/test/integration/as/KeyValueEntity.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 14

infinispan/integrationtests/as-integration-embedded/src/test/java/org/infinispan/test/integration/as/cdi/DuplicatedDomainsCdiIT.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 46

infinispan/integrationtests/as-integration-embedded/src/test/java/org/infinispan/test/integration/as/cdi/GreetingCacheManagerIT.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 44
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 47
 Warning extension MultipleStringLiteralsExtended The String "Pete" appears 2 times in the file. 71

infinispan/integrationtests/as-integration-embedded/src/test/java/org/infinispan/test/integration/as/cdi/GreetingServiceIT.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 44
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 48
 Warning extension MultipleStringLiteralsExtended The String "Hello Pete :)" appears 2 times in the file. 59
 Warning extension MultipleStringLiteralsExtended The String "Pete" appears 3 times in the file. 59
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 67
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 72

infinispan/integrationtests/as-integration-embedded/src/test/java/org/infinispan/test/integration/as/query/Book.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 10

infinispan/integrationtests/as-integration-embedded/src/test/java/org/infinispan/test/integration/as/query/DSLQueryIT.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String " services, " appears 2 times in the file. 45
 Warning extension MultipleStringLiteralsExtended The String "manning" appears 2 times in the file. 54

infinispan/integrationtests/as-integration-embedded/src/test/java/org/infinispan/test/integration/as/query/InfinispanQueryIT.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "AB1" appears 2 times in the file. 77
 Warning extension MultipleStringLiteralsExtended The String "Hibernate in Action" appears 2 times in the file. 77
 Warning extension MultipleStringLiteralsExtended The String "manning" appears 3 times in the file. 77
 Warning extension MultipleStringLiteralsExtended The String "AB2" appears 2 times in the file. 78
 Warning extension MultipleStringLiteralsExtended The String "Seam in Action" appears 2 times in the file. 78
 Warning extension MultipleStringLiteralsExtended The String "action" appears 6 times in the file. 98
 Warning extension MultipleStringLiteralsExtended The String "HibernatE" appears 5 times in the file. 108

infinispan/integrationtests/as-lucene-directory/src/test/java/org/infinispan/test/integration/as/InfinispanLuceneDirectoryIT.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "field1" appears 8 times in the file. 95
 Warning extension MultipleStringLiteralsExtended The String "The quick brown fox jumped over the lazy dog" appears 2 times in the file. 95
 Warning extension MultipleStringLiteralsExtended The String "value1" appears 2 times in the file. 115
 Warning extension MultipleStringLiteralsExtended The String "category" appears 4 times in the file. 135
 Warning extension MultipleStringLiteralsExtended The String "c2" appears 2 times in the file. 135

infinispan/integrationtests/as-lucene-directory/src/test/java/org/infinispan/test/integration/as/jms/DeploymentJmsMasterSlaveAndInfinispanAs2ndLevelCache.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "user-provided-infinispan.xml" appears 3 times in the file. 50

infinispan/integrationtests/as-lucene-directory/src/test/java/org/infinispan/test/integration/as/jms/SearchNewEntityJmsMasterSlave.java

Severity Category Rule Message Line
 Warning extension NameConventionForJunit4TestClasses JUnit test class name should match '.+Test\d*|.+Tests\d*|Test.+|Tests.+|.+IT|.+ITs|.+TestCase\d*|.+TestCases\d*' pattern. 30
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 47
 Warning extension MultipleStringLiteralsExtended The String "A non registered member should have null ID" appears 3 times in the file. 65
 Warning extension MultipleStringLiteralsExtended The String "Davide D'Alto" appears 4 times in the file. 67
 Warning extension MultipleStringLiteralsExtended The String "A registered member should have an ID" appears 3 times in the file. 71
 Warning extension MultipleStringLiteralsExtended The String "Peter O'Tall" appears 4 times in the file. 81
 Warning extension MultipleStringLiteralsExtended The String "Richard Mayhew" appears 4 times in the file. 95
 Warning extension MultipleStringLiteralsExtended The String "Davide" appears 3 times in the file. 106
 Warning extension MultipleStringLiteralsExtended The String "Peter" appears 3 times in the file. 107
 Warning extension MultipleStringLiteralsExtended The String "Richard" appears 3 times in the file. 108
 Warning extension LogicConditionNeedOptimization Condition with && at line 142 position 33 need optimization. All method calls are advised to move to end of logic expression. 142

infinispan/integrationtests/as-lucene-directory/src/test/java/org/infinispan/test/integration/as/jms/infinispan/SearchNewEntityJmsMasterSlaveAndInfinispan.java

Severity Category Rule Message Line
 Warning extension NameConventionForJunit4TestClasses JUnit test class name should match '.+Test\d*|.+Tests\d*|Test.+|Tests.+|.+IT|.+ITs|.+TestCase\d*|.+TestCases\d*' pattern. 24
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 36
 Warning extension MultipleStringLiteralsExtended The String "A non registered member should have null ID" appears 2 times in the file. 57
 Warning extension MultipleStringLiteralsExtended The String "Davide D'Alto" appears 4 times in the file. 59
 Warning extension MultipleStringLiteralsExtended The String "A registered member should have an ID" appears 2 times in the file. 63
 Warning extension MultipleStringLiteralsExtended The String "slave-1" appears 3 times in the file. 66
 Warning extension MultipleStringLiteralsExtended The String "Peter O'Tall" appears 3 times in the file. 76
 Warning extension MultipleStringLiteralsExtended The String "slave-2" appears 2 times in the file. 83
 Warning extension MultipleStringLiteralsExtended The String "Missing cache entry" appears 2 times in the file. 97
 Warning extension LogicConditionNeedOptimization Condition with && at line 114 position 33 need optimization. All method calls are advised to move to end of logic expression. 114

infinispan/integrationtests/as-lucene-directory/src/test/java/org/infinispan/test/integration/as/jms/model/RegisteredMember.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 18
 Warning extension MultipleStringLiteralsExtended The String ", " appears 2 times in the file. 61

infinispan/integrationtests/as-lucene-directory/src/test/java/org/infinispan/test/integration/as/wildfly/InfinispanModuleMemberRegistrationIT.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "user-provided-infinispan.xml" appears 3 times in the file. 58
 Warning extension MultipleStringLiteralsExtended The String "Peter O'Tall" appears 3 times in the file. 116
 Warning extension MultipleStringLiteralsExtended The String "Peter" appears 4 times in the file. 121
 Warning extension MultipleStringLiteralsExtended The String "Expected at least one result after the indexing" appears 3 times in the file. 123
 Warning extension MultipleStringLiteralsExtended The String "TotallyInventedName" appears 2 times in the file. 141
 Warning extension MultipleStringLiteralsExtended The String "Search should never return null" appears 3 times in the file. 143
 Warning extension MultipleStringLiteralsExtended The String "Search results should be empty" appears 3 times in the file. 144

infinispan/integrationtests/as-lucene-directory/src/test/java/org/infinispan/test/integration/as/wildfly/controller/MemberRegistration.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "name" appears 2 times in the file. 48

infinispan/integrationtests/as-lucene-directory/src/test/java/org/infinispan/test/integration/as/wildfly/model/Member.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 19

infinispan/integrationtests/cdi-jcache-it/src/test/java/org/infinispan/integrationtests/cdijcache/interceptor/CachePutInterceptorTest.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 44
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 47
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 50
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 57
 Warning extension MultipleStringLiteralsExtended The String "Manik" appears 5 times in the file. 67
 Warning extension MultipleStringLiteralsExtended The String "Kevin" appears 4 times in the file. 68
 Warning extension MultipleStringLiteralsExtended The String "Pete" appears 4 times in the file. 69
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 72
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 72
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 73
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 73
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 82
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 82
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 83
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 83
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 92
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 92
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 93
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 93
 Warning extension IllegalCatchExtended Catching 'RuntimeException' is not allowed. 101
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 114
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 115

infinispan/integrationtests/cdi-jcache-it/src/test/java/org/infinispan/integrationtests/cdijcache/interceptor/CacheRemoveAllInterceptorTest.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 39
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 42
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 49
 Warning extension MultipleStringLiteralsExtended The String "Kevin" appears 4 times in the file. 54
 Warning extension MultipleStringLiteralsExtended The String "Hi Kevin" appears 4 times in the file. 54
 Warning extension MultipleStringLiteralsExtended The String "Pete" appears 4 times in the file. 55
 Warning extension MultipleStringLiteralsExtended The String "Hi Pete" appears 4 times in the file. 55
 Warning extension IllegalCatchExtended Catching 'RuntimeException' is not allowed. 85
 Warning extension IllegalCatchExtended Catching 'RuntimeException' is not allowed. 100

infinispan/integrationtests/cdi-jcache-it/src/test/java/org/infinispan/integrationtests/cdijcache/interceptor/CacheRemoveEntryInterceptorTest.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 44
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 47
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 54
 Warning extension MultipleStringLiteralsExtended The String "Kevin" appears 10 times in the file. 59
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 63
 Warning extension MultipleStringLiteralsExtended The String "Hello Kevin" appears 5 times in the file. 65
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 68
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 76
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 81
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 89
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 94
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 112
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 120
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 125

infinispan/integrationtests/cdi-jcache-it/src/test/java/org/infinispan/integrationtests/cdijcache/interceptor/CacheResultInterceptorConcurrencyTest.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 42
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 45
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 48
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 64

infinispan/integrationtests/cdi-jcache-it/src/test/java/org/infinispan/integrationtests/cdijcache/interceptor/CacheResultInterceptorTest.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 42
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 45
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 48
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 52
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 59
 Warning extension MultipleStringLiteralsExtended The String "Foo" appears 2 times in the file. 69
 Warning extension MultipleStringLiteralsExtended The String "Morning Foo" appears 2 times in the file. 71
 Warning extension MultipleStringLiteralsExtended The String "Pete" appears 6 times in the file. 83
 Warning extension MultipleStringLiteralsExtended The String "Hi Pete" appears 2 times in the file. 86
 Warning extension MultipleStringLiteralsExtended The String "Hola Pete" appears 2 times in the file. 102
 Warning extension MultipleStringLiteralsExtended The String "Kevin" appears 3 times in the file. 117
 Warning extension MultipleStringLiteralsExtended The String "Hello Kevin" appears 2 times in the file. 119
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 121
 Warning extension MultipleStringLiteralsExtended The String "Manik" appears 2 times in the file. 132
 Warning extension MultipleStringLiteralsExtended The String "Hey Manik" appears 2 times in the file. 135
 Warning extension MultipleStringLiteralsExtended The String "Bonjour Pete" appears 2 times in the file. 151
 Warning extension MultipleStringLiteralsExtended The String "ISPN-5195" appears 2 times in the file. 167

infinispan/integrationtests/cdi-jcache-it/src/test/java/org/infinispan/integrationtests/cdijcache/interceptor/config/Config.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 28
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 39

infinispan/integrationtests/cdi-jcache-it/src/test/java/org/infinispan/integrationtests/cdijcache/interceptor/service/CacheRemoveEntryService.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "login parameter must not be null" appears 5 times in the file. 15

infinispan/integrationtests/compatibility-mode-it/src/test/java/org/infinispan/it/compatibility/ByteArrayKeyReplEmbeddedHotRodTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 4 times in the file. 29
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 50
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 63

infinispan/integrationtests/compatibility-mode-it/src/test/java/org/infinispan/it/compatibility/ByteArrayValueReplEmbeddedHotRodTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 4 times in the file. 29
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 50
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 63

infinispan/integrationtests/compatibility-mode-it/src/test/java/org/infinispan/it/compatibility/CompatibilityCacheFactory.java

Severity Category Rule Message Line
 Warning extension LogicConditionNeedOptimization Condition with && at line 128 position 36 need optimization. All method calls are advised to move to end of logic expression. 128
 Warning extension LogicConditionNeedOptimization Condition with && at line 132 position 36 need optimization. All method calls are advised to move to end of logic expression. 132
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 208
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 243

infinispan/integrationtests/compatibility-mode-it/src/test/java/org/infinispan/it/compatibility/CustomMemcachedHotRodTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "1" appears 2 times in the file. 51
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 4 times in the file. 55
 Warning extension MultipleStringLiteralsExtended The String "localhost" appears 2 times in the file. 59
 Warning extension MultipleStringLiteralsExtended The String "UTF-8" appears 2 times in the file. 88
 Warning extension NoNullForCollectionReturn Method should return empty collection instead of null. 126
 Warning extension NoNullForCollectionReturn Method should return empty collection instead of null. 143
 Warning extension ReturnCountExtended Return count for 'readln' method is 2 (max allowed is 1). 155

infinispan/integrationtests/compatibility-mode-it/src/test/java/org/infinispan/it/compatibility/DistEmbeddedHotRodBulkTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "key" appears 2 times in the file. 47
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 61

infinispan/integrationtests/compatibility-mode-it/src/test/java/org/infinispan/it/compatibility/DistL1EmbeddedHotRodTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 38
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 39
 Warning extension MultipleStringLiteralsExtended The String "uno" appears 3 times in the file. 54

infinispan/integrationtests/compatibility-mode-it/src/test/java/org/infinispan/it/compatibility/DistMemcachedEmbeddedTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "k" appears 5 times in the file. 50
 Warning extension MultipleStringLiteralsExtended The String "v" appears 4 times in the file. 50
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 51

infinispan/integrationtests/compatibility-mode-it/src/test/java/org/infinispan/it/compatibility/EmbeddedHotRodBulkTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 57
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 58
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 82
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 96

infinispan/integrationtests/compatibility-mode-it/src/test/java/org/infinispan/it/compatibility/EmbeddedHotRodTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 32 times in the file. 58
 Warning extension MultipleStringLiteralsExtended The String "v2" appears 20 times in the file. 60
 Warning extension MultipleStringLiteralsExtended The String "v3" appears 3 times in the file. 72
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 126
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 138
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '!='. 138
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 139
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 140
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 168
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 169
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 179
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 180
 Warning extension MultipleStringLiteralsExtended The String "one" appears 19 times in the file. 193
 Warning extension MultipleStringLiteralsExtended The String "new-one" appears 7 times in the file. 196
 Warning extension MultipleStringLiteralsExtended The String "two" appears 10 times in the file. 244
 Warning extension MultipleStringLiteralsExtended The String "three" appears 6 times in the file. 246
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 316
 Warning extension MultipleStringLiteralsExtended The String "new-two" appears 2 times in the file. 331
 Warning extension MultipleStringLiteralsExtended The String "new-three" appears 2 times in the file. 334
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 376

infinispan/integrationtests/compatibility-mode-it/src/test/java/org/infinispan/it/compatibility/EmbeddedHotRotCacheListenerTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 50
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 51
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 52
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 53
 Warning extension MultipleStringLiteralsExtended The String "k" appears 14 times in the file. 55
 Warning extension MultipleStringLiteralsExtended The String "v" appears 4 times in the file. 55
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 58
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 59
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 60
 Warning extension MultipleStringLiteralsExtended The String "key" appears 19 times in the file. 62
 Warning extension MultipleStringLiteralsExtended The String "value" appears 7 times in the file. 62
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 64
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 65
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 66
 Warning extension MultipleStringLiteralsExtended The String "modifiedValue" appears 7 times in the file. 68
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 70
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 73
 Warning extension MultipleStringLiteralsExtended The String "replacedValue" appears 7 times in the file. 75
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 77
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 80
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 89
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 90
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 91
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 99
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 102
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 107
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 108
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 109
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 123
 Warning extension MultipleStringLiteralsExtended The String "key2" appears 6 times in the file. 125
 Warning extension MultipleStringLiteralsExtended The String "value2" appears 4 times in the file. 125
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 131
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 132
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 133
 Warning extension MultipleStringLiteralsExtended The String "newKey" appears 7 times in the file. 137
 Warning extension MultipleStringLiteralsExtended The String "newValue" appears 2 times in the file. 137
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 140
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 141
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 142
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 147
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 148
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 149
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 166
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 167
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 178
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 179
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 180
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 186
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 187
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 199
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 200
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 201
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 202
 Warning extension MultipleStringLiteralsExtended The String "newKey2" appears 4 times in the file. 204
 Warning extension MultipleStringLiteralsExtended The String "successfulChange" appears 2 times in the file. 209
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 210
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 213
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 214
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 230
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 231
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 232
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 237
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 238
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 239
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 244
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 247
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 252
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 255
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 262
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 265
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 271
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 272
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 273

infinispan/integrationtests/compatibility-mode-it/src/test/java/org/infinispan/it/compatibility/EmbeddedMemcachedCacheListenerTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 53
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 54
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 55
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 56
 Warning extension MultipleStringLiteralsExtended The String "k" appears 6 times in the file. 58
 Warning extension MultipleStringLiteralsExtended The String "v" appears 2 times in the file. 58
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 59
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 63
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 64
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 65
 Warning extension MultipleStringLiteralsExtended The String "key" appears 5 times in the file. 67
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 68
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 71
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 72
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 73
 Warning extension MultipleStringLiteralsExtended The String "modifiedValue" appears 3 times in the file. 75
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 76
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 79
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 82
 Warning extension MultipleStringLiteralsExtended The String "replacedValue" appears 4 times in the file. 84
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 85
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 88
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 91
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 97
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 99
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 102
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 107
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 108
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 109
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 137

infinispan/integrationtests/compatibility-mode-it/src/test/java/org/infinispan/it/compatibility/EmbeddedRestCacheListenerTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 48
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 49
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 50
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 51
 Warning extension MultipleStringLiteralsExtended The String "/k" appears 3 times in the file. 53
 Warning extension MultipleStringLiteralsExtended The String "v" appears 2 times in the file. 55
 Warning extension MultipleStringLiteralsExtended The String "application/octet-stream" appears 4 times in the file. 55
 Warning extension MultipleStringLiteralsExtended The String "k" appears 3 times in the file. 59
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 60
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 62
 Warning extension MultipleStringLiteralsExtended The String "/key" appears 3 times in the file. 65
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 71
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 73
 Warning extension MultipleStringLiteralsExtended The String "modifiedValue" appears 3 times in the file. 77
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 81
 Warning extension MultipleStringLiteralsExtended The String "key" appears 2 times in the file. 83
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 84
 Warning extension MultipleStringLiteralsExtended The String "replacedValue" appears 3 times in the file. 88
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 92
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 95
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 103
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 106
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 113
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 114
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 115

infinispan/integrationtests/compatibility-mode-it/src/test/java/org/infinispan/it/compatibility/EmbeddedRestHotRodTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "/" appears 24 times in the file. 65
 Warning extension MultipleStringLiteralsExtended The String "<hey>ho</hey>" appears 3 times in the file. 67
 Warning extension MultipleStringLiteralsExtended The String "application/octet-stream" appears 3 times in the file. 67
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 14 times in the file. 86
 Warning extension MultipleStringLiteralsExtended The String "Accept" appears 8 times in the file. 128
 Warning extension MultipleStringLiteralsExtended The String "application/x-java-serialized-object" appears 3 times in the file. 128
 Warning extension MultipleStringLiteralsExtended The String "Content-Type" appears 4 times in the file. 150
 Warning extension MultipleStringLiteralsExtended The String "application/json" appears 2 times in the file. 165
 Warning extension MultipleStringLiteralsExtended The String "application/xml" appears 2 times in the file. 172
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 175
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 198
 Warning extension MultipleStringLiteralsExtended The String "v2" appears 8 times in the file. 231
 Warning extension MultipleStringLiteralsExtended The String "Expires" appears 4 times in the file. 237
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 239
 Warning extension MultipleStringLiteralsExtended The String "Last-Modified" appears 2 times in the file. 285
 Warning extension MultipleStringLiteralsExtended The String "unknown-media-type" appears 2 times in the file. 340
 Warning extension MultipleStringLiteralsExtended The String "Cache-Control" appears 7 times in the file. 363
 Warning extension MultipleStringLiteralsExtended The String "min-fresh=20" appears 2 times in the file. 363
 Warning extension MultipleStringLiteralsExtended The String "min-fresh=3" appears 2 times in the file. 375
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 378
 Warning extension MultipleStringLiteralsExtended The String "max-age" appears 2 times in the file. 378
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 386

infinispan/integrationtests/compatibility-mode-it/src/test/java/org/infinispan/it/compatibility/EmbeddedRestMemcachedHotRodTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 16 times in the file. 58
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 59
 Warning extension MultipleStringLiteralsExtended The String "/" appears 4 times in the file. 65
 Warning extension MultipleStringLiteralsExtended The String "<hey>ho</hey>" appears 4 times in the file. 100
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 144
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 148
 Warning extension MultipleStringLiteralsExtended The String "v2" appears 6 times in the file. 148
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 163
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 168
 Warning extension MultipleStringLiteralsExtended The String "The version (CAS) should have changed" appears 2 times in the file. 173
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 181
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 186
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 189
 Warning extension MultipleStringLiteralsExtended The String "v3" appears 2 times in the file. 189
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 217

infinispan/integrationtests/compatibility-mode-it/src/test/java/org/infinispan/it/compatibility/ReplEmbeddedRestHotRodTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "/" appears 3 times in the file. 52
 Warning extension MultipleStringLiteralsExtended The String "<hey>ho</hey>" appears 3 times in the file. 54
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 6 times in the file. 73

infinispan/integrationtests/compatibility-mode-it/src/test/java/org/infinispan/it/compatibility/TestCacheListener.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 25
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 26
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 27
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 28

infinispan/integrationtests/osgi/src/test/java/org/infinispan/it/osgi/BasicInfinispanOSGiTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "k1" appears 2 times in the file. 33
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 2 times in the file. 33

infinispan/integrationtests/osgi/src/test/java/org/infinispan/it/osgi/InfinispanEmbeddedServiceFactoryTest.java

Severity Category Rule Message Line
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 43
 Warning extension MultipleStringLiteralsExtended The String "infinispan-osgi" appears 2 times in the file. 44
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 51
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 66
 Warning extension MultipleStringLiteralsExtended The String "(service.pid=org.infinispan.manager.embedded)" appears 5 times in the file. 67
 Warning extension MultipleStringLiteralsExtended The String "No configurations are expected." appears 3 times in the file. 68
 Warning extension MultipleStringLiteralsExtended The String "No service is expected." appears 3 times in the file. 72
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 86
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 90
 Warning extension MultipleStringLiteralsExtended The String "org.infinispan.manager.embedded" appears 4 times in the file. 91
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 94
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 108
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 120
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 124
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 128
 Warning extension MultipleStringLiteralsExtended The String "instanceId" appears 3 times in the file. 130
 Warning extension MultipleStringLiteralsExtended The String "config" appears 3 times in the file. 131
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 135
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 142
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 149
 Warning extension MultipleStringLiteralsExtended The String "Expecting the service to be registered through the mananged service factory." appears 3 times in the file. 155

infinispan/integrationtests/osgi/src/test/java/org/infinispan/it/osgi/distexec/LocalDistributedExecutorTest.java

Severity Category Rule Message Line
 Warning extension ForbidAnnotationElementValue Forbidden element 'expected' in annotation 'Test'. 79
 Warning extension ForbidAnnotationElementValue Forbidden element 'expected' in annotation 'Test'. 84
 Warning extension ForbidAnnotationElementValue Forbidden element 'expected' in annotation 'Test'. 89
 Warning extension ForbidAnnotationElementValue Forbidden element 'expected' in annotation 'Test'. 104
 Warning extension ForbidAnnotationElementValue Forbidden element 'expected' in annotation 'Test'. 109
 Warning extension ForbidAnnotationElementValue Forbidden element 'expected' in annotation 'Test'. 114
 Warning extension ForbidAnnotationElementValue Forbidden element 'expected' in annotation 'Test'. 124
 Warning extension ForbidAnnotationElementValue Forbidden element 'expected' in annotation 'Test'. 149
 Warning extension ForbidAnnotationElementValue Forbidden element 'expected' in annotation 'Test'. 154
 Warning extension ForbidAnnotationElementValue Forbidden element 'expected' in annotation 'Test'. 159
 Warning extension ForbidAnnotationElementValue Forbidden element 'expected' in annotation 'Test'. 164
 Warning extension ForbidAnnotationElementValue Forbidden element 'expected' in annotation 'Test'. 169
 Warning extension ForbidAnnotationElementValue Forbidden element 'expected' in annotation 'Test'. 174
 Warning extension ForbidAnnotationElementValue Forbidden element 'expected' in annotation 'Test'. 179
 Warning extension ForbidAnnotationElementValue Forbidden element 'expected' in annotation 'Test'. 189
 Warning extension ForbidAnnotationElementValue Forbidden element 'expected' in annotation 'Test'. 209
 Warning extension ForbidAnnotationElementValue Forbidden element 'expected' in annotation 'Test'. 214

infinispan/integrationtests/osgi/src/test/java/org/infinispan/it/osgi/features/OSGiKarafFeaturesTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "infinispan-commons" appears 2 times in the file. 66
 Warning extension MultipleStringLiteralsExtended The String "infinispan-core" appears 2 times in the file. 67
 Warning extension MultipleStringLiteralsExtended The String "infinispan-client-hotrod" appears 5 times in the file. 68
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 68
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 69
 Warning extension MultipleStringLiteralsExtended The String "infinispan-cachestore-jdbc" appears 2 times in the file. 72
 Warning extension MultipleStringLiteralsExtended The String "infinispan-cachestore-remote" appears 2 times in the file. 73
 Warning extension MultipleStringLiteralsExtended The String "infinispan-cachestore-leveldb" appears 2 times in the file. 74
 Warning extension MultipleStringLiteralsExtended The String "infinispan-cachestore-jpa" appears 2 times in the file. 76
 Warning extension MultipleStringLiteralsExtended The String "infinispan-osgi" appears 2 times in the file. 77
 Warning extension MultipleStringLiteralsExtended The String "infinispan-embedded" appears 2 times in the file. 78
 Warning extension MultipleStringLiteralsExtended The String "infinispan-remote" appears 2 times in the file. 79
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 89
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 99

infinispan/integrationtests/osgi/src/test/java/org/infinispan/it/osgi/persistence/jpa/JpaStorePersonEntityTest.java

Severity Category Rule Message Line
 Warning extension ForbidAnnotationElementValue Forbidden element 'expected' in annotation 'Test'. 59
 Warning extension ForbidAnnotationElementValue Forbidden element 'expected' in annotation 'Test'. 65

infinispan/integrationtests/osgi/src/test/java/org/infinispan/it/osgi/persistence/jpa/JpaStoreUserEntityTest.java

Severity Category Rule Message Line
 Warning extension ForbidAnnotationElementValue Forbidden element 'expected' in annotation 'Test'. 59
 Warning extension ForbidAnnotationElementValue Forbidden element 'expected' in annotation 'Test'. 65

infinispan/integrationtests/osgi/src/test/java/org/infinispan/it/osgi/persistence/jpa/JpaStoreVehicleEntityTest.java

Severity Category Rule Message Line
 Warning extension ForbidAnnotationElementValue Forbidden element 'expected' in annotation 'Test'. 59
 Warning extension ForbidAnnotationElementValue Forbidden element 'expected' in annotation 'Test'. 65

infinispan/integrationtests/osgi/src/test/java/org/infinispan/it/osgi/tx/CustomObjectsReplicatedCacheTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "k1" appears 2 times in the file. 66

infinispan/integrationtests/osgi/src/test/java/org/infinispan/it/osgi/util/IspnKarafOptions.java

Severity Category Rule Message Line
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 75
 Warning extension MultipleStringLiteralsExtended The String "org.infinispan" appears 16 times in the file. 81
 Warning extension MultipleStringLiteralsExtended The String "infinispan-core" appears 5 times in the file. 81
 Warning extension MultipleStringLiteralsExtended The String "infinispan-cachestore-remote" appears 2 times in the file. 94
 Warning extension MultipleStringLiteralsExtended The String "infinispan-cachestore-jdbc" appears 5 times in the file. 98
 Warning extension MultipleStringLiteralsExtended The String "org.testng" appears 2 times in the file. 108
 Warning extension MultipleStringLiteralsExtended The String "testng" appears 2 times in the file. 108
 Warning extension MultipleStringLiteralsExtended The String "infinispan-cachestore-jpa" appears 4 times in the file. 112
 Warning extension MultipleStringLiteralsExtended The String "infinispan-embedded" appears 4 times in the file. 123
 Warning extension MultipleStringLiteralsExtended The String "org.infinispan.embedded" appears 3 times in the file. 126
 Warning extension MultipleStringLiteralsExtended The String "2" appears 2 times in the file. 141
 Warning extension MultipleStringLiteralsExtended The String "xml" appears 2 times in the file. 143
 Warning extension MultipleStringLiteralsExtended The String "features" appears 2 times in the file. 144
 Warning extension MultipleStringLiteralsExtended The String "assembly:%s!/org/infinispan/test/fwk/**" appears 2 times in the file. 215
 Warning extension MultipleStringLiteralsExtended The String "Export-Package=org.infinispan.test.fwk;partial=true;mandatory:=partial" appears 2 times in the file. 222
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 308
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 314
 Warning extension ReturnBooleanFromTernary Returning explicit boolean from ternary operator. 340

infinispan/integrationtests/osgi/src/test/java/org/infinispan/it/osgi/util/MavenUtils.java

Severity Category Rule Message Line
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 27
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 41

infinispan/integrationtests/osgi/src/test/java/org/infinispan/it/osgi/util/PaxExamUtils.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 26
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 35

infinispan/integrationtests/osgi/src/test/java/org/infinispan/it/osgi/util/PaxURLUtils.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 23

infinispan/integrationtests/security-it/src/test/java/org/infinispan/test/integration/security/embedded/AbstractAuthentication.java

Severity Category Rule Message Line
 Warning extension NameConventionForJunit4TestClasses JUnit test class name should match '.+Test\d*|.+Tests\d*|Test.+|Tests.+|.+IT|.+ITs|.+TestCase\d*|.+TestCases\d*' pattern. 34
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(protected)'. 41
 Warning extension MultipleStringLiteralsExtended The String "test" appears 11 times in the file. 131
 Warning extension MultipleStringLiteralsExtended The String "test value" appears 5 times in the file. 131
 Warning extension MultipleStringLiteralsExtended The String "value" appears 4 times in the file. 135
 Warning extension ForbidAnnotationElementValue Forbidden element 'expected' in annotation 'Test'. 179
 Warning extension ForbidAnnotationElementValue Forbidden element 'expected' in annotation 'Test'. 201
 Warning extension ForbidAnnotationElementValue Forbidden element 'expected' in annotation 'Test'. 212
 Warning extension ForbidAnnotationElementValue Forbidden element 'expected' in annotation 'Test'. 223
 Warning extension ForbidAnnotationElementValue Forbidden element 'expected' in annotation 'Test'. 234
 Warning extension ForbidAnnotationElementValue Forbidden element 'expected' in annotation 'Test'. 245
 Warning extension ForbidAnnotationElementValue Forbidden element 'expected' in annotation 'Test'. 256
 Warning extension ForbidAnnotationElementValue Forbidden element 'expected' in annotation 'Test'. 261
 Warning extension ForbidAnnotationElementValue Forbidden element 'expected' in annotation 'Test'. 266

infinispan/integrationtests/security-it/src/test/java/org/infinispan/test/integration/security/embedded/AbstractNodeAuthentication.java

Severity Category Rule Message Line
 Warning extension NameConventionForJunit4TestClasses JUnit test class name should match '.+Test\d*|.+Tests\d*|Test.+|Tests.+|.+IT|.+ITs|.+TestCase\d*|.+TestCases\d*' pattern. 27
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 43
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 46
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 81
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 83
 Warning extension RequireFailForTryCatchInJunit try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. 112
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 114
 Warning extension RequireFailForTryCatchInJunit try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. 118
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 120
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 124
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 125

infinispan/integrationtests/security-it/src/test/java/org/infinispan/test/integration/security/embedded/KrbLdapAuthenticationIT.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 56

infinispan/integrationtests/security-it/src/test/java/org/infinispan/test/integration/security/embedded/LdapAuthenticationIT.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 59
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 71

infinispan/integrationtests/security-it/src/test/java/org/infinispan/test/integration/security/embedded/NodeAuthenticationKrbFailIT.java

Severity Category Rule Message Line
 Warning extension ForbidAnnotationElementValue Forbidden element 'expected' in annotation 'Test'. 67

infinispan/integrationtests/security-it/src/test/java/org/infinispan/test/integration/security/embedded/NodeAuthenticationMD5FailIT.java

Severity Category Rule Message Line
 Warning extension ForbidAnnotationElementValue Forbidden element 'expected' in annotation 'Test'. 51

infinispan/integrationtests/security-it/src/test/java/org/infinispan/test/integration/security/embedded/NodeAuthorizationMD5FailIT.java

Severity Category Rule Message Line
 Warning extension ForbidAnnotationElementValue Forbidden element 'expected' in annotation 'Test'. 51

infinispan/integrationtests/security-it/src/test/java/org/infinispan/test/integration/security/utils/ApacheDSLdapSSL.java

Severity Category Rule Message Line
 Warning extension OverridableMethodInConstructor Overridable method 'addLdaps' is called in constructor body. 17

infinispan/integrationtests/security-it/src/test/java/org/infinispan/test/integration/security/utils/ApacheDsKrbLdap.java

Severity Category Rule Message Line
 Warning extension OverridableMethodInConstructor Overridable method 'createDs' is called in constructor body. 49
 Warning extension OverridableMethodInConstructor Overridable method 'createKdc' is called in constructor body. 50
 Warning extension OverridableMethodInConstructor Overridable method 'createLdap' is called in constructor body. 51
 Warning extension EitherLogOrThrow Either log or throw exception. 122

infinispan/integrationtests/security-it/src/test/java/org/infinispan/test/integration/security/utils/ApacheDsLdap.java

Severity Category Rule Message Line
 Warning extension OverridableMethodInConstructor Overridable method 'createDs' is called in constructor body. 35
 Warning extension OverridableMethodInConstructor Overridable method 'createLdap' is called in constructor body. 36
 Warning extension EitherLogOrThrow Either log or throw exception. 84

infinispan/integrationtests/security-it/src/test/java/org/infinispan/test/integration/security/utils/Deployments.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "target/test-classes/jboss-deployment-structure.xml" appears 2 times in the file. 22

infinispan/integrationtests/security-it/src/test/java/org/infinispan/test/integration/security/utils/SimplePrincipalGroupRoleMapper.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 30
 Warning extension NoNullForCollectionReturn Method should return empty collection instead of null. 41

infinispan/integrationtests/security-manager-it/src/test/java/org/infinispan/security/ExecutionAuthorizationTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "admin" appears 3 times in the file. 41
 Warning extension MultipleStringLiteralsExtended The String "exec" appears 3 times in the file. 42
 Warning extension MultipleStringLiteralsExtended The String "noexec" appears 3 times in the file. 43
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 104
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 177
 Warning extension EmptyPublicCtorInClass This empty public constructor is useless. 224

infinispan/integrationtests/security-manager-it/src/test/java/org/infinispan/security/QueryAuthorizationTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "admin" appears 3 times in the file. 34
 Warning extension MultipleStringLiteralsExtended The String "query" appears 3 times in the file. 35
 Warning extension MultipleStringLiteralsExtended The String "noquery" appears 3 times in the file. 36
 Warning extension MultipleStringLiteralsExtended The String "Henry" appears 2 times in the file. 96
 Warning extension MultipleStringLiteralsExtended The String "dissociate identity disorder" appears 2 times in the file. 96

infinispan/integrationtests/security-manager-it/src/test/java/org/infinispan/security/SurefireTestingPolicy.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 13
 Warning extension ReturnCountExtended Return count for 'implies' method is 3 (max allowed is 1). 17
 Warning extension MultipleStringLiteralsExtended The String " \"" appears 2 times in the file. 26
 Warning extension MultipleStringLiteralsExtended The String "\"" appears 2 times in the file. 28

infinispan/jcache/commons/src/main/java/org/infinispan/jcache/AbstractJCache.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 38
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 39
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 40
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 44
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 45
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 114
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 136
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 164
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 173
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 193
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 199
 Warning extension ReturnCountExtended Return count for 'put' method is 2 (max allowed is 1). 211
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 241
 Warning extension ReturnCountExtended Return count for 'replace' method is 5 (max allowed is 1). 277
 Warning extension MultipleStringLiteralsExtended The String "value" appears 2 times in the file. 279

infinispan/jcache/commons/src/main/java/org/infinispan/jcache/AbstractJCacheManager.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 37
 Warning extension MultipleStringLiteralsExtended The String "cacheName" appears 2 times in the file. 88
 Warning extension ReturnCountExtended Return count for 'getCache' method is 2 (max allowed is 1). 106
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 164
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 194
 Warning extension LogicConditionNeedOptimization Condition with || at line 205 position 32 need optimization. All method calls are advised to move to end of logic expression. 205
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 256

infinispan/jcache/commons/src/main/java/org/infinispan/jcache/AbstractJCacheNotifier.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 44
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 47
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 50
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 53

infinispan/jcache/commons/src/main/java/org/infinispan/jcache/AbstractJCachingProvider.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 45

infinispan/jcache/commons/src/main/java/org/infinispan/jcache/Exceptions.java

Severity Category Rule Message Line
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 25

infinispan/jcache/commons/src/main/java/org/infinispan/jcache/Expiration.java

Severity Category Rule Message Line
 Warning extension ReturnCountExtended Return count for 'getExpiry' method is 5 (max allowed is 1). 29
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 34
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 40
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 47

infinispan/jcache/commons/src/main/java/org/infinispan/jcache/MutableJCacheEntry.java

Severity Category Rule Message Line
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 90

infinispan/jcache/commons/src/main/java/org/infinispan/jcache/RIMBeanServerRegistrationUtility.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 69
 Warning extension MultipleStringLiteralsExtended The String " . Error was " appears 2 times in the file. 71
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 109

infinispan/jcache/embedded/src/main/java/org/infinispan/jcache/annotation/AbstractCachePutInterceptor.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 21
 Warning extension LogicConditionNeedOptimization Condition with && at line 44 position 38 need optimization. All method calls are advised to move to end of logic expression. 44
 Warning extension LogicConditionNeedOptimization Condition with && at line 53 position 37 need optimization. All method calls are advised to move to end of logic expression. 53

infinispan/jcache/embedded/src/main/java/org/infinispan/jcache/annotation/AbstractCacheRemoveAllInterceptor.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 25

infinispan/jcache/embedded/src/main/java/org/infinispan/jcache/annotation/AbstractCacheRemoveEntryInterceptor.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 28

infinispan/jcache/embedded/src/main/java/org/infinispan/jcache/annotation/AbstractCacheResultInterceptor.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 35

infinispan/jcache/embedded/src/main/java/org/infinispan/jcache/annotation/CacheKeyInvocationContextFactory.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 152
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 153

infinispan/jcache/embedded/src/main/java/org/infinispan/jcache/annotation/CacheLookupHelper.java

Severity Category Rule Message Line
 Warning extension LogicConditionNeedOptimization Condition with && at line 48 position 30 need optimization. All method calls are advised to move to end of logic expression. 48
 Warning extension LogicConditionNeedOptimization Condition with && at line 52 position 30 need optimization. All method calls are advised to move to end of logic expression. 52
 Warning extension ReturnCountExtended Return count for 'getCacheKeyGenerator' method is 2 (max allowed is 1). 69
 Warning extension MoveVariableInsideIf Variable 'creationalContext' can be moved inside the block at line '81' to restrict runtime creation. 79

infinispan/jcache/embedded/src/main/java/org/infinispan/jcache/annotation/CollectionsHelper.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 29

infinispan/jcache/embedded/src/main/java/org/infinispan/jcache/annotation/InjectedCacheResolver.java

Severity Category Rule Message Line
 Warning extension ReturnCountExtended Return count for 'resolveCache' method is 3 (max allowed is 1). 77

infinispan/jcache/embedded/src/main/java/org/infinispan/jcache/embedded/ConfigurationAdapter.java

Severity Category Rule Message Line
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 28
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 62

infinispan/jcache/embedded/src/main/java/org/infinispan/jcache/embedded/JCache.java

Severity Category Rule Message Line
 Warning extension OverridableMethodInConstructor Overridable method 'setManagementEnabled' is called in constructor body. 109
 Warning extension OverridableMethodInConstructor Overridable method 'setStatisticsEnabled' is called in constructor body. 112
 Warning extension MultipleStringLiteralsExtended The String "key" appears 2 times in the file. 161
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 341
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 424
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 509
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 529
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 531
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 616
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 620
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 678
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 703
 Warning extension MoveVariableInsideIf Variable 'start' can be moved inside the block at line '723' to restrict runtime creation. 722

infinispan/jcache/embedded/src/main/java/org/infinispan/jcache/embedded/JCacheLoaderAdapter.java

Severity Category Rule Message Line
 Warning extension EmptyPublicCtorInClass This empty public constructor is useless. 24
 Warning extension SimpleAccessorNameNotation Unexpected setter name. 30
 Warning extension MoveVariableInsideIf Variable 'now' can be moved inside the block at line '52' to restrict runtime creation. 49
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 66

infinispan/jcache/embedded/src/main/java/org/infinispan/jcache/embedded/JCacheWriterAdapter.java

Severity Category Rule Message Line
 Warning extension EmptyPublicCtorInClass This empty public constructor is useless. 14
 Warning extension SimpleAccessorNameNotation Unexpected setter name. 20
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 32
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 41

infinispan/jcache/embedded/src/main/java/org/infinispan/jcache/embedded/RICacheStatistics.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 14

infinispan/jcache/embedded/src/test/java/org/infinispan/jcache/InvokeProcessorTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 59
 Warning extension MultipleStringLiteralsExtended The String "select * from x" appears 2 times in the file. 60
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 73
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 89

infinispan/jcache/embedded/src/test/java/org/infinispan/jcache/JCacheConfigurationTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "oneCache" appears 2 times in the file. 28
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 30
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '!='. 30

infinispan/jcache/embedded/src/test/java/org/infinispan/jcache/JCacheExpiryTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 29
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 2 times in the file. 60
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 61
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 65

infinispan/jcache/embedded/src/test/java/org/infinispan/jcache/JCacheLoaderTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 53
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 3 times in the file. 54
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 56
 Warning extension MultipleStringLiteralsExtended The String "dummyStore" appears 4 times in the file. 83
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 96
 Warning extension MultipleStringLiteralsExtended The String "load" appears 2 times in the file. 97
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 106
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 115

infinispan/jcache/embedded/src/test/java/org/infinispan/jcache/UnwrapTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "UnwrapCache" appears 2 times in the file. 26
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 29
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 30
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 31
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 32

infinispan/jcache/embedded/src/test/java/org/infinispan/jcache/util/InMemoryJCacheLoader.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 40

infinispan/jcache/remote/src/main/java/org/infinispan/jcache/remote/ConfigurationAdapter.java

Severity Category Rule Message Line
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 17
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 53

infinispan/jcache/remote/src/main/java/org/infinispan/jcache/remote/JCache.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "key" appears 12 times in the file. 57
 Warning extension MultipleStringLiteralsExtended The String "keys" appears 3 times in the file. 70
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 76
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 82
 Warning extension MultipleStringLiteralsExtended The String "value" appears 5 times in the file. 116
 Warning extension LogicConditionNeedOptimization Condition with || at line 124 position 42 need optimization. All method calls are advised to move to end of logic expression. 124
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 129
 Warning extension LogicConditionNeedOptimization Condition with || at line 135 position 42 need optimization. All method calls are advised to move to end of logic expression. 135
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 140
 Warning extension MultipleStringLiteralsExtended The String "oldValue" appears 2 times in the file. 198
 Warning extension MultipleStringLiteralsExtended The String "Argument cannot be null." appears 3 times in the file. 437
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 442
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 454
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 466

infinispan/jcache/remote/src/main/java/org/infinispan/jcache/remote/RemoteCacheWithCacheStore.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 46

infinispan/jcache/remote/src/main/java/org/infinispan/jcache/remote/ServerManager.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 44
 Warning extension MultipleStringLiteralsExtended The String "infinispan" appears 4 times in the file. 49
 Warning extension MultipleStringLiteralsExtended The String "cache-container" appears 5 times in the file. 50
 Warning extension MultipleStringLiteralsExtended The String "local-cache" appears 4 times in the file. 55
 Warning extension MultipleStringLiteralsExtended The String "start" appears 2 times in the file. 89
 Warning extension MultipleStringLiteralsExtended The String "hotrod-connector" appears 2 times in the file. 148
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 172
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 192

infinispan/lucene/directory-provider/src/main/java/org/infinispan/hibernate/search/impl/DefaultCacheManagerService.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 38
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 45
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 51
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 57
 Warning extension MoveVariableInsideIf Variable 'serviceManager' can be moved inside the block at line '70' to restrict runtime creation. 68
 Warning extension AvoidHidingCauseException Cause exception 'ne' was lost. 102

infinispan/lucene/directory-provider/src/main/java/org/infinispan/hibernate/search/spi/InfinispanIntegration.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. 19
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. 24
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. 29
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. 34
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. 39
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. 44
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. 54

infinispan/lucene/directory-provider/src/main/java/org/infinispan/hibernate/search/util/impl/JNDIHelper.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 21
 Warning extension MultipleStringLiteralsExtended The String "class" appears 2 times in the file. 22
 Warning extension MultipleStringLiteralsExtended The String "url" appears 2 times in the file. 23

infinispan/lucene/directory-provider/src/test/java/org/infinispan/hibernate/search/ClusterSharedConnectionProvider.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "sa" appears 2 times in the file. 17

infinispan/lucene/directory-provider/src/test/java/org/infinispan/hibernate/search/ClusterTestHelper.java

Severity Category Rule Message Line
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 92

infinispan/lucene/directory-provider/src/test/java/org/infinispan/hibernate/search/InfinispanNativeLockFactoryTest.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. 37

infinispan/lucene/directory-provider/src/test/java/org/infinispan/hibernate/search/StoredIndexTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "some" appears 3 times in the file. 38
 Warning extension MultipleStringLiteralsExtended The String "complaints-office@world.com" appears 2 times in the file. 73

infinispan/lucene/directory-provider/src/test/java/org/infinispan/hibernate/search/TwoNodesTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "message" appears 2 times in the file. 77

infinispan/lucene/directory-provider/src/test/java/org/infinispan/hibernate/search/sharedIndex/Device.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. 20
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. 24
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. 28
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. 32

infinispan/lucene/directory-provider/src/test/java/org/infinispan/hibernate/search/sharedIndex/Robot.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "Galactic" appears 2 times in the file. 12
 Warning extension MultipleStringLiteralsExtended The String "Infinity1000" appears 2 times in the file. 12

infinispan/lucene/directory-provider/src/test/java/org/infinispan/hibernate/search/sharedIndex/SharedIndexTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "A1" appears 2 times in the file. 45

infinispan/lucene/directory-provider/src/test/java/org/infinispan/hibernate/search/sharedIndex/Toaster.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "GE" appears 2 times in the file. 12
 Warning extension MultipleStringLiteralsExtended The String "Scorcher5000" appears 2 times in the file. 12

infinispan/lucene/lucene-directory/src/main/java/org/infinispan/lucene/ChunkCacheKey.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "|" appears 3 times in the file. 114

infinispan/lucene/lucene-directory/src/main/java/org/infinispan/lucene/LuceneKey2StringMapper.java

Severity Category Rule Message Line
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around return value. 31
 Warning extension ReturnCountExtended Return count for 'getKeyMapping' method is 3 (max allowed is 1). 53
 Warning extension AvoidHidingCauseException Cause exception 'nfe' was lost. 87

infinispan/lucene/lucene-directory/src/main/java/org/infinispan/lucene/cacheloader/DirectoryLoaderAdaptor.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 180
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 193

infinispan/lucene/lucene-directory/src/main/java/org/infinispan/lucene/impl/DirectoryBuilderImpl.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "distLocksCache" appears 2 times in the file. 50
 Warning extension MultipleStringLiteralsExtended The String "indexName" appears 3 times in the file. 51

infinispan/lucene/lucene-directory/src/main/java/org/infinispan/lucene/impl/DirectoryImplementor.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 30
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 31
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 34
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 37
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 39
 Warning extension ReturnCountExtended Return count for 'openInput' method is 2 (max allowed is 1). 122
 Warning extension MultipleStringLiteralsExtended The String "Error loading metadata for index file: " appears 2 times in the file. 134
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 170

infinispan/lucene/lucene-directory/src/main/java/org/infinispan/lucene/impl/FileListCacheValue.java

Severity Category Rule Message Line
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around return value. 164

infinispan/lucene/lucene-directory/src/main/java/org/infinispan/lucene/impl/FileListOperations.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "Updated file listing: added " appears 2 times in the file. 59

infinispan/lucene/lucene-directory/src/main/java/org/infinispan/lucene/impl/InfinispanIndexInput.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 28

infinispan/lucene/lucene-directory/src/main/java/org/infinispan/lucene/impl/InfinispanIndexOutput.java

Severity Category Rule Message Line
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around identifier 'pos'. 92
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around identifier 'bufferSize'. 92
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around return value. 128
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 195
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 208

infinispan/lucene/lucene-directory/src/main/java/org/infinispan/lucene/impl/SingleChunkIndexInput.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "Read past EOF" appears 2 times in the file. 54

infinispan/lucene/lucene-directory/src/main/java/org/infinispan/lucene/impl/SlicedBufferIndexInput.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "Read past EOF" appears 2 times in the file. 64

infinispan/lucene/lucene-directory/src/main/java/org/infinispan/lucene/locking/TransactionalSharedLuceneLock.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 90
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 97
 Warning extension MultipleStringLiteralsExtended The String "Unable to resume suspended transaction " appears 2 times in the file. 98
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 116
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 135
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 157
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 164

infinispan/lucene/lucene-directory/src/main/java/org/infinispan/lucene/readlocks/DistributedSegmentReadLocker.java

Severity Category Rule Message Line
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 79
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 79
 Warning extension ReturnCountExtended Return count for 'acquireReadLock' method is 2 (max allowed is 1). 137
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 157
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 157

infinispan/lucene/lucene-directory/src/main/java/org/infinispan/lucene/readlocks/LocalLockMergingSegmentReadLocker.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 21

infinispan/lucene/lucene-directory/src/main/java/org/infinispan/lucene/readlocks/NoopSegmentReadLocker.java

Severity Category Rule Message Line
 Warning extension RedundantReturn Redundant return. 26

infinispan/lucene/lucene-directory/src/test/java/org/infinispan/lucene/CacheTestSupport.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "path" appears 2 times in the file. 129
 Warning extension MultipleStringLiteralsExtended The String "good" appears 2 times in the file. 133
 Warning extension MultipleStringLiteralsExtended The String "body" appears 3 times in the file. 183
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 198
 Warning extension MultipleStringLiteralsExtended The String "id" appears 2 times in the file. 207

infinispan/lucene/lucene-directory/src/test/java/org/infinispan/lucene/DatabaseStoredIndexTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "sa" appears 2 times in the file. 51
 Warning extension MultipleStringLiteralsExtended The String "index" appears 3 times in the file. 96
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 131

infinispan/lucene/lucene-directory/src/test/java/org/infinispan/lucene/DirectoryIntegrityCheck.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 50
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 52
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 64
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 74
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 96
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 120
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 132
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 146
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 156
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 171

infinispan/lucene/lucene-directory/src/test/java/org/infinispan/lucene/DirectoryOnMultipleCachesTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "hello" appears 3 times in the file. 62
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 85

infinispan/lucene/lucene-directory/src/test/java/org/infinispan/lucene/DynamicBufferSizeTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "indexName" appears 2 times in the file. 58

infinispan/lucene/lucene-directory/src/test/java/org/infinispan/lucene/ExternalizersEnabledTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "myIndex" appears 4 times in the file. 32

infinispan/lucene/lucene-directory/src/test/java/org/infinispan/lucene/InfinispanDirectoryIOTest.java

Severity Category Rule Message Line
 Warning extension MoveVariableInsideIf Variable 'predictableByte' can be moved inside the block at line '111' to restrict runtime creation. 110
 Warning extension MultipleStringLiteralsExtended The String "RandomSampleFile.txt" appears 2 times in the file. 192
 Warning extension MultipleStringLiteralsExtended The String "Hello.txt" appears 11 times in the file. 330
 Warning extension MultipleStringLiteralsExtended The String "World.txt" appears 10 times in the file. 334
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 431
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 432
 Warning extension MultipleStringLiteralsExtended The String "HelloWorld.txt" appears 5 times in the file. 438
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 439
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 440
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 441
 Warning extension MultipleStringLiteralsExtended The String "MyNewFile.txt" appears 11 times in the file. 475
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '!='. 484
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '!='. 502
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '!='. 503
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '!='. 529
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '!='. 532
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 649

infinispan/lucene/lucene-directory/src/test/java/org/infinispan/lucene/InfinispanDirectoryStressTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "indexName" appears 3 times in the file. 44
 Warning extension MultipleStringLiteralsExtended The String "document.lucene" appears 2 times in the file. 46
 Warning extension MultipleStringLiteralsExtended The String "info" appears 2 times in the file. 55
 Warning extension MultipleStringLiteralsExtended The String "good" appears 2 times in the file. 55
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 69
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 146
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 156

infinispan/lucene/lucene-directory/src/test/java/org/infinispan/lucene/InfinispanDirectoryTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "index" appears 2 times in the file. 43
 Warning extension MultipleStringLiteralsExtended The String "indexName" appears 6 times in the file. 51

infinispan/lucene/lucene-directory/src/test/java/org/infinispan/lucene/Key2StringMapperTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 23
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 23
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 28
 Warning extension MultipleStringLiteralsExtended The String "poems and songs, 3000AC-2000DC" appears 7 times in the file. 33
 Warning extension MultipleStringLiteralsExtended The String "brushed steel lock" appears 3 times in the file. 44
 Warning extension MultipleStringLiteralsExtended The String "brushed steel lock|RL|poems and songs, 3000AC-2000DC" appears 2 times in the file. 44
 Warning extension MultipleStringLiteralsExtended The String "index-A" appears 9 times in the file. 79
 Warning extension MultipleStringLiteralsExtended The String "fileName" appears 4 times in the file. 84
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 112

infinispan/lucene/lucene-directory/src/test/java/org/infinispan/lucene/SimpleLuceneTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "lucene" appears 4 times in the file. 41
 Warning extension MultipleStringLiteralsExtended The String "indexName" appears 3 times in the file. 47
 Warning extension MultipleStringLiteralsExtended The String "hi" appears 2 times in the file. 54
 Warning extension MultipleStringLiteralsExtended The String "hello" appears 2 times in the file. 57
 Warning extension MultipleStringLiteralsExtended The String "node" appears 3 times in the file. 59

infinispan/lucene/lucene-directory/src/test/java/org/infinispan/lucene/cacheloader/CacheLoaderAPITest.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 41
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 75
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around expression. 100
 Warning extension MultipleStringLiteralsExtended The String "Failed for " appears 2 times in the file. 136
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 181
 Warning extension MoveVariableInsideIf Variable 'keyFromLoad' can be moved inside the block at line '206' to restrict runtime creation. 204
 Warning extension MultipleStringLiteralsExtended The String "No corresponding key was found for " appears 2 times in the file. 239
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around expression. 255

infinispan/lucene/lucene-directory/src/test/java/org/infinispan/lucene/cacheloader/IndexCacheLoaderTest.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 33
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 34
 Warning extension MultipleStringLiteralsExtended The String "index-A" appears 3 times in the file. 72
 Warning extension MultipleStringLiteralsExtended The String "index-B" appears 3 times in the file. 73

infinispan/lucene/lucene-directory/src/test/java/org/infinispan/lucene/cacheloader/LargeIndexesTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 56
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 67
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 70
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 76
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 91

infinispan/lucene/lucene-directory/src/test/java/org/infinispan/lucene/cacheloader/LuceneCacheLoaderTest.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 72
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 108

infinispan/lucene/lucene-directory/src/test/java/org/infinispan/lucene/cacheloader/TestHelper.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "main" appears 3 times in the file. 71
 Warning extension MultipleStringLiteralsExtended The String "secondaryField" appears 3 times in the file. 72
 Warning extension MultipleStringLiteralsExtended The String "String '" appears 2 times in the file. 79

infinispan/lucene/lucene-directory/src/test/java/org/infinispan/lucene/cacheloader/WarmCacheTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 46

infinispan/lucene/lucene-directory/src/test/java/org/infinispan/lucene/impl/DeltaReplicationTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 73

infinispan/lucene/lucene-directory/src/test/java/org/infinispan/lucene/impl/DirectoryImplementerTests.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 137
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 138
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 154

infinispan/lucene/lucene-directory/src/test/java/org/infinispan/lucene/impl/FileListCacheValueDeltaTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "a" appears 2 times in the file. 16
 Warning extension MultipleStringLiteralsExtended The String "b" appears 2 times in the file. 17
 Warning extension MultipleStringLiteralsExtended The String "c" appears 2 times in the file. 18
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 24
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 25
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 34
 Warning extension MultipleStringLiteralsExtended The String "_.cf1" appears 2 times in the file. 40
 Warning extension MultipleStringLiteralsExtended The String "_.cf2" appears 2 times in the file. 41
 Warning extension MultipleStringLiteralsExtended The String "_.cf3" appears 4 times in the file. 42
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 45
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 53
 Warning extension MultipleStringLiteralsExtended The String "string1" appears 9 times in the file. 60
 Warning extension MultipleStringLiteralsExtended The String "string2" appears 3 times in the file. 60
 Warning extension MultipleStringLiteralsExtended The String "string3" appears 3 times in the file. 73
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 76
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 89
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 100
 Warning extension MultipleStringLiteralsExtended The String "2" appears 3 times in the file. 107
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 110
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 128
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 133

infinispan/lucene/lucene-directory/src/test/java/org/infinispan/lucene/locking/LockManagerFunctionalTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "lucene" appears 4 times in the file. 27

infinispan/lucene/lucene-directory/src/test/java/org/infinispan/lucene/locking/TransactionalLockManagerExcFunctionalTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "myIndex" appears 2 times in the file. 22
 Warning extension MultipleStringLiteralsExtended The String "lucene" appears 4 times in the file. 24

infinispan/lucene/lucene-directory/src/test/java/org/infinispan/lucene/profiling/DynamicTopologyStressTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "HA" appears 2 times in the file. 133
 Warning extension ForbidReturnInFinallyBlock Finally block should not contain return statements. 146
 Warning extension ForbidReturnInFinallyBlock Finally block should not contain return statements. 193

infinispan/lucene/lucene-directory/src/test/java/org/infinispan/lucene/profiling/IndexReadingStressTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "iname" appears 2 times in the file. 81
 Warning extension MultipleStringLiteralsExtended The String "main" appears 3 times in the file. 123
 Warning extension MultipleStringLiteralsExtended The String "String '" appears 2 times in the file. 173

infinispan/lucene/lucene-directory/src/test/java/org/infinispan/lucene/profiling/LuceneReaderThread.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 36
 Warning extension MoveVariableInsideIf Variable 'before' can be moved inside the block at line '58' to restrict runtime creation. 56

infinispan/lucene/lucene-directory/src/test/java/org/infinispan/lucene/profiling/LuceneUserThread.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 20
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 21
 Warning extension RedundantReturn Redundant return. 34
 Warning extension MultipleStringLiteralsExtended The String "unexpected error" appears 3 times in the file. 39
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 45

infinispan/lucene/lucene-directory/src/test/java/org/infinispan/lucene/profiling/LuceneWriterExclusiveThread.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 37

infinispan/lucene/lucene-directory/src/test/java/org/infinispan/lucene/profiling/LuceneWriterThread.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 31

infinispan/lucene/lucene-directory/src/test/java/org/infinispan/lucene/profiling/PerformanceCompareStressTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "index_metadata" appears 2 times in the file. 191
 Warning extension MultipleStringLiteralsExtended The String "index_data" appears 2 times in the file. 191
 Warning extension MultipleStringLiteralsExtended The String "index_locks" appears 2 times in the file. 191
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 219

infinispan/lucene/lucene-directory/src/test/java/org/infinispan/lucene/profiling/SharedState.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 20
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 21
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 29

infinispan/lucene/lucene-directory/src/test/java/org/infinispan/lucene/readlocks/ConfigurationCheckTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "lucene.readlocks.ConfigurationCheckTest" appears 4 times in the file. 35

infinispan/lucene/lucene-directory/src/test/java/org/infinispan/lucene/readlocks/DistributedSegmentReadLockerTest.java

Severity Category Rule Message Line
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around return value. 150

infinispan/lucene/lucene-directory/src/test/java/org/infinispan/lucene/readlocks/LocalLockStressTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "indexName" appears 3 times in the file. 46
 Warning extension MultipleStringLiteralsExtended The String "fileName" appears 4 times in the file. 46
 Warning extension RedundantReturn Redundant return. 75
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 89

infinispan/lucene/lucene-directory/src/test/java/org/infinispan/lucene/readlocks/NoopSegmentReadLockerTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 76
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 98
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 112
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 114
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 121
 Warning extension MultipleStringLiteralsExtended The String " should not have existed" appears 2 times in the file. 128

infinispan/lucene/lucene-directory/src/test/java/org/infinispan/lucene/testutils/ClusteredCacheFactory.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 29
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 30
 Warning extension MultipleStringLiteralsExtended The String "was not started" appears 2 times in the file. 52
 Warning extension MultipleStringLiteralsExtended The String "was already stopped" appears 3 times in the file. 54

infinispan/object-filter/src/main/java/org/infinispan/objectfilter/impl/BaseMatcher.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 37
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 37
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 39
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 39

infinispan/object-filter/src/main/java/org/infinispan/objectfilter/impl/FilterRegistry.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 27
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 105

infinispan/object-filter/src/main/java/org/infinispan/objectfilter/impl/FilterSubscriptionImpl.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 27
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 33

infinispan/object-filter/src/main/java/org/infinispan/objectfilter/impl/ObjectFilterImpl.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 39

infinispan/object-filter/src/main/java/org/infinispan/objectfilter/impl/ProtobufMatcher.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 99

infinispan/object-filter/src/main/java/org/infinispan/objectfilter/impl/hql/FilterEmbeddedEntityTypeDescriptor.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 31
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 38

infinispan/object-filter/src/main/java/org/infinispan/objectfilter/impl/hql/FilterParsingResult.java

Severity Category Rule Message Line
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 32
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 62

infinispan/object-filter/src/main/java/org/infinispan/objectfilter/impl/hql/FilterProcessingChain.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 46

infinispan/object-filter/src/main/java/org/infinispan/objectfilter/impl/hql/FilterPropertyTypeDescriptor.java

Severity Category Rule Message Line
 Warning extension EmptyPublicCtorInClass This empty public constructor is useless. 9

infinispan/object-filter/src/main/java/org/infinispan/objectfilter/impl/hql/FilterQueryResolverDelegate.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 28
 Warning extension MultipleStringLiteralsExtended The String "Unknown entity name " appears 2 times in the file. 52
 Warning extension MultipleStringLiteralsExtended The String "Not implemented" appears 6 times in the file. 62
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 112
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 143

infinispan/object-filter/src/main/java/org/infinispan/objectfilter/impl/hql/ObjectPropertyHelper.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 30
 Warning extension ReturnCountExtended Return count for 'convertToPropertyType' method is 13 (max allowed is 1). 52
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 63
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 71
 Warning extension AvoidHidingCauseException Cause exception 'ex' was lost. 103

infinispan/object-filter/src/main/java/org/infinispan/objectfilter/impl/hql/ProtobufPropertyHelper.java

Severity Category Rule Message Line
 Warning extension ReturnCountExtended Return count for 'getPrimitivePropertyType' method is 8 (max allowed is 1). 36
 Warning extension ReturnCountExtended Return count for 'getField' method is 2 (max allowed is 1). 65
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 69
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 70
 Warning extension MultipleStringLiteralsExtended The String "Unknown entity name " appears 4 times in the file. 70
 Warning extension ReturnCountExtended Return count for 'hasProperty' method is 2 (max allowed is 1). 89
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 93
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 94
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 118
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 119
 Warning extension ReturnCountExtended Return count for 'isRepeatedProperty' method is 2 (max allowed is 1). 137
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 141
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 142
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 145
 Warning extension ReturnCountExtended Return count for 'convertToPropertyType' method is 4 (max allowed is 1). 162

infinispan/object-filter/src/main/java/org/infinispan/objectfilter/impl/hql/ReflectionPropertyHelper.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 21
 Warning extension MultipleStringLiteralsExtended The String "Unknown entity name " appears 4 times in the file. 57
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 82
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 115

infinispan/object-filter/src/main/java/org/infinispan/objectfilter/impl/hql/predicate/FilterConjunctionPredicate.java

Severity Category Rule Message Line
 Warning extension EmptyPublicCtorInClass This empty public constructor is useless. 13

infinispan/object-filter/src/main/java/org/infinispan/objectfilter/impl/hql/predicate/FilterDisjunctionPredicate.java

Severity Category Rule Message Line
 Warning extension EmptyPublicCtorInClass This empty public constructor is useless. 13

infinispan/object-filter/src/main/java/org/infinispan/objectfilter/impl/hql/predicate/FilterNegationPredicate.java

Severity Category Rule Message Line
 Warning extension EmptyPublicCtorInClass This empty public constructor is useless. 13

infinispan/object-filter/src/main/java/org/infinispan/objectfilter/impl/hql/predicate/FilterRootPredicate.java

Severity Category Rule Message Line
 Warning extension EmptyPublicCtorInClass This empty public constructor is useless. 13

infinispan/object-filter/src/main/java/org/infinispan/objectfilter/impl/predicateindex/AttributeNode.java

Severity Category Rule Message Line
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 80
 Warning extension MultipleStringLiteralsExtended The String "No child found : " appears 2 times in the file. 149
 Warning extension MultipleStringLiteralsExtended The String "Reached illegal state" appears 2 times in the file. 175

infinispan/object-filter/src/main/java/org/infinispan/objectfilter/impl/predicateindex/FilterEvalContext.java

Severity Category Rule Message Line
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 32

infinispan/object-filter/src/main/java/org/infinispan/objectfilter/impl/predicateindex/MatcherEvalContext.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 26
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 28

infinispan/object-filter/src/main/java/org/infinispan/objectfilter/impl/predicateindex/Predicate.java

Severity Category Rule Message Line
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 32

infinispan/object-filter/src/main/java/org/infinispan/objectfilter/impl/predicateindex/Predicates.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 30
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 161

infinispan/object-filter/src/main/java/org/infinispan/objectfilter/impl/predicateindex/Projections.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 17

infinispan/object-filter/src/main/java/org/infinispan/objectfilter/impl/predicateindex/ProtobufMatcherEvalContext.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "No nested message is expected" appears 2 times in the file. 123
 Warning extension LogicConditionNeedOptimization Condition with || at line 181 position 55 need optimization. All method calls are advised to move to end of logic expression. 181

infinispan/object-filter/src/main/java/org/infinispan/objectfilter/impl/predicateindex/RootNode.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "Root node does not allow predicates" appears 2 times in the file. 19
 Warning extension MultipleStringLiteralsExtended The String "Root node does not allow projections" appears 2 times in the file. 29

infinispan/object-filter/src/main/java/org/infinispan/objectfilter/impl/predicateindex/be/BETreeMaker.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 33
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 34

infinispan/object-filter/src/main/java/org/infinispan/objectfilter/impl/predicateindex/be/PredicateNode.java

Severity Category Rule Message Line
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 44
 Warning extension LogicConditionNeedOptimization Condition with && at line 61 position 36 need optimization. All method calls are advised to move to end of logic expression. 61

infinispan/object-filter/src/main/java/org/infinispan/objectfilter/impl/syntax/BooleanFilterNormalizer.java

Severity Category Rule Message Line
 Warning extension ReturnCountExtended Return count for 'visit' method is 3 (max allowed is 1). 34
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 35
 Warning extension ReturnCountExtended Return count for 'visit' method is 3 (max allowed is 1). 64
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 65
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 113
 Warning extension ReturnCountExtended Return count for 'comparePrimaryPredicateExpr' method is 3 (max allowed is 1). 172
 Warning extension ReturnCountExtended Return count for 'optimizeOverlappingIntervalPredicates' method is 12 (max allowed is 1). 250
 Warning extension ReturnCountExtended Return count for 'visit' method is 7 (max allowed is 1). 324
 Warning extension ReturnCountExtended Return count for 'eqAndInterval' method is 14 (max allowed is 1). 373
 Warning extension ReturnCountExtended Return count for 'notEqAndInterval' method is 14 (max allowed is 1). 416
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 462
 Warning extension ReturnCountExtended Return count for 'visit' method is 3 (max allowed is 1). 477
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 478
 Warning extension ReturnCountExtended Return count for 'visit' method is 3 (max allowed is 1). 505
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 506

infinispan/object-filter/src/main/java/org/infinispan/objectfilter/impl/syntax/BooleanOperatorExpr.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 14

infinispan/object-filter/src/main/java/org/infinispan/objectfilter/impl/syntax/ComparisonExpr.java

Severity Category Rule Message Line
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 72

infinispan/object-filter/src/main/java/org/infinispan/objectfilter/impl/syntax/ConstantBooleanExpr.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 19
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 21
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 30

infinispan/object-filter/src/main/java/org/infinispan/objectfilter/impl/syntax/PropertyValueExpr.java

Severity Category Rule Message Line
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 30

infinispan/object-filter/src/main/java/org/infinispan/objectfilter/impl/util/ComparableArrayComparator.java

Severity Category Rule Message Line
 Warning extension TernaryPerExpressionCount More than 1 ternary operators in expression. 37

infinispan/object-filter/src/main/java/org/infinispan/objectfilter/impl/util/Interval.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 24
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 44
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. 64
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. 69
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. 74
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. 79
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 81

infinispan/object-filter/src/main/java/org/infinispan/objectfilter/impl/util/IntervalTree.java

Severity Category Rule Message Line
 Warning extension ReturnCountExtended Return count for 'add' method is 2 (max allowed is 1). 134
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 366
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 390
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 427
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 428
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 439
 Warning extension ReturnCountExtended Return count for 'findNode' method is 5 (max allowed is 1). 470

infinispan/object-filter/src/main/java/org/infinispan/objectfilter/impl/util/ReflectionHelper.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "This property cannot be iterated" appears 2 times in the file. 76
 Warning extension ReturnCountExtended Return count for 'getAccessor' method is 4 (max allowed is 1). 241
 Warning extension ReturnCountExtended Return count for 'determineMapValueTypeParam' method is 3 (max allowed is 1). 328
 Warning extension ReturnCountExtended Return count for 'determineCollectionElementType' method is 2 (max allowed is 1). 359

infinispan/object-filter/src/main/java/org/infinispan/objectfilter/impl/util/StringHelper.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 23

infinispan/object-filter/src/test/java/org/infinispan/objectfilter/impl/hql/AbstractParsingTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "ISPN000406" appears 2 times in the file. 57

infinispan/object-filter/src/test/java/org/infinispan/objectfilter/impl/hql/ProtobufParsingTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "org.infinispan.objectfilter.test.model.Person" appears 2 times in the file. 39

infinispan/object-filter/src/test/java/org/infinispan/objectfilter/impl/syntax/BooleanFilterNormalizerTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "EQUAL(PROP(name), CONST(John))" appears 2 times in the file. 40
 Warning extension MultipleStringLiteralsExtended The String "NOT_EQUAL(PROP(name), CONST(Johnny))" appears 2 times in the file. 52
 Warning extension MultipleStringLiteralsExtended The String "CONST_TRUE" appears 34 times in the file. 64
 Warning extension MultipleStringLiteralsExtended The String "CONST_FALSE" appears 37 times in the file. 82
 Warning extension MultipleStringLiteralsExtended The String "EQUAL(PROP(age), CONST(20))" appears 16 times in the file. 112
 Warning extension MultipleStringLiteralsExtended The String "NOT_EQUAL(PROP(age), CONST(20))" appears 14 times in the file. 119
 Warning extension MultipleStringLiteralsExtended The String "LESS(PROP(age), CONST(20))" appears 12 times in the file. 120
 Warning extension MultipleStringLiteralsExtended The String "GREATER(PROP(age), CONST(20))" appears 10 times in the file. 123
 Warning extension MultipleStringLiteralsExtended The String "LESS_OR_EQUAL(PROP(age), CONST(20))" appears 12 times in the file. 133
 Warning extension MultipleStringLiteralsExtended The String "GREATER_OR_EQUAL(PROP(age), CONST(20))" appears 12 times in the file. 140
 Warning extension MultipleStringLiteralsExtended The String "EQUAL(PROP(age), CONST(30))" appears 6 times in the file. 190
 Warning extension MultipleStringLiteralsExtended The String "GREATER_OR_EQUAL(PROP(age), CONST(30))" appears 6 times in the file. 194
 Warning extension MultipleStringLiteralsExtended The String "GREATER(PROP(age), CONST(30))" appears 8 times in the file. 195
 Warning extension MultipleStringLiteralsExtended The String "LESS(PROP(age), CONST(30))" appears 6 times in the file. 222
 Warning extension MultipleStringLiteralsExtended The String "LESS_OR_EQUAL(PROP(age), CONST(30))" appears 6 times in the file. 223
 Warning extension MultipleStringLiteralsExtended The String "NOT_EQUAL(PROP(age), CONST(30))" appears 4 times in the file. 233

infinispan/object-filter/src/test/java/org/infinispan/objectfilter/impl/util/IntervalTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 16
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 17
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 18
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 20
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 21
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 22

infinispan/object-filter/src/test/java/org/infinispan/objectfilter/impl/util/IntervalTreeTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 17
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 18

infinispan/object-filter/src/test/java/org/infinispan/objectfilter/impl/util/ReflectionHelperTest.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 27
 Warning extension MultipleStringLiteralsExtended The String "prop1" appears 2 times in the file. 66

infinispan/object-filter/src/test/java/org/infinispan/objectfilter/test/AbstractMatcherTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "John" appears 7 times in the file. 39
 Warning extension MultipleStringLiteralsExtended The String "Batman" appears 2 times in the file. 40
 Warning extension MultipleStringLiteralsExtended The String "SW12345" appears 4 times in the file. 46
 Warning extension MultipleStringLiteralsExtended The String "0040888888" appears 2 times in the file. 50
 Warning extension MultipleStringLiteralsExtended The String "004012345" appears 2 times in the file. 52
 Warning extension MultipleStringLiteralsExtended The String "Cat" appears 2 times in the file. 60
 Warning extension MultipleStringLiteralsExtended The String "Woman" appears 2 times in the file. 61
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 107
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 113
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 119
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 125
 Warning extension ForbidAnnotation Incorrect target: 'METHOD_DEF' for annotation: 'Ignore'. 129
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 133
 Warning extension ForbidAnnotation Incorrect target: 'METHOD_DEF' for annotation: 'Ignore'. 137
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 141
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 147
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 153
 Warning extension MultipleStringLiteralsExtended The String "from org.infinispan.objectfilter.test.model.Person p where p.name = 'John'" appears 5 times in the file. 158
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 159
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 165
 Warning extension MultipleStringLiteralsExtended The String "ISPN000402" appears 2 times in the file. 171
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 174
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 183
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 189
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 195
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 201
 Warning extension MultipleStringLiteralsExtended The String "from org.infinispan.objectfilter.test.model.Person where phoneNumbers is null" appears 2 times in the file. 206
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 207
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 213
 Warning extension MultipleStringLiteralsExtended The String "from org.infinispan.objectfilter.test.model.Person where phoneNumbers is not null" appears 2 times in the file. 218
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 219
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 225
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 231
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 237
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 243
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 249
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 255
 Warning extension MultipleStringLiteralsExtended The String "from org.infinispan.objectfilter.test.model.Person p where p.phoneNumbers.number = '004012345'" appears 2 times in the file. 260
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 261
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 267
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 273
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 279
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 285
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 320
 Warning extension MultipleStringLiteralsExtended The String "phoneNumbers.number" appears 2 times in the file. 347
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 348
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 372
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 388
 Warning extension MultipleStringLiteralsExtended The String "id" appears 2 times in the file. 400
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 409
 Warning extension MultipleStringLiteralsExtended The String "name" appears 7 times in the file. 421
 Warning extension MultipleStringLiteralsExtended The String "Jo%" appears 2 times in the file. 421
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 429
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 454
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 457
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 474
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 506
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 512
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 518
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 524
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 530
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 536
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 542
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 548
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 554
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 560
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 566
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 572
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 578
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 584
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 590
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 596
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 602
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 608
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 614
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 624
 Warning extension MultipleStringLiteralsExtended The String "address.postCode" appears 3 times in the file. 636
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 655
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 688

infinispan/object-filter/src/test/java/org/infinispan/objectfilter/test/model/AddressMarshaller.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "street" appears 2 times in the file. 15
 Warning extension MultipleStringLiteralsExtended The String "postCode" appears 2 times in the file. 16

infinispan/object-filter/src/test/java/org/infinispan/objectfilter/test/model/Person.java

Severity Category Rule Message Line
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 39
 Warning extension SimpleAccessorNameNotation Unexpected setter name. 43
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 47
 Warning extension SimpleAccessorNameNotation Unexpected setter name. 51
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 55
 Warning extension SimpleAccessorNameNotation Unexpected setter name. 59
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 63
 Warning extension SimpleAccessorNameNotation Unexpected setter name. 67
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 71
 Warning extension SimpleAccessorNameNotation Unexpected setter name. 75
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 79
 Warning extension SimpleAccessorNameNotation Unexpected setter name. 83
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 87
 Warning extension SimpleAccessorNameNotation Unexpected setter name. 91
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 95
 Warning extension SimpleAccessorNameNotation Unexpected setter name. 99
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 103
 Warning extension SimpleAccessorNameNotation Unexpected setter name. 107
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 111
 Warning extension SimpleAccessorNameNotation Unexpected setter name. 115
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 119
 Warning extension SimpleAccessorNameNotation Unexpected setter name. 123

infinispan/object-filter/src/test/java/org/infinispan/objectfilter/test/model/PersonMarshaller.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "id" appears 2 times in the file. 18
 Warning extension MultipleStringLiteralsExtended The String "name" appears 2 times in the file. 19
 Warning extension MultipleStringLiteralsExtended The String "surname" appears 2 times in the file. 20
 Warning extension MultipleStringLiteralsExtended The String "address" appears 2 times in the file. 21
 Warning extension MultipleStringLiteralsExtended The String "phoneNumbers" appears 2 times in the file. 22
 Warning extension MultipleStringLiteralsExtended The String "age" appears 2 times in the file. 23
 Warning extension MultipleStringLiteralsExtended The String "favouriteNumbers" appears 2 times in the file. 24
 Warning extension MultipleStringLiteralsExtended The String "license" appears 2 times in the file. 25
 Warning extension MultipleStringLiteralsExtended The String "gender" appears 2 times in the file. 26
 Warning extension MultipleStringLiteralsExtended The String "lastUpdate" appears 2 times in the file. 27
 Warning extension MultipleStringLiteralsExtended The String "deleted" appears 2 times in the file. 28

infinispan/object-filter/src/test/java/org/infinispan/objectfilter/test/model/PhoneNumberMarshaller.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "number" appears 2 times in the file. 16

infinispan/object-filter/src/test/java/org/infinispan/objectfilter/test/perf/PerfTest.java

Severity Category Rule Message Line
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 26
 Warning extension MultipleStringLiteralsExtended The String "from org.infinispan.objectfilter.test.model.Person p where p.name is not null" appears 2 times in the file. 38
 Warning extension MultipleStringLiteralsExtended The String "from org.infinispan.objectfilter.test.model.Person p where p.surname = 'Batman' and p.age > 30 and p.name > 'A' and p.address.postCode = 'SW12345'" appears 2 times in the file. 44

infinispan/osgi/src/main/java/org/infinispan/osgi/InfinispanEmbeddedServiceFactory.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 32
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 33
 Warning extension MultipleStringLiteralsExtended The String "Property must be set" appears 2 times in the file. 44
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 58
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 66
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 74
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 85
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 93
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 99
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 100

infinispan/persistence/cli/src/main/java/org/infinispan/persistence/cli/CLInterfaceLoader.java

Severity Category Rule Message Line
 Warning extension ReturnCountExtended Return count for 'load' method is 2 (max allowed is 1). 52
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 105

infinispan/persistence/cli/src/main/java/org/infinispan/persistence/cli/configuration/Attribute.java

Severity Category Rule Message Line
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 30
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 37

infinispan/persistence/cli/src/main/java/org/infinispan/persistence/cli/configuration/Element.java

Severity Category Rule Message Line
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 31
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 38

infinispan/persistence/cli/src/main/java/org/infinispan/persistence/cli/upgrade/CLInterfaceTargetMigrator.java

Severity Category Rule Message Line
 Warning extension LogicConditionNeedOptimization Condition with && at line 73 position 49 need optimization. All method calls are advised to move to end of logic expression. 73
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 75

infinispan/persistence/cli/src/test/java/org/infinispan/persistence/cli/CLInterfaceLoaderFunctionalTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 4 times in the file. 44
 Warning extension MultipleStringLiteralsExtended The String "v2" appears 4 times in the file. 45
 Warning extension MultipleStringLiteralsExtended The String "v3" appears 4 times in the file. 46
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 151

infinispan/persistence/cli/src/test/java/org/infinispan/persistence/cli/configuration/ConfigurationTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "jmx://1.2.3.4:4444/MyCacheManager/myCache" appears 2 times in the file. 15

infinispan/persistence/jdbc/src/main/java/org/infinispan/persistence/jdbc/TableManipulation.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 27
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 29
 Warning extension ReturnCountExtended Return count for 'tableExists' method is 2 (max allowed is 1). 67
 Warning extension MultipleStringLiteralsExtended The String " " appears 3 times in the file. 99
 Warning extension MultipleStringLiteralsExtended The String ", " appears 7 times in the file. 100
 Warning extension MultipleStringLiteralsExtended The String "DELETE FROM " appears 6 times in the file. 134
 Warning extension MultipleStringLiteralsExtended The String "UPDATE " appears 3 times in the file. 180
 Warning extension MultipleStringLiteralsExtended The String " SET " appears 3 times in the file. 180
 Warning extension MultipleStringLiteralsExtended The String " = ? , " appears 3 times in the file. 180
 Warning extension MultipleStringLiteralsExtended The String "=? WHERE " appears 3 times in the file. 180
 Warning extension MultipleStringLiteralsExtended The String " = convert(" appears 4 times in the file. 180
 Warning extension MultipleStringLiteralsExtended The String "," appears 6 times in the file. 180
 Warning extension MultipleStringLiteralsExtended The String "?)" appears 4 times in the file. 180
 Warning extension MultipleStringLiteralsExtended The String " = cast(? as " appears 4 times in the file. 183
 Warning extension MultipleStringLiteralsExtended The String ")" appears 4 times in the file. 183
 Warning extension MultipleStringLiteralsExtended The String " = ?" appears 4 times in the file. 186
 Warning extension MultipleStringLiteralsExtended The String "SELECT " appears 8 times in the file. 197
 Warning extension MultipleStringLiteralsExtended The String " FROM " appears 8 times in the file. 197
 Warning extension MultipleStringLiteralsExtended The String " WHERE " appears 12 times in the file. 197
 Warning extension MultipleStringLiteralsExtended The String "SELECT %s FROM %s" appears 2 times in the file. 356
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 392
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 403

infinispan/persistence/jdbc/src/main/java/org/infinispan/persistence/jdbc/TableName.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 8
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 33
 Warning extension MultipleStringLiteralsExtended The String "_" appears 2 times in the file. 51
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 52
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 55

infinispan/persistence/jdbc/src/main/java/org/infinispan/persistence/jdbc/binary/JdbcBinaryStore.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 99
 Warning extension MultipleStringLiteralsExtended The String "Exception while stopping" appears 2 times in the file. 101
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 109
 Warning extension TernaryPerExpressionCount More than 1 ternary operators in expression. 207
 Warning extension MoveVariableInsideIf Variable 'result' can be moved inside the block at line '243' to restrict runtime creation. 242
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 265
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 267
 Warning extension MultipleStringLiteralsExtended The String "Interrupted purging JdbcBinaryStore" appears 2 times in the file. 315
 Warning extension MultipleStringLiteralsExtended The String "Flushing deletion batch" appears 2 times in the file. 327
 Warning extension MultipleStringLiteralsExtended The String "Flushed deletion batch" appears 2 times in the file. 329
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 330
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 337
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 424
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 448
 Warning extension MultipleStringLiteralsExtended The String "'. Expected values is 1" appears 2 times in the file. 475
 Warning extension ReturnCountExtended Return count for 'loadBucket' method is 2 (max allowed is 1). 525
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 605

infinispan/persistence/jdbc/src/main/java/org/infinispan/persistence/jdbc/configuration/AbstractJdbcStoreConfiguration.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 20
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 21
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 22
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 24

infinispan/persistence/jdbc/src/main/java/org/infinispan/persistence/jdbc/configuration/AbstractJdbcStoreConfigurationBuilder.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 24
 Warning extension MultipleStringLiteralsExtended The String "A ConnectionFactory has already been configured for this store" appears 2 times in the file. 50
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 57

infinispan/persistence/jdbc/src/main/java/org/infinispan/persistence/jdbc/configuration/Attribute.java

Severity Category Rule Message Line
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 44
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 51

infinispan/persistence/jdbc/src/main/java/org/infinispan/persistence/jdbc/configuration/Element.java

Severity Category Rule Message Line
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 43
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 50

infinispan/persistence/jdbc/src/main/java/org/infinispan/persistence/jdbc/configuration/JdbcBinaryStoreConfiguration.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 22
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 23
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 24
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 26

infinispan/persistence/jdbc/src/main/java/org/infinispan/persistence/jdbc/configuration/JdbcMixedStoreConfiguration.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 35
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 36
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 37
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 38
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 39
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 40
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 41
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 43

infinispan/persistence/jdbc/src/main/java/org/infinispan/persistence/jdbc/configuration/JdbcStoreConfigurationParser70.java

Severity Category Rule Message Line
 Warning extension EmptyPublicCtorInClass This empty public constructor is useless. 34
 Warning extension CustomDeclarationOrder Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. 350

infinispan/persistence/jdbc/src/main/java/org/infinispan/persistence/jdbc/configuration/JdbcStoreConfigurationParser71.java

Severity Category Rule Message Line
 Warning extension EmptyPublicCtorInClass This empty public constructor is useless. 34
 Warning extension CustomDeclarationOrder Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. 350

infinispan/persistence/jdbc/src/main/java/org/infinispan/persistence/jdbc/configuration/JdbcStoreConfigurationParser72.java

Severity Category Rule Message Line
 Warning extension EmptyPublicCtorInClass This empty public constructor is useless. 37
 Warning extension CustomDeclarationOrder Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. 353

infinispan/persistence/jdbc/src/main/java/org/infinispan/persistence/jdbc/configuration/JdbcStringBasedStoreConfiguration.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 22
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 23
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 25

infinispan/persistence/jdbc/src/main/java/org/infinispan/persistence/jdbc/configuration/ManagedConnectionFactoryConfigurationBuilder.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. 19

infinispan/persistence/jdbc/src/main/java/org/infinispan/persistence/jdbc/configuration/PooledConnectionFactoryConfigurationBuilder.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. 21
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. 22
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. 23
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. 24

infinispan/persistence/jdbc/src/main/java/org/infinispan/persistence/jdbc/configuration/TableManipulationConfiguration.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 27
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 28
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 29
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 30
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 31
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 32
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 33
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 34
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 35
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 36
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 37
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 38
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 39
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 41

infinispan/persistence/jdbc/src/main/java/org/infinispan/persistence/jdbc/connectionfactory/PooledConnectionFactory.java

Severity Category Rule Message Line
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 49
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 54
 Warning extension LogicConditionNeedOptimization Condition with && at line 70 position 31 need optimization. All method calls are advised to move to end of logic expression. 70
 Warning extension LogicConditionNeedOptimization Condition with && at line 73 position 31 need optimization. All method calls are advised to move to end of logic expression. 73
 Warning extension MultipleStringLiteralsExtended The String "checkout" appears 2 times in the file. 116
 Warning extension MultipleStringLiteralsExtended The String "release" appears 2 times in the file. 116

infinispan/persistence/jdbc/src/main/java/org/infinispan/persistence/jdbc/mixed/JdbcMixedStore.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 84
 Warning extension MultipleStringLiteralsExtended The String "Exception while stopping" appears 3 times in the file. 86
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 90
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 96
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 148

infinispan/persistence/jdbc/src/main/java/org/infinispan/persistence/jdbc/stringbased/JdbcStringBasedStore.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 107
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 128
 Warning extension MultipleStringLiteralsExtended The String "Exception while stopping" appears 2 times in the file. 131
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 139
 Warning extension MultipleStringLiteralsExtended The String "Running sql '%s'. Key string is '%s'" appears 2 times in the file. 157
 Warning extension ReturnCountExtended Return count for 'load' method is 2 (max allowed is 1). 190
 Warning extension MoveVariableInsideIf Variable 'result' can be moved inside the block at line '256' to restrict runtime creation. 255
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 271
 Warning extension MoveVariableInsideIf Variable 'result' can be moved inside the block at line '283' to restrict runtime creation. 282
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 316
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 335
 Warning extension MoveVariableInsideIf Variable 'inputStream' can be moved inside the block at line '343' to restrict runtime creation. 341
 Warning extension TernaryPerExpressionCount More than 1 ternary operators in expression. 346

infinispan/persistence/jdbc/src/test/java/org/infinispan/persistence/jdbc/ManagedConnectionFactoryTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "This should not be called!" appears 7 times in the file. 86

infinispan/persistence/jdbc/src/test/java/org/infinispan/persistence/jdbc/PooledConnectionFactoryTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 50

infinispan/persistence/jdbc/src/test/java/org/infinispan/persistence/jdbc/TableManipulationTest.java

Severity Category Rule Message Line
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 124

infinispan/persistence/jdbc/src/test/java/org/infinispan/persistence/jdbc/TableNameTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "FOOBAR" appears 3 times in the file. 35
 Warning extension MultipleStringLiteralsExtended The String "ISPN_FOOBAR" appears 2 times in the file. 42
 Warning extension MultipleStringLiteralsExtended The String "ISPN" appears 2 times in the file. 45

infinispan/persistence/jdbc/src/test/java/org/infinispan/persistence/jdbc/TableNameUniquenessTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "first" appears 7 times in the file. 34
 Warning extension MultipleStringLiteralsExtended The String "second" appears 7 times in the file. 35
 Warning extension MultipleStringLiteralsExtended The String "k" appears 10 times in the file. 92
 Warning extension MultipleStringLiteralsExtended The String "k2" appears 6 times in the file. 98
 Warning extension MultipleStringLiteralsExtended The String "v" appears 2 times in the file. 147
 Warning extension MultipleStringLiteralsExtended The String "v2" appears 2 times in the file. 153

infinispan/persistence/jdbc/src/test/java/org/infinispan/persistence/jdbc/binary/BinaryStoreWithManagedConnectionTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 52
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 53
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 55

infinispan/persistence/jdbc/src/test/java/org/infinispan/persistence/jdbc/binary/JdbcBinaryStoreParallelIterationTest.java

Severity Category Rule Message Line
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 19

infinispan/persistence/jdbc/src/test/java/org/infinispan/persistence/jdbc/binary/JdbcBinaryStoreTest.java

Severity Category Rule Message Line
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 60
 Warning extension MultipleStringLiteralsExtended The String "value" appears 4 times in the file. 84

infinispan/persistence/jdbc/src/test/java/org/infinispan/persistence/jdbc/configuration/ConfigurationTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "BINARY_" appears 6 times in the file. 48
 Warning extension MultipleStringLiteralsExtended The String "id" appears 12 times in the file. 49
 Warning extension MultipleStringLiteralsExtended The String "VARCHAR" appears 12 times in the file. 49
 Warning extension MultipleStringLiteralsExtended The String "datum" appears 12 times in the file. 50
 Warning extension MultipleStringLiteralsExtended The String "BINARY" appears 12 times in the file. 50
 Warning extension MultipleStringLiteralsExtended The String "version" appears 12 times in the file. 51
 Warning extension MultipleStringLiteralsExtended The String "BIGINT" appears 12 times in the file. 51
 Warning extension MultipleStringLiteralsExtended The String "STRINGS_" appears 7 times in the file. 104
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 239
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 240

infinispan/persistence/jdbc/src/test/java/org/infinispan/persistence/jdbc/configuration/XmlFileParsingTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String " <cache-container default-cache=\"default\">\n" appears 3 times in the file. 31
 Warning extension MultipleStringLiteralsExtended The String " <local-cache name=\"default\">\n" appears 3 times in the file. 32
 Warning extension MultipleStringLiteralsExtended The String " <persistence>\n" appears 3 times in the file. 33
 Warning extension MultipleStringLiteralsExtended The String " <id-column name=\"id\" type=\"VARCHAR\" />\n" appears 2 times in the file. 38
 Warning extension MultipleStringLiteralsExtended The String " <data-column name=\"datum\" type=\"BINARY\" />\n" appears 4 times in the file. 39
 Warning extension MultipleStringLiteralsExtended The String " <timestamp-column name=\"version\" type=\"BIGINT\" />\n" appears 4 times in the file. 40
 Warning extension MultipleStringLiteralsExtended The String " </string-keyed-table>\n" appears 2 times in the file. 41
 Warning extension MultipleStringLiteralsExtended The String " <write-behind />\n" appears 2 times in the file. 42
 Warning extension MultipleStringLiteralsExtended The String " </persistence>\n" appears 3 times in the file. 44
 Warning extension MultipleStringLiteralsExtended The String " </local-cache></cache-container>\n" appears 3 times in the file. 45
 Warning extension MultipleStringLiteralsExtended The String "BINARY" appears 4 times in the file. 51
 Warning extension MultipleStringLiteralsExtended The String "version" appears 4 times in the file. 52
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 53
 Warning extension MultipleStringLiteralsExtended The String "DummyKey2StringMapper" appears 2 times in the file. 54
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 55
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 56
 Warning extension MultipleStringLiteralsExtended The String "jdbc:h2:mem:infinispan;DB_CLOSE_DELAY=-1" appears 2 times in the file. 59
 Warning extension MultipleStringLiteralsExtended The String "org.h2.Driver" appears 2 times in the file. 60
 Warning extension MultipleStringLiteralsExtended The String "dbuser" appears 2 times in the file. 61
 Warning extension MultipleStringLiteralsExtended The String "dbpass" appears 2 times in the file. 62
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 63
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 64
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 65
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 66
 Warning extension MultipleStringLiteralsExtended The String " <id-column name=\"id\" type=\"BINARY\" />\n" appears 2 times in the file. 77
 Warning extension MultipleStringLiteralsExtended The String " </binary-keyed-table>\n" appears 2 times in the file. 80
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 87
 Warning extension MultipleStringLiteralsExtended The String "bucket" appears 2 times in the file. 88
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 93
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 94
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 141
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 142
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 143

infinispan/persistence/jdbc/src/test/java/org/infinispan/persistence/jdbc/mixed/JdbcMixedStoreConfigurationTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "binary_dc" appears 2 times in the file. 44
 Warning extension MultipleStringLiteralsExtended The String "binary_dct" appears 2 times in the file. 45
 Warning extension MultipleStringLiteralsExtended The String "strings_dc" appears 2 times in the file. 48
 Warning extension MultipleStringLiteralsExtended The String "strings_dct" appears 2 times in the file. 49
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 54
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 55
 Warning extension MultipleStringLiteralsExtended The String "failTable" appears 2 times in the file. 65
 Warning extension MultipleStringLiteralsExtended The String "ID" appears 2 times in the file. 112
 Warning extension MultipleStringLiteralsExtended The String "VARCHAR(255)" appears 2 times in the file. 112
 Warning extension MultipleStringLiteralsExtended The String "DATA" appears 2 times in the file. 113
 Warning extension MultipleStringLiteralsExtended The String "VARBINARY(1000)" appears 2 times in the file. 113
 Warning extension MultipleStringLiteralsExtended The String "TIMESTAMP" appears 2 times in the file. 114
 Warning extension MultipleStringLiteralsExtended The String "BIGINT" appears 2 times in the file. 114

infinispan/persistence/jdbc/src/test/java/org/infinispan/persistence/jdbc/mixed/JdbcMixedStoreTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "Mircea" appears 2 times in the file. 44
 Warning extension MultipleStringLiteralsExtended The String "Markus" appears 2 times in the file. 44
 Warning extension MultipleStringLiteralsExtended The String "Manik" appears 2 times in the file. 45
 Warning extension MultipleStringLiteralsExtended The String "Surtani" appears 2 times in the file. 45
 Warning extension MultipleStringLiteralsExtended The String "tableManipulation" appears 2 times in the file. 74
 Warning extension MultipleStringLiteralsExtended The String "String" appears 6 times in the file. 92
 Warning extension MultipleStringLiteralsExtended The String "someValue" appears 8 times in the file. 92
 Warning extension MultipleStringLiteralsExtended The String "value" appears 5 times in the file. 95
 Warning extension MultipleStringLiteralsExtended The String "otherValue" appears 2 times in the file. 110
 Warning extension MultipleStringLiteralsExtended The String "String2" appears 2 times in the file. 132
 Warning extension MultipleStringLiteralsExtended The String "value1" appears 4 times in the file. 133
 Warning extension MultipleStringLiteralsExtended The String "Expected " appears 2 times in the file. 186
 Warning extension MultipleStringLiteralsExtended The String " rows, actual value is " appears 2 times in the file. 186

infinispan/persistence/jdbc/src/test/java/org/infinispan/persistence/jdbc/mixed/MixedStoreWithManagedConnectionTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 60
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 61
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 63

infinispan/persistence/jdbc/src/test/java/org/infinispan/persistence/jdbc/stringbased/JdbcStringBasedStoreAltMapperTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "value" appears 3 times in the file. 77
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 94
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 97
 Warning extension MultipleStringLiteralsExtended The String "val2" appears 2 times in the file. 113

infinispan/persistence/jdbc/src/test/java/org/infinispan/persistence/jdbc/stringbased/NonStringKeyPreloadTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "name" appears 2 times in the file. 99
 Warning extension MultipleStringLiteralsExtended The String "surname" appears 2 times in the file. 99
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. 190
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. 191
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. 192
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. 193

infinispan/persistence/jdbc/src/test/java/org/infinispan/persistence/jdbc/stringbased/NonStringKeyStateTransferTest.java

Severity Category Rule Message Line
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 22
 Warning extension MultipleStringLiteralsExtended The String "markus" appears 2 times in the file. 29
 Warning extension MultipleStringLiteralsExtended The String "mircea" appears 5 times in the file. 29
 Warning extension MultipleStringLiteralsExtended The String "mircea2" appears 3 times in the file. 30
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 49

infinispan/persistence/jdbc/src/test/java/org/infinispan/persistence/jdbc/stringbased/Person.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 10

infinispan/persistence/jdbc/src/test/java/org/infinispan/persistence/jdbc/stringbased/PersonKey2StringMapper.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "_" appears 2 times in the file. 17

infinispan/persistence/jdbc/src/test/java/org/infinispan/persistence/jdbc/stringbased/StringStoreWithManagedConnectionTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 53
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 56
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 58

infinispan/persistence/jdbc/src/test/java/org/infinispan/test/fwk/UnitTestDatabaseManager.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "jdbc:h2:mem:%s;DB_CLOSE_DELAY=-1" appears 2 times in the file. 62
 Warning extension MultipleStringLiteralsExtended The String "sa" appears 2 times in the file. 63
 Warning extension MultipleStringLiteralsExtended The String "ispn" appears 2 times in the file. 69
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 133
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 148

infinispan/persistence/jpa/src/main/java/org/infinispan/persistence/jpa/JpaStore.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "]" appears 2 times in the file. 89
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 120
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 128
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 198
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 220
 Warning extension MultipleStringLiteralsExtended The String " not found" appears 2 times in the file. 258
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 264
 Warning extension ReturnCountExtended Return count for 'delete' method is 2 (max allowed is 1). 279
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 295
 Warning extension MultipleStringLiteralsExtended The String "Failed to marshall key" appears 3 times in the file. 296
 Warning extension MultipleStringLiteralsExtended The String "(" appears 3 times in the file. 302
 Warning extension MultipleStringLiteralsExtended The String ")" appears 4 times in the file. 302
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 313
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 359
 Warning extension MultipleStringLiteralsExtended The String " -> " appears 3 times in the file. 386
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 393
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 439
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 446
 Warning extension MultipleStringLiteralsExtended The String "Failed to unmarshall metadata" appears 3 times in the file. 447
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 460
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 548
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 581
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 589
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 638
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 680
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 717
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 815

infinispan/persistence/jpa/src/main/java/org/infinispan/persistence/jpa/JpaStoreException.java

Severity Category Rule Message Line
 Warning extension UselessSuperCtorCall Redundant super constructor call could be removed. Class 'JpaStoreException' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. 12

infinispan/persistence/jpa/src/main/java/org/infinispan/persistence/jpa/configuration/Attribute.java

Severity Category Rule Message Line
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 32
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 39

infinispan/persistence/jpa/src/main/java/org/infinispan/persistence/jpa/configuration/Element.java

Severity Category Rule Message Line
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 30
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 37

infinispan/persistence/jpa/src/main/java/org/infinispan/persistence/jpa/configuration/JpaStoreConfiguration.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 30
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 31
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 32
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 33
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 35

infinispan/persistence/jpa/src/main/java/org/infinispan/persistence/jpa/impl/EntityManagerFactoryRegistry.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 28
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 29
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 33
 Warning extension MultipleStringLiteralsExtended The String "Entity manager factory was already closed: " appears 2 times in the file. 57

infinispan/persistence/jpa/src/main/java/org/infinispan/persistence/jpa/impl/MetadataEntityKey.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 20

infinispan/persistence/jpa/src/main/java/org/infinispan/persistence/jpa/impl/Stats.java

Severity Category Rule Message Line
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 23

infinispan/persistence/jpa/src/test/java/org/infinispan/persistence/jpa/AbstractJpaStoreTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 64
 Warning extension EitherLogOrThrow Either log or throw exception. 80

infinispan/persistence/jpa/src/test/java/org/infinispan/persistence/jpa/BaseJpaStoreTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 31
 Warning extension MultipleStringLiteralsExtended The String "k" appears 4 times in the file. 31
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 37
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 44
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 51
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 55
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 62
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 92
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 105
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 106
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 107
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 108
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 126
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 127
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 128
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 129
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 137
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 138
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 151
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 152
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 162
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 163

infinispan/persistence/jpa/src/test/java/org/infinispan/persistence/jpa/JpaConfigurationTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 42
 Warning extension MultipleStringLiteralsExtended The String "userCache" appears 2 times in the file. 49
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 65

infinispan/persistence/jpa/src/test/java/org/infinispan/persistence/jpa/JpaStoreNoMetadataTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "k1" appears 9 times in the file. 64
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 3 times in the file. 64
 Warning extension MultipleStringLiteralsExtended The String "k2" appears 9 times in the file. 66
 Warning extension MultipleStringLiteralsExtended The String "v2" appears 3 times in the file. 66
 Warning extension MultipleStringLiteralsExtended The String "k3" appears 8 times in the file. 68
 Warning extension MultipleStringLiteralsExtended The String "v3" appears 3 times in the file. 68
 Warning extension MultipleStringLiteralsExtended The String "k4" appears 8 times in the file. 70
 Warning extension MultipleStringLiteralsExtended The String "v4" appears 3 times in the file. 70
 Warning extension MultipleStringLiteralsExtended The String "k5" appears 4 times in the file. 72
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 74
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 75
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 76
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 77
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 78
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 82
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 83
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 84
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 85
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 86
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 92
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 93
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 111
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 112
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 114
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 116
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 117
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 119
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 120

infinispan/persistence/jpa/src/test/java/org/infinispan/persistence/jpa/JpaStorePersonEntityTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 33
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 37

infinispan/persistence/jpa/src/test/java/org/infinispan/persistence/jpa/TestObject.java

Severity Category Rule Message Line
 Warning extension UselessSuperCtorCall Super call could be removed: Class 'TestObject' does not extend anything. 13

infinispan/persistence/jpa/src/test/java/org/infinispan/persistence/jpa/entity/Address.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 8
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 65

infinispan/persistence/jpa/src/test/java/org/infinispan/persistence/jpa/entity/Document.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 13

infinispan/persistence/jpa/src/test/java/org/infinispan/persistence/jpa/entity/KeyValueEntity.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 12

infinispan/persistence/jpa/src/test/java/org/infinispan/persistence/jpa/entity/Person.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 16
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 102

infinispan/persistence/jpa/src/test/java/org/infinispan/persistence/jpa/entity/User.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 17

infinispan/persistence/jpa/src/test/java/org/infinispan/persistence/jpa/entity/Vehicle.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 14

infinispan/persistence/jpa/src/test/java/org/infinispan/persistence/jpa/entity/VehicleId.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 12

infinispan/persistence/leveldb/src/main/java/org/infinispan/persistence/leveldb/LevelDBStore.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "org.iq80.leveldb.impl.Iq80DBFactory" appears 2 times in the file. 43
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 85
 Warning extension MultipleStringLiteralsExtended The String "Cannot acquire semaphore" appears 3 times in the file. 166
 Warning extension MultipleStringLiteralsExtended The String "LevelDB is stopped" appears 7 times in the file. 170
 Warning extension MoveVariableInsideIf Variable 'it' can be moved inside the block at line '228' to restrict runtime creation. 227
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 272
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 285
 Warning extension MultipleStringLiteralsExtended The String "Cannot acquire semaphore: CacheStore is likely stopped." appears 2 times in the file. 289
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 314
 Warning extension TernaryPerExpressionCount More than 1 ternary operators in expression. 346
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 378
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 401
 Warning extension ReturnCountExtended Return count for 'load' method is 3 (max allowed is 1). 407
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 427
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 445
 Warning extension MoveVariableInsideIf Variable 'keyBytes' can be moved inside the block at line '464' to restrict runtime creation. 449
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 459
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 469
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 470
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 513
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 524

infinispan/persistence/leveldb/src/main/java/org/infinispan/persistence/leveldb/configuration/Attribute.java

Severity Category Rule Message Line
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 40
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 47

infinispan/persistence/leveldb/src/main/java/org/infinispan/persistence/leveldb/configuration/Element.java

Severity Category Rule Message Line
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 33
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 40

infinispan/persistence/leveldb/src/main/java/org/infinispan/persistence/leveldb/configuration/LevelDBStoreConfiguration.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 39
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 40
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 41
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 42
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 43
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 44
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 45
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 46
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 48

infinispan/persistence/leveldb/src/main/java/org/infinispan/persistence/leveldb/configuration/LevelDBStoreConfigurationParser70.java

Severity Category Rule Message Line
 Warning extension EmptyPublicCtorInClass This empty public constructor is useless. 32

infinispan/persistence/leveldb/src/main/java/org/infinispan/persistence/leveldb/configuration/LevelDBStoreConfigurationParser71.java

Severity Category Rule Message Line
 Warning extension EmptyPublicCtorInClass This empty public constructor is useless. 32

infinispan/persistence/leveldb/src/main/java/org/infinispan/persistence/leveldb/configuration/LevelDBStoreConfigurationParser72.java

Severity Category Rule Message Line
 Warning extension EmptyPublicCtorInClass This empty public constructor is useless. 33

infinispan/persistence/leveldb/src/test/java/org/infinispan/persistence/leveldb/JavaLevelDBStoreFunctionalTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "testEntrySetAfterExpiryWithStore" appears 2 times in the file. 31

infinispan/persistence/leveldb/src/test/java/org/infinispan/persistence/leveldb/LevelDBMultiCacheStoreFunctionalTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "leveldb" appears 2 times in the file. 35

infinispan/persistence/leveldb/src/test/java/org/infinispan/persistence/leveldb/LevelDBParallelIterationTest.java

Severity Category Rule Message Line
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 40

infinispan/persistence/leveldb/src/test/java/org/infinispan/persistence/leveldb/LevelDBStoreTest.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 105
 Warning extension MultipleStringLiteralsExtended The String "post" appears 2 times in the file. 141

infinispan/persistence/leveldb/src/test/java/org/infinispan/persistence/leveldb/config/ConfigurationTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 54
 Warning extension MultipleStringLiteralsExtended The String "testCache" appears 3 times in the file. 61
 Warning extension MultipleStringLiteralsExtended The String "hello" appears 2 times in the file. 66

infinispan/persistence/remote/src/main/java/org/infinispan/persistence/remote/RemoteStore.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 68
 Warning extension LogicConditionNeedOptimization Condition with && at line 95 position 36 need optimization. All method calls are advised to move to end of logic expression. 95

infinispan/persistence/remote/src/main/java/org/infinispan/persistence/remote/configuration/Attribute.java

Severity Category Rule Message Line
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 56
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 63

infinispan/persistence/remote/src/main/java/org/infinispan/persistence/remote/configuration/ConnectionPoolConfigurationBuilder.java

Severity Category Rule Message Line
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 21

infinispan/persistence/remote/src/main/java/org/infinispan/persistence/remote/configuration/Element.java

Severity Category Rule Message Line
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 36
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 43

infinispan/persistence/remote/src/main/java/org/infinispan/persistence/remote/configuration/ExecutorFactoryConfiguration.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 24

infinispan/persistence/remote/src/main/java/org/infinispan/persistence/remote/configuration/RemoteStoreConfiguration.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 49
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 50
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 51
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 52
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 53
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 54
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 55
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 56
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 57
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 58
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 59
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 60
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 61
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 62
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 63
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 64
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 65
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 67

infinispan/persistence/remote/src/main/java/org/infinispan/persistence/remote/configuration/RemoteStoreConfigurationBuilder.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 41
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 170

infinispan/persistence/remote/src/main/java/org/infinispan/persistence/remote/configuration/RemoteStoreConfigurationParser70.java

Severity Category Rule Message Line
 Warning extension EmptyPublicCtorInClass This empty public constructor is useless. 37

infinispan/persistence/remote/src/main/java/org/infinispan/persistence/remote/configuration/RemoteStoreConfigurationParser71.java

Severity Category Rule Message Line
 Warning extension EmptyPublicCtorInClass This empty public constructor is useless. 37

infinispan/persistence/remote/src/main/java/org/infinispan/persistence/remote/configuration/RemoteStoreConfigurationParser72.java

Severity Category Rule Message Line
 Warning extension EmptyPublicCtorInClass This empty public constructor is useless. 38

infinispan/persistence/remote/src/main/java/org/infinispan/persistence/remote/upgrade/HotRodTargetMigrator.java

Severity Category Rule Message Line
 Warning extension EmptyPublicCtorInClass This empty public constructor is useless. 29
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 47
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 63
 Warning extension LogicConditionNeedOptimization Condition with && at line 78 position 49 need optimization. All method calls are advised to move to end of logic expression. 78
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 80

infinispan/persistence/remote/src/main/java/org/infinispan/persistence/remote/upgrade/MigrationMarshaller.java

Severity Category Rule Message Line
 Warning extension UselessSuperCtorCall Redundant super constructor call could be removed. Class 'MigrationMarshaller' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. 16

infinispan/persistence/remote/src/test/java/org/infinispan/persistence/remote/RemoteStoreConfigTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "k" appears 2 times in the file. 50
 Warning extension MultipleStringLiteralsExtended The String "v" appears 2 times in the file. 50

infinispan/persistence/remote/src/test/java/org/infinispan/persistence/remote/RemoteStoreMixedAccessTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "k1" appears 12 times in the file. 66
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 10 times in the file. 66

infinispan/persistence/remote/src/test/java/org/infinispan/persistence/remote/RemoteStoreRawValuesTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "k1" appears 4 times in the file. 92
 Warning extension MultipleStringLiteralsExtended The String "v2" appears 2 times in the file. 98
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 99

infinispan/persistence/remote/src/test/java/org/infinispan/persistence/remote/RemoteStoreTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "k1" appears 4 times in the file. 88
 Warning extension MultipleStringLiteralsExtended The String "v2" appears 2 times in the file. 94
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 95

infinispan/persistence/remote/src/test/java/org/infinispan/persistence/remote/RemoteStoreWrapperTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "k1" appears 3 times in the file. 65
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 3 times in the file. 65
 Warning extension MultipleStringLiteralsExtended The String "k2" appears 3 times in the file. 66
 Warning extension MultipleStringLiteralsExtended The String "v2" appears 3 times in the file. 66

infinispan/persistence/remote/src/test/java/org/infinispan/persistence/remote/configuration/ConfigurationTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "RemoteCache" appears 3 times in the file. 13

infinispan/persistence/remote/src/test/java/org/infinispan/persistence/remote/upgrade/HotRodUpgradeSynchronizerTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "localhost" appears 3 times in the file. 47
 Warning extension MultipleStringLiteralsExtended The String "A" appears 2 times in the file. 70
 Warning extension MultipleStringLiteralsExtended The String "hotrod" appears 2 times in the file. 75

infinispan/persistence/rest/src/main/java/org/infinispan/persistence/rest/RestStore.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 183
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 196
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 210
 Warning extension ReturnCountExtended Return count for 'load' method is 2 (max allowed is 1). 218
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 244
 Warning extension MultipleStringLiteralsExtended The String "?global" appears 2 times in the file. 267
 Warning extension MultipleStringLiteralsExtended The String "text/plain" appears 2 times in the file. 268
 Warning extension MultipleStringLiteralsExtended The String "UTF-8" appears 2 times in the file. 269
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 277
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 295
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 350

infinispan/persistence/rest/src/main/java/org/infinispan/persistence/rest/configuration/Attribute.java

Severity Category Rule Message Line
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 42
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 49

infinispan/persistence/rest/src/main/java/org/infinispan/persistence/rest/configuration/Element.java

Severity Category Rule Message Line
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 34
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 41

infinispan/persistence/rest/src/main/java/org/infinispan/persistence/rest/configuration/RestStoreConfiguration.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 36
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 37
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 38
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 39
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 40
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 41
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 42
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 43
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 45

infinispan/persistence/rest/src/main/java/org/infinispan/persistence/rest/configuration/RestStoreConfigurationBuilder.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "/" appears 2 times in the file. 115

infinispan/persistence/rest/src/main/java/org/infinispan/persistence/rest/configuration/RestStoreConfigurationParser70.java

Severity Category Rule Message Line
 Warning extension EmptyPublicCtorInClass This empty public constructor is useless. 35

infinispan/persistence/rest/src/main/java/org/infinispan/persistence/rest/configuration/RestStoreConfigurationParser71.java

Severity Category Rule Message Line
 Warning extension EmptyPublicCtorInClass This empty public constructor is useless. 35

infinispan/persistence/rest/src/main/java/org/infinispan/persistence/rest/configuration/RestStoreConfigurationParser72.java

Severity Category Rule Message Line
 Warning extension EmptyPublicCtorInClass This empty public constructor is useless. 36

infinispan/persistence/rest/src/main/java/org/infinispan/persistence/rest/upgrade/RestTargetMigrator.java

Severity Category Rule Message Line
 Warning extension EmptyPublicCtorInClass This empty public constructor is useless. 26
 Warning extension LogicConditionNeedOptimization Condition with && at line 59 position 46 need optimization. All method calls are advised to move to end of logic expression. 59
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 61

infinispan/persistence/rest/src/test/java/org/infinispan/persistence/rest/RestStoreParallelIterationTest.java

Severity Category Rule Message Line
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 48
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 55
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 56
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 57
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 58

infinispan/persistence/rest/src/test/java/org/infinispan/persistence/rest/RestStoreTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "k1" appears 4 times in the file. 79
 Warning extension MultipleStringLiteralsExtended The String "v2" appears 2 times in the file. 85

infinispan/persistence/rest/src/test/java/org/infinispan/persistence/rest/configuration/RestCacheStoreConfigTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "k" appears 2 times in the file. 48
 Warning extension MultipleStringLiteralsExtended The String "v" appears 2 times in the file. 48

infinispan/persistence/rest/src/test/java/org/infinispan/persistence/rest/configuration/XmlFileParsingTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 32
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 42
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 43

infinispan/persistence/rest/src/test/java/org/infinispan/persistence/rest/upgrade/RestUpgradeSynchronizerTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "rest" appears 2 times in the file. 76

infinispan/persistence/soft-index/src/main/java/org/infinispan/persistence/sifs/Compactor.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 28
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 29
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 130
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 166

infinispan/persistence/soft-index/src/main/java/org/infinispan/persistence/sifs/EntryHeader.java

Severity Category Rule Message Line
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 9

infinispan/persistence/soft-index/src/main/java/org/infinispan/persistence/sifs/EntryRecord.java

Severity Category Rule Message Line
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 60
 Warning extension NoNullForCollectionReturn Method should return empty collection instead of null. 66
 Warning extension NoNullForCollectionReturn Method should return empty collection instead of null. 72
 Warning extension NoNullForCollectionReturn Method should return empty collection instead of null. 78

infinispan/persistence/soft-index/src/main/java/org/infinispan/persistence/sifs/FileProvider.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 36
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 39
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 56
 Warning extension MultipleStringLiteralsExtended The String "File " appears 2 times in the file. 74
 Warning extension ReturnCountExtended Return count for 'tryCloseFile' method is 2 (max allowed is 1). 129
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 182

infinispan/persistence/soft-index/src/main/java/org/infinispan/persistence/sifs/Index.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 86
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 117
 Warning extension LogicConditionNeedOptimization Condition with && at line 195 position 53 need optimization. All method calls are advised to move to end of logic expression. 195
 Warning extension LogicConditionNeedOptimization Condition with && at line 197 position 59 need optimization. All method calls are advised to move to end of logic expression. 197
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 215

infinispan/persistence/soft-index/src/main/java/org/infinispan/persistence/sifs/IndexNode.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 38
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 71
 Warning extension MultipleStringLiteralsExtended The String ":" appears 4 times in the file. 92
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 101
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 108
 Warning extension ReturnCountExtended Return count for 'applyOnLeaf' method is 2 (max allowed is 1). 216
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 218
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 222
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 265
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 282
 Warning extension ReturnCountExtended Return count for 'manageLength' method is 6 (max allowed is 1). 343
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 344
 Warning extension ReturnCountExtended Return count for 'join' method is 2 (max allowed is 1). 413
 Warning extension MultipleStringLiteralsExtended The String "Index cannot be outdated for segment updater thread" appears 2 times in the file. 463
 Warning extension NoNullForCollectionReturn Method should return empty collection instead of null. 488
 Warning extension NoNullForCollectionReturn Method should return empty collection instead of null. 503
 Warning extension ReturnCountExtended Return count for 'copyWith' method is 5 (max allowed is 1). 513
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 521
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 645
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 655
 Warning extension ReturnCountExtended Return count for 'subNode' method is 2 (max allowed is 1). 687
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 814
 Warning extension MultipleStringLiteralsExtended The String " [" appears 2 times in the file. 940
 Warning extension MultipleStringLiteralsExtended The String "] " appears 2 times in the file. 940

infinispan/persistence/soft-index/src/main/java/org/infinispan/persistence/sifs/LogAppender.java

Severity Category Rule Message Line
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 72
 Warning extension MultipleStringLiteralsExtended The String "Appending records to " appears 2 times in the file. 81
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 114

infinispan/persistence/soft-index/src/main/java/org/infinispan/persistence/sifs/LogRequest.java

Severity Category Rule Message Line
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 89

infinispan/persistence/soft-index/src/main/java/org/infinispan/persistence/sifs/SoftIndexFileStore.java

Severity Category Rule Message Line
 Warning extension ReturnCountExtended Return count for 'apply' method is 2 (max allowed is 1). 155
 Warning extension MultipleStringLiteralsExtended The String "Cannot read " appears 2 times in the file. 171
 Warning extension MultipleStringLiteralsExtended The String ":" appears 4 times in the file. 171
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 274
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 285
 Warning extension MultipleStringLiteralsExtended The String "Error reading from " appears 2 times in the file. 305
 Warning extension MultipleStringLiteralsExtended The String " | " appears 2 times in the file. 305
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 317
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 366
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 384
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 417
 Warning extension RedundantReturn Redundant return. 444
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 455
 Warning extension ReturnCountExtended Return count for 'apply' method is 5 (max allowed is 1). 468
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 508

infinispan/persistence/soft-index/src/main/java/org/infinispan/persistence/sifs/SyncProcessingQueue.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 26

infinispan/persistence/soft-index/src/main/java/org/infinispan/persistence/sifs/TemporaryTable.java

Severity Category Rule Message Line
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 63

infinispan/persistence/soft-index/src/main/java/org/infinispan/persistence/sifs/configuration/Attribute.java

Severity Category Rule Message Line
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 36
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 43

infinispan/persistence/soft-index/src/main/java/org/infinispan/persistence/sifs/configuration/Element.java

Severity Category Rule Message Line
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 27
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 34

infinispan/persistence/soft-index/src/main/java/org/infinispan/persistence/sifs/configuration/SoftIndexFileStoreConfiguration.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 34

infinispan/persistence/soft-index/src/main/java/org/infinispan/persistence/sifs/configuration/SoftIndexFileStoreConfigurationParser70.java

Severity Category Rule Message Line
 Warning extension EmptyPublicCtorInClass This empty public constructor is useless. 31

infinispan/persistence/soft-index/src/main/java/org/infinispan/persistence/sifs/configuration/SoftIndexFileStoreConfigurationParser71.java

Severity Category Rule Message Line
 Warning extension EmptyPublicCtorInClass This empty public constructor is useless. 32

infinispan/persistence/soft-index/src/test/java/org/infinispan/persistence/sifs/SoftIndexFileStoreTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "value" appears 2 times in the file. 67
 Warning extension MultipleStringLiteralsExtended The String "Key " appears 2 times in the file. 73
 Warning extension MultipleStringLiteralsExtended The String " not found" appears 2 times in the file. 73
 Warning extension MultipleStringLiteralsExtended The String "k1" appears 4 times in the file. 90
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 2 times in the file. 90
 Warning extension MultipleStringLiteralsExtended The String "v2" appears 2 times in the file. 91

infinispan/query-dsl/src/main/java/org/infinispan/query/dsl/impl/AttributeCondition.java

Severity Category Rule Message Line
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 37
 Warning extension SimpleAccessorNameNotation Unexpected setter name. 41
 Warning extension MultipleStringLiteralsExtended The String "The list of values for 'in(..)' cannot be null or empty" appears 2 times in the file. 48

infinispan/query-dsl/src/main/java/org/infinispan/query/dsl/impl/BooleanCondition.java

Severity Category Rule Message Line
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 24
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 28

infinispan/query-dsl/src/main/java/org/infinispan/query/dsl/impl/JPAQueryGenerator.java

Severity Category Rule Message Line
 Warning extension EmptyPublicCtorInClass This empty public constructor is useless. 27
 Warning extension MultipleStringLiteralsExtended The String ", " appears 4 times in the file. 41
 Warning extension MultipleStringLiteralsExtended The String "(" appears 2 times in the file. 85
 Warning extension MultipleStringLiteralsExtended The String ")" appears 3 times in the file. 89
 Warning extension MultipleStringLiteralsExtended The String "=" appears 3 times in the file. 115
 Warning extension MultipleStringLiteralsExtended The String "!=" appears 3 times in the file. 115
 Warning extension MultipleStringLiteralsExtended The String ">" appears 2 times in the file. 120
 Warning extension MultipleStringLiteralsExtended The String "<=" appears 2 times in the file. 120
 Warning extension MultipleStringLiteralsExtended The String ">=" appears 2 times in the file. 125
 Warning extension MultipleStringLiteralsExtended The String "<" appears 2 times in the file. 125
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 142
 Warning extension MultipleStringLiteralsExtended The String " < " appears 2 times in the file. 145
 Warning extension MultipleStringLiteralsExtended The String " <= " appears 2 times in the file. 145
 Warning extension MultipleStringLiteralsExtended The String " >= " appears 2 times in the file. 145
 Warning extension MultipleStringLiteralsExtended The String " > " appears 2 times in the file. 145
 Warning extension MultipleStringLiteralsExtended The String " AND " appears 2 times in the file. 148
 Warning extension MultipleStringLiteralsExtended The String "NOT " appears 3 times in the file. 155

infinispan/query-dsl/src/test/java/org/infinispan/query/dsl/impl/CreationTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "The given condition was created by a different factory" appears 3 times in the file. 25
 Warning extension MultipleStringLiteralsExtended The String "MyDummyType" appears 9 times in the file. 27
 Warning extension MultipleStringLiteralsExtended The String "attr1" appears 8 times in the file. 28
 Warning extension MultipleStringLiteralsExtended The String "1" appears 8 times in the file. 28
 Warning extension MultipleStringLiteralsExtended The String "attr2" appears 2 times in the file. 41
 Warning extension MultipleStringLiteralsExtended The String "2" appears 2 times in the file. 41
 Warning extension MultipleStringLiteralsExtended The String "The given condition is already in use by another builder" appears 3 times in the file. 68

infinispan/query/src/main/java/org/infinispan/query/FetchOptions.java

Severity Category Rule Message Line
 Warning extension OverridableMethodInConstructor Overridable method 'fetchMode' is called in constructor body. 13
 Warning extension OverridableMethodInConstructor Overridable method 'fetchSize' is called in constructor body. 14

infinispan/query/src/main/java/org/infinispan/query/Search.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 26
 Warning extension MultipleStringLiteralsExtended The String "cache parameter shall not be null" appears 2 times in the file. 32

infinispan/query/src/main/java/org/infinispan/query/backend/InfinispanLoopbackService.java

Severity Category Rule Message Line
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 29

infinispan/query/src/main/java/org/infinispan/query/backend/KeyTransformationHandler.java

Severity Category Rule Message Line
 Warning extension ReturnCountExtended Return count for 'stringToKey' method is 11 (max allowed is 1). 42
 Warning extension MultipleStringLiteralsExtended The String ":" appears 3 times in the file. 80
 Warning extension ReturnCountExtended Return count for 'keyToString' method is 3 (max allowed is 1). 105
 Warning extension MoveVariableInsideIf Variable 'prefix' can be moved inside the block at line '122' to restrict runtime creation. 115
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 215

infinispan/query/src/main/java/org/infinispan/query/backend/QueryInterceptor.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 81
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 82
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 83
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 92
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 352
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 496

infinispan/query/src/main/java/org/infinispan/query/backend/ReadIntensiveClusterRegistryWrapper.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 34
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 73

infinispan/query/src/main/java/org/infinispan/query/backend/SearchFactoryHandler.java

Severity Category Rule Message Line
 Warning extension ReturnBooleanFromTernary Returning explicit boolean from ternary operator. 43

infinispan/query/src/main/java/org/infinispan/query/backend/TransactionHelper.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 35
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 47

infinispan/query/src/main/java/org/infinispan/query/backend/TransactionalEventTransactionContext.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "Caught SystemException in TransactionalEventTransactionContext" appears 2 times in the file. 60
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around return value. 62
 Warning extension MultipleStringLiteralsExtended The String "Synchronization passed in is null!" appears 2 times in the file. 98
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 108

infinispan/query/src/main/java/org/infinispan/query/clustered/ClusteredCacheQueryImpl.java

Severity Category Rule Message Line
 Warning extension ReturnCountExtended Return count for 'iterator' method is 2 (max allowed is 1). 99
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 133
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 152

infinispan/query/src/main/java/org/infinispan/query/clustered/ClusteredQueryInvoker.java

Severity Category Rule Message Line
 Warning extension ReturnCountExtended Return count for 'getValue' method is 2 (max allowed is 1). 58
 Warning extension MultipleStringLiteralsExtended The String "interrupted while searching locally" appears 2 times in the file. 67
 Warning extension MultipleStringLiteralsExtended The String "Exception while searching locally" appears 2 times in the file. 69
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 72
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 113
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 148
 Warning extension EitherLogOrThrow Either log or throw exception. 149
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 150

infinispan/query/src/main/java/org/infinispan/query/clustered/DistributedIterator.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 31

infinispan/query/src/main/java/org/infinispan/query/clustered/DistributedLazyIterator.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 42
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 52

infinispan/query/src/main/java/org/infinispan/query/clustered/ISPNEagerTopDocs.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 17

infinispan/query/src/main/java/org/infinispan/query/clustered/QueryBox.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 33

infinispan/query/src/main/java/org/infinispan/query/clustered/QueryResponse.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 17
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 35
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 39
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 43

infinispan/query/src/main/java/org/infinispan/query/clustered/commandworkers/ClusteredQueryCommandWorker.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 30
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 31
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 32

infinispan/query/src/main/java/org/infinispan/query/dsl/embedded/impl/EmbeddedQuery.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 95
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 101
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 114

infinispan/query/src/main/java/org/infinispan/query/dsl/embedded/impl/JPAFilterAndConverter.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 78

infinispan/query/src/main/java/org/infinispan/query/dsl/embedded/impl/JPAFilterIndexingServiceProvider.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 39
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 92
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 152
 Warning extension NoNullForCollectionReturn Method should return empty collection instead of null. 173
 Warning extension LogicConditionNeedOptimization Condition with && at line 239 position 30 need optimization. All method calls are advised to move to end of logic expression. 239

infinispan/query/src/main/java/org/infinispan/query/dsl/embedded/impl/QueryCache.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 36

infinispan/query/src/main/java/org/infinispan/query/dsl/embedded/impl/QueryEngine.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 106

infinispan/query/src/main/java/org/infinispan/query/impl/CacheQueryImpl.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 45
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 46
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 47

infinispan/query/src/main/java/org/infinispan/query/impl/CommandFactory.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 23

infinispan/query/src/main/java/org/infinispan/query/impl/LifecycleManager.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String ":" appears 3 times in the file. 220
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 222
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 238

infinispan/query/src/main/java/org/infinispan/query/impl/ProjectionConverter.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 20
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 36

infinispan/query/src/main/java/org/infinispan/query/impl/ProjectionLoader.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 23

infinispan/query/src/main/java/org/infinispan/query/impl/massindex/DefaultMassIndexerProgressMonitor.java

Severity Category Rule Message Line
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 67

infinispan/query/src/main/java/org/infinispan/query/impl/massindex/IndexWorker.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 35

infinispan/query/src/main/java/org/infinispan/query/indexmanager/AbstractUpdateCommand.java

Severity Category Rule Message Line
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 49
 Warning extension SimpleAccessorNameNotation Unexpected setter name. 98

infinispan/query/src/main/java/org/infinispan/query/indexmanager/IndexManagerBasedLockController.java

Severity Category Rule Message Line
 Warning extension ReturnCountExtended Return count for 'waitForAvailabilityInternal' method is 3 (max allowed is 1). 56
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 60
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 86
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 103

infinispan/query/src/main/java/org/infinispan/query/indexmanager/LockAcquiringBackend.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 36
 Warning extension MultipleStringLiteralsExtended The String "Attempting backend upgrade..." appears 2 times in the file. 46
 Warning extension MultipleStringLiteralsExtended The String "... backend upgrade succeeded." appears 2 times in the file. 48
 Warning extension MultipleStringLiteralsExtended The String "... backend upgrade postponed." appears 2 times in the file. 52
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 93

infinispan/query/src/main/java/org/infinispan/query/indexmanager/RemoteIndexingBackend.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 33

infinispan/query/src/test/java/org/infinispan/query/analysis/SolrAnalyzerTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "description" appears 3 times in the file. 58
 Warning extension MultipleStringLiteralsExtended The String "is" appears 4 times in the file. 63
 Warning extension MultipleStringLiteralsExtended The String "name" appears 11 times in the file. 86
 Warning extension MultipleStringLiteralsExtended The String "This" appears 3 times in the file. 87
 Warning extension MultipleStringLiteralsExtended The String "This is <b>foo</b><i>bar's</i>" appears 2 times in the file. 90
 Warning extension MultipleStringLiteralsExtended The String "foobar's" appears 2 times in the file. 92
 Warning extension MultipleStringLiteralsExtended The String "length_analyzer" appears 2 times in the file. 99
 Warning extension MultipleStringLiteralsExtended The String "ab abc abcd abcde abcdef" appears 2 times in the file. 100
 Warning extension MultipleStringLiteralsExtended The String "abc" appears 2 times in the file. 102
 Warning extension MultipleStringLiteralsExtended The String "abcd" appears 2 times in the file. 102
 Warning extension MultipleStringLiteralsExtended The String "abcde" appears 2 times in the file. 102
 Warning extension MultipleStringLiteralsExtended The String "bike" appears 3 times in the file. 112

infinispan/query/src/test/java/org/infinispan/query/api/ManualIndexingTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 23
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 25
 Warning extension MultipleStringLiteralsExtended The String "ford" appears 3 times in the file. 44
 Warning extension MultipleStringLiteralsExtended The String "megane" appears 4 times in the file. 45
 Warning extension MultipleStringLiteralsExtended The String "Expected count not met on cache " appears 2 times in the file. 63

infinispan/query/src/test/java/org/infinispan/query/api/NonIndexedValuesTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "ISPN-1949" appears 3 times in the file. 31
 Warning extension MultipleStringLiteralsExtended The String "note" appears 2 times in the file. 31
 Warning extension MultipleStringLiteralsExtended The String "some string value" appears 4 times in the file. 33
 Warning extension MultipleStringLiteralsExtended The String "name3" appears 2 times in the file. 34
 Warning extension MultipleStringLiteralsExtended The String "name" appears 11 times in the file. 42
 Warning extension MultipleStringLiteralsExtended The String "HSEARCH-1077" appears 2 times in the file. 57

infinispan/query/src/test/java/org/infinispan/query/api/NotIndexedType.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 8
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. 14

infinispan/query/src/test/java/org/infinispan/query/api/PutAllTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "name1" appears 11 times in the file. 41
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 43
 Warning extension MultipleStringLiteralsExtended The String "name2" appears 10 times in the file. 44
 Warning extension MultipleStringLiteralsExtended The String "surname2" appears 2 times in the file. 44
 Warning extension MultipleStringLiteralsExtended The String "note" appears 5 times in the file. 44
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 58
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 62
 Warning extension MultipleStringLiteralsExtended The String "surname1" appears 3 times in the file. 72
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 77
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 97
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 101
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 119

infinispan/query/src/test/java/org/infinispan/query/api/ReplaceTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "name1" appears 3 times in the file. 35
 Warning extension MultipleStringLiteralsExtended The String "surname1" appears 3 times in the file. 35
 Warning extension MultipleStringLiteralsExtended The String "note" appears 6 times in the file. 35
 Warning extension MultipleStringLiteralsExtended The String "name2" appears 3 times in the file. 36
 Warning extension MultipleStringLiteralsExtended The String "surname2" appears 3 times in the file. 36

infinispan/query/src/test/java/org/infinispan/query/backend/AsyncBackendTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "default.worker.execution" appears 3 times in the file. 37
 Warning extension MultipleStringLiteralsExtended The String "async" appears 5 times in the file. 37
 Warning extension MultipleStringLiteralsExtended The String "person" appears 4 times in the file. 40
 Warning extension MultipleStringLiteralsExtended The String "person.0" appears 2 times in the file. 74
 Warning extension MultipleStringLiteralsExtended The String "person.1" appears 2 times in the file. 75
 Warning extension MultipleStringLiteralsExtended The String "person.worker.execution" appears 2 times in the file. 84
 Warning extension MultipleStringLiteralsExtended The String "sync" appears 3 times in the file. 84
 Warning extension AvoidNotShortCircuitOperatorsForBoolean Short-circuit operator should be used instead of '|='. 145
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 147

infinispan/query/src/test/java/org/infinispan/query/backend/ExtendedSearchWorkCreatorTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "value" appears 4 times in the file. 60
 Warning extension MultipleStringLiteralsExtended The String "item-a" appears 4 times in the file. 60
 Warning extension MultipleStringLiteralsExtended The String "item-b" appears 3 times in the file. 60
 Warning extension MultipleStringLiteralsExtended The String "item-c" appears 3 times in the file. 60
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 114
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 120

infinispan/query/src/test/java/org/infinispan/query/backend/IndexCacheStopTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "cache1" appears 2 times in the file. 60
 Warning extension MultipleStringLiteralsExtended The String "cache2" appears 2 times in the file. 61
 Warning extension MultipleStringLiteralsExtended The String "cache" appears 7 times in the file. 72
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 90
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 91
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 92
 Warning extension MultipleStringLiteralsExtended The String "single" appears 11 times in the file. 99
 Warning extension MultipleStringLiteralsExtended The String "cacheA" appears 7 times in the file. 109
 Warning extension MultipleStringLiteralsExtended The String "cacheB" appears 7 times in the file. 110
 Warning extension MultipleStringLiteralsExtended The String "cacheC" appears 2 times in the file. 121

infinispan/query/src/test/java/org/infinispan/query/backend/KeyTransformationHandlerTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "B:true" appears 2 times in the file. 51
 Warning extension MultipleStringLiteralsExtended The String "U:" appears 2 times in the file. 72
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 74
 Warning extension MultipleStringLiteralsExtended The String "A:" appears 2 times in the file. 76
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around identifier 'arr'. 76
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 121
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around identifier 'arr'. 122
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 141
 Warning extension MultipleStringLiteralsExtended The String "str" appears 2 times in the file. 155

infinispan/query/src/test/java/org/infinispan/query/backend/MergeTest.java

Severity Category Rule Message Line
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 43

infinispan/query/src/test/java/org/infinispan/query/backend/MultipleEntitiesTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 74

infinispan/query/src/test/java/org/infinispan/query/backend/QueryInterceptorIndexingOperationsTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "e1" appears 2 times in the file. 43
 Warning extension MultipleStringLiteralsExtended The String "title" appears 2 times in the file. 80

infinispan/query/src/test/java/org/infinispan/query/backend/QueryInterceptorTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "test-" appears 2 times in the file. 54
 Warning extension MultipleStringLiteralsExtended The String "/person" appears 2 times in the file. 69
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 81
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 88
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 104
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 117
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 118
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 121

infinispan/query/src/test/java/org/infinispan/query/blackbox/ClusteredCachePerfIspnTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "perfConf" appears 4 times in the file. 36

infinispan/query/src/test/java/org/infinispan/query/blackbox/ClusteredCacheTest.java

Severity Category Rule Message Line
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 47
 Warning extension MultipleStringLiteralsExtended The String "Navin" appears 2 times in the file. 55
 Warning extension MultipleStringLiteralsExtended The String "BigGoat" appears 2 times in the file. 56
 Warning extension MultipleStringLiteralsExtended The String "MiniGoat" appears 3 times in the file. 57
 Warning extension MultipleStringLiteralsExtended The String "Eats cheese" appears 2 times in the file. 94
 Warning extension MultipleStringLiteralsExtended The String "blurb" appears 10 times in the file. 119
 Warning extension MultipleStringLiteralsExtended The String "playing" appears 4 times in the file. 119
 Warning extension MultipleStringLiteralsExtended The String "eats" appears 6 times in the file. 177
 Warning extension MultipleStringLiteralsExtended The String "Also eats grass" appears 6 times in the file. 188
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 243
 Warning extension MultipleStringLiteralsExtended The String "New Goat" appears 5 times in the file. 268
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 271
 Warning extension MultipleStringLiteralsExtended The String "newGoat" appears 10 times in the file. 275
 Warning extension MultipleStringLiteralsExtended The String "Abnormal Goat" appears 4 times in the file. 319
 Warning extension MultipleStringLiteralsExtended The String "Plays with grass." appears 4 times in the file. 320
 Warning extension MultipleStringLiteralsExtended The String "personFilter" appears 4 times in the file. 455
 Warning extension MultipleStringLiteralsExtended The String "blurbText" appears 2 times in the file. 456
 Warning extension MultipleStringLiteralsExtended The String "ExtraGoat" appears 3 times in the file. 475
 Warning extension MultipleStringLiteralsExtended The String "personAgeFilter" appears 2 times in the file. 489

infinispan/query/src/test/java/org/infinispan/query/blackbox/ClusteredCacheWithAsyncDirTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "JDBCBased_LocalIndex" appears 2 times in the file. 29

infinispan/query/src/test/java/org/infinispan/query/blackbox/ClusteredCacheWithLongIndexNameTest.java

Severity Category Rule Message Line
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 32
 Warning extension MultipleStringLiteralsExtended The String "name" appears 2 times in the file. 70
 Warning extension MultipleStringLiteralsExtended The String "value*" appears 2 times in the file. 70

infinispan/query/src/test/java/org/infinispan/query/blackbox/ClusteredQueryMultipleCachesTest.java

Severity Category Rule Message Line
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 21

infinispan/query/src/test/java/org/infinispan/query/blackbox/ClusteredQueryTest.java

Severity Category Rule Message Line
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 42
 Warning extension MultipleStringLiteralsExtended The String "BigGoat" appears 2 times in the file. 80
 Warning extension MultipleStringLiteralsExtended The String "MiniGoat" appears 2 times in the file. 85
 Warning extension MultipleStringLiteralsExtended The String "age" appears 4 times in the file. 108

infinispan/query/src/test/java/org/infinispan/query/blackbox/KeyTypeTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "blurb" appears 2 times in the file. 76
 Warning extension MultipleStringLiteralsExtended The String "owns" appears 2 times in the file. 76

infinispan/query/src/test/java/org/infinispan/query/blackbox/LocalCacheAsyncCacheStoreTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 34

infinispan/query/src/test/java/org/infinispan/query/blackbox/LocalCachePerformantConfTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 35

infinispan/query/src/test/java/org/infinispan/query/blackbox/LocalCacheTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "blurb" appears 24 times in the file. 76
 Warning extension MultipleStringLiteralsExtended The String "playing" appears 10 times in the file. 76
 Warning extension MultipleStringLiteralsExtended The String "test1" appears 2 times in the file. 90
 Warning extension MultipleStringLiteralsExtended The String "name" appears 8 times in the file. 148
 Warning extension MultipleStringLiteralsExtended The String "goat" appears 3 times in the file. 150
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 155
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 156
 Warning extension MultipleStringLiteralsExtended The String "Goat" appears 7 times in the file. 191
 Warning extension MultipleStringLiteralsExtended The String "Size of list should be 2" appears 2 times in the file. 195
 Warning extension MultipleStringLiteralsExtended The String "cheese" appears 2 times in the file. 319
 Warning extension MultipleStringLiteralsExtended The String "Eats" appears 7 times in the file. 390
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 398
 Warning extension MultipleStringLiteralsExtended The String "personFilter" appears 2 times in the file. 423
 Warning extension MultipleStringLiteralsExtended The String "Mini Goat" appears 2 times in the file. 430
 Warning extension MultipleStringLiteralsExtended The String "Eats cheese" appears 2 times in the file. 431
 Warning extension MultipleStringLiteralsExtended The String "fish" appears 2 times in the file. 478
 Warning extension MultipleStringLiteralsExtended The String "grass" appears 2 times in the file. 651
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 708
 Warning extension MultipleStringLiteralsExtended The String "Eats grass" appears 2 times in the file. 756

infinispan/query/src/test/java/org/infinispan/query/classloading/KeyTransformationUsingClassloadersTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "Manning" appears 2 times in the file. 42

infinispan/query/src/test/java/org/infinispan/query/config/DeclarativeAutoConfigTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 31
 Warning extension MultipleStringLiteralsExtended The String "hibernate.search.default.exclusive_index_use" appears 2 times in the file. 32
 Warning extension MultipleStringLiteralsExtended The String "true" appears 2 times in the file. 32
 Warning extension MultipleStringLiteralsExtended The String "hibernate.search.default.reader.strategy" appears 2 times in the file. 33
 Warning extension MultipleStringLiteralsExtended The String "shared" appears 2 times in the file. 33
 Warning extension MultipleStringLiteralsExtended The String "hibernate.search.default.indexmanager" appears 2 times in the file. 34
 Warning extension MultipleStringLiteralsExtended The String "hibernate.search.default.directory_provider" appears 2 times in the file. 35
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 40

infinispan/query/src/test/java/org/infinispan/query/config/DeclarativeConfigTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "\n" appears 2 times in the file. 31
 Warning extension MultipleStringLiteralsExtended The String "A Person's Name" appears 2 times in the file. 53
 Warning extension MultipleStringLiteralsExtended The String "A paragraph containing some text" appears 2 times in the file. 53
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 71
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 73

infinispan/query/src/test/java/org/infinispan/query/config/DefaultCacheInheritancePreventedTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "simple" appears 2 times in the file. 35
 Warning extension MultipleStringLiteralsExtended The String "memory-searchable" appears 2 times in the file. 37
 Warning extension MultipleStringLiteralsExtended The String "disk-searchable" appears 2 times in the file. 38

infinispan/query/src/test/java/org/infinispan/query/config/MultipleCachesTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "\n" appears 2 times in the file. 35
 Warning extension MultipleStringLiteralsExtended The String " </local-cache>\n" appears 2 times in the file. 39
 Warning extension MultipleStringLiteralsExtended The String "1" appears 4 times in the file. 64
 Warning extension MultipleStringLiteralsExtended The String "A Person's Name" appears 5 times in the file. 64
 Warning extension MultipleStringLiteralsExtended The String "A paragraph containing some text" appears 5 times in the file. 64
 Warning extension MultipleStringLiteralsExtended The String "name" appears 2 times in the file. 65
 Warning extension MultipleStringLiteralsExtended The String "Name" appears 2 times in the file. 65

infinispan/query/src/test/java/org/infinispan/query/config/ProgrammaticAutoConfigTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 22
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 31
 Warning extension MultipleStringLiteralsExtended The String "hibernate.search.default.directory_provider" appears 2 times in the file. 32
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 42
 Warning extension MultipleStringLiteralsExtended The String "false" appears 2 times in the file. 53

infinispan/query/src/test/java/org/infinispan/query/config/ProgrammaticConfigInheritanceTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "anotherKey" appears 2 times in the file. 17
 Warning extension MultipleStringLiteralsExtended The String "anotherValue" appears 2 times in the file. 17

infinispan/query/src/test/java/org/infinispan/query/config/QueryParsingTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "simple" appears 2 times in the file. 26
 Warning extension MultipleStringLiteralsExtended The String "memory-searchable" appears 2 times in the file. 30
 Warning extension MultipleStringLiteralsExtended The String "ram" appears 2 times in the file. 33
 Warning extension MultipleStringLiteralsExtended The String "disk-searchable" appears 2 times in the file. 35
 Warning extension MultipleStringLiteralsExtended The String "hibernate.search.default.directory_provider" appears 4 times in the file. 38
 Warning extension MultipleStringLiteralsExtended The String "filesystem" appears 2 times in the file. 38
 Warning extension MultipleStringLiteralsExtended The String "hibernate.search.cats.exclusive_index_use" appears 2 times in the file. 39
 Warning extension MultipleStringLiteralsExtended The String "true" appears 2 times in the file. 39

infinispan/query/src/test/java/org/infinispan/query/config/XMLConfigurationOverridingTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 32
 Warning extension MultipleStringLiteralsExtended The String "default.directory_provider" appears 2 times in the file. 35
 Warning extension MultipleStringLiteralsExtended The String "infinispan" appears 2 times in the file. 35
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 40
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 41
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 43
 Warning extension MultipleStringLiteralsExtended The String "LuceneIndexesMetadata" appears 2 times in the file. 43
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 47
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 52

infinispan/query/src/test/java/org/infinispan/query/directoryinteraction/IndexStoredIndexedCacheTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "lucene" appears 4 times in the file. 58
 Warning extension MultipleStringLiteralsExtended The String "indexName" appears 3 times in the file. 63
 Warning extension MultipleStringLiteralsExtended The String "hi" appears 2 times in the file. 70
 Warning extension MultipleStringLiteralsExtended The String "hello" appears 2 times in the file. 73
 Warning extension MultipleStringLiteralsExtended The String "node" appears 3 times in the file. 75

infinispan/query/src/test/java/org/infinispan/query/distributed/AsyncMassIndexPerfTest.java

Severity Category Rule Message Line
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 37
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 61
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 219
 Warning extension CustomDeclarationOrder Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. 265

infinispan/query/src/test/java/org/infinispan/query/distributed/DegeneratedClusterMassIndexingTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "ford" appears 4 times in the file. 44

infinispan/query/src/test/java/org/infinispan/query/distributed/DistributedMassIndexingTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "megane" appears 9 times in the file. 55
 Warning extension MultipleStringLiteralsExtended The String "F2NUM" appears 2 times in the file. 57
 Warning extension MultipleStringLiteralsExtended The String "blue" appears 2 times in the file. 57

infinispan/query/src/test/java/org/infinispan/query/distributed/MassIndexingTest.java

Severity Category Rule Message Line
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around expression. 23
 Warning extension MultipleStringLiteralsExtended The String "megane" appears 3 times in the file. 23
 Warning extension MultipleStringLiteralsExtended The String "test1" appears 3 times in the file. 27
 Warning extension MultipleStringLiteralsExtended The String "test2" appears 3 times in the file. 28
 Warning extension MultipleStringLiteralsExtended The String "test3" appears 2 times in the file. 34

infinispan/query/src/test/java/org/infinispan/query/distributed/MassIndexingWithStoreTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "Volkswagen" appears 2 times in the file. 45

infinispan/query/src/test/java/org/infinispan/query/distributed/MultiNodeDistributedTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "k3" appears 2 times in the file. 54
 Warning extension MultipleStringLiteralsExtended The String "K. Vife" appears 2 times in the file. 66

infinispan/query/src/test/java/org/infinispan/query/distributed/MultipleEntitiesMassIndexTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "megane" appears 9 times in the file. 58
 Warning extension MultipleStringLiteralsExtended The String "james" appears 2 times in the file. 59
 Warning extension MultipleStringLiteralsExtended The String "blurb" appears 5 times in the file. 59
 Warning extension MultipleStringLiteralsExtended The String "tony" appears 2 times in the file. 60
 Warning extension MultipleStringLiteralsExtended The String "P3" appears 3 times in the file. 61
 Warning extension MultipleStringLiteralsExtended The String "make" appears 6 times in the file. 67
 Warning extension MultipleStringLiteralsExtended The String "name" appears 2 times in the file. 68
 Warning extension MultipleStringLiteralsExtended The String "C2" appears 3 times in the file. 70
 Warning extension MultipleStringLiteralsExtended The String "blue" appears 2 times in the file. 70

infinispan/query/src/test/java/org/infinispan/query/distributed/OverlappingDistMassIndexTest.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 46
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 69

infinispan/query/src/test/java/org/infinispan/query/distributed/PerfTest.java

Severity Category Rule Message Line
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 42
 Warning extension MultipleStringLiteralsExtended The String "car" appears 2 times in the file. 69
 Warning extension MultipleStringLiteralsExtended The String "megane" appears 2 times in the file. 69
 Warning extension MultipleStringLiteralsExtended The String "blue" appears 2 times in the file. 69

infinispan/query/src/test/java/org/infinispan/query/distributed/ReplRamMassIndexingTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "car" appears 2 times in the file. 48
 Warning extension MultipleStringLiteralsExtended The String "skoda" appears 3 times in the file. 48

infinispan/query/src/test/java/org/infinispan/query/distributed/ShardingMassIndexTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "mazda" appears 2 times in the file. 56
 Warning extension MultipleStringLiteralsExtended The String "blue" appears 2 times in the file. 57
 Warning extension MultipleStringLiteralsExtended The String "audi" appears 2 times in the file. 58

infinispan/query/src/test/java/org/infinispan/query/dsl/embedded/ClusteredListenerWithDslFilterProfilingTest.java

Severity Category Rule Message Line
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 70

infinispan/query/src/test/java/org/infinispan/query/dsl/embedded/ClusteredListenerWithDslFilterTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "age" appears 3 times in the file. 46
 Warning extension MultipleStringLiteralsExtended The String "John" appears 4 times in the file. 53
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 77
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 129
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 139

infinispan/query/src/test/java/org/infinispan/query/dsl/embedded/ClusteredQueryDslConditionsTest.java

Severity Category Rule Message Line
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 25
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 70
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 73
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 76
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 79

infinispan/query/src/test/java/org/infinispan/query/dsl/embedded/FilesystemQueryDslConditionsTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 30

infinispan/query/src/test/java/org/infinispan/query/dsl/embedded/FilesystemQueryDslIterationTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 30

infinispan/query/src/test/java/org/infinispan/query/dsl/embedded/JPAFilterAndConverterDistTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 66
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 75

infinispan/query/src/test/java/org/infinispan/query/dsl/embedded/ListenerWithDslFilterProfilingTest.java

Severity Category Rule Message Line
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 63

infinispan/query/src/test/java/org/infinispan/query/dsl/embedded/ListenerWithDslFilterTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "John" appears 3 times in the file. 49
 Warning extension MultipleStringLiteralsExtended The String "age" appears 3 times in the file. 59
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 67
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 68
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 79
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 84
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 97
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 98
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 125
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 130
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 140
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 142

infinispan/query/src/test/java/org/infinispan/query/dsl/embedded/NonIndexedQueryDslConditionsTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "age" appears 2 times in the file. 48
 Warning extension MultipleStringLiteralsExtended The String "new_user_" appears 2 times in the file. 52

infinispan/query/src/test/java/org/infinispan/query/dsl/embedded/QueryDslConditionsTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "John" appears 29 times in the file. 45
 Warning extension MultipleStringLiteralsExtended The String "Doe" appears 11 times in the file. 46
 Warning extension MultipleStringLiteralsExtended The String "Lorem ipsum dolor sit amet" appears 3 times in the file. 50
 Warning extension MultipleStringLiteralsExtended The String "X1234" appears 7 times in the file. 54
 Warning extension MultipleStringLiteralsExtended The String "Spider" appears 28 times in the file. 59
 Warning extension MultipleStringLiteralsExtended The String "Man" appears 19 times in the file. 60
 Warning extension MultipleStringLiteralsExtended The String "Y12" appears 3 times in the file. 66
 Warning extension MultipleStringLiteralsExtended The String "ZZ" appears 2 times in the file. 69
 Warning extension MultipleStringLiteralsExtended The String "Woman" appears 12 times in the file. 75
 Warning extension MultipleStringLiteralsExtended The String "John Doe's first bank account" appears 4 times in the file. 81
 Warning extension MultipleStringLiteralsExtended The String "John Doe's second bank account" appears 2 times in the file. 86
 Warning extension MultipleStringLiteralsExtended The String "2013-01-04" appears 2 times in the file. 87
 Warning extension MultipleStringLiteralsExtended The String "2013-01-20" appears 4 times in the file. 91
 Warning extension MultipleStringLiteralsExtended The String "Birthday present" appears 2 times in the file. 95
 Warning extension MultipleStringLiteralsExtended The String "Feb. rent payment" appears 2 times in the file. 103
 Warning extension MultipleStringLiteralsExtended The String "2013-01-31" appears 11 times in the file. 130
 Warning extension MultipleStringLiteralsExtended The String "2013-01-01" appears 11 times in the file. 138
 Warning extension MultipleStringLiteralsExtended The String "user_" appears 3 times in the file. 143
 Warning extension MultipleStringLiteralsExtended The String "account_" appears 3 times in the file. 146
 Warning extension MultipleStringLiteralsExtended The String "transaction_" appears 7 times in the file. 149
 Warning extension MultipleStringLiteralsExtended The String "Expensive shoes " appears 2 times in the file. 159
 Warning extension MultipleStringLiteralsExtended The String "testing 123" appears 3 times in the file. 170
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 177
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 180
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 183
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 186
 Warning extension MultipleStringLiteralsExtended The String "name" appears 39 times in the file. 198
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 215
 Warning extension MultipleStringLiteralsExtended The String "description" appears 8 times in the file. 222
 Warning extension MultipleStringLiteralsExtended The String "notes" appears 2 times in the file. 257
 Warning extension MultipleStringLiteralsExtended The String "surname" appears 29 times in the file. 270
 Warning extension MultipleStringLiteralsExtended The String "addresses.postCode" appears 7 times in the file. 283
 Warning extension MultipleStringLiteralsExtended The String "%rent%" appears 3 times in the file. 308
 Warning extension MultipleStringLiteralsExtended The String "date" appears 6 times in the file. 322
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 328
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 329
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 344
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 345
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 360
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 361
 Warning extension MultipleStringLiteralsExtended The String "amount" appears 6 times in the file. 370
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 375
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 388
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 402
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 416
 Warning extension MultipleStringLiteralsExtended The String "gender" appears 16 times in the file. 450
 Warning extension MultipleStringLiteralsExtended The String "%oe%" appears 2 times in the file. 522
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 610
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 625
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 637
 Warning extension MultipleStringLiteralsExtended The String "id" appears 23 times in the file. 664
 Warning extension MultipleStringLiteralsExtended The String "A" appears 4 times in the file. 718
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 733
 Warning extension MultipleStringLiteralsExtended The String "addresses" appears 3 times in the file. 741
 Warning extension MultipleStringLiteralsExtended The String "age" appears 7 times in the file. 785
 Warning extension MultipleStringLiteralsExtended The String "accountIds" appears 13 times in the file. 820
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 932
 Warning extension MultipleStringLiteralsExtended The String "creationDate" appears 5 times in the file. 1026
 Warning extension MultipleStringLiteralsExtended The String "accountId" appears 5 times in the file. 1126
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 1134
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 1148
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 1149
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 1171
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 1172
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 1187
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 1188
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 1216
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 1229
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 1242
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 1243
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 1255
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 1256
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 1364
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 1365
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 1376
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 1377
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 1388
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 1389
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 1400
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 1401
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 1426
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 1427
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 1439
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 1440

infinispan/query/src/test/java/org/infinispan/query/dsl/embedded/QueryDslIterationTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "John" appears 2 times in the file. 31
 Warning extension MultipleStringLiteralsExtended The String "Black" appears 2 times in the file. 38
 Warning extension MultipleStringLiteralsExtended The String "user_" appears 4 times in the file. 50
 Warning extension MultipleStringLiteralsExtended The String "name" appears 4 times in the file. 60
 Warning extension MultipleStringLiteralsExtended The String "surname" appears 2 times in the file. 73
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 120
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 174
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 186

infinispan/query/src/test/java/org/infinispan/query/dsl/embedded/SingleClassDSLQueryTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "William" appears 2 times in the file. 41

infinispan/query/src/test/java/org/infinispan/query/dsl/embedded/testdomain/NotIndexed.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 9

infinispan/query/src/test/java/org/infinispan/query/dsl/embedded/testdomain/hsearch/AccountHS.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 20

infinispan/query/src/test/java/org/infinispan/query/dsl/embedded/testdomain/hsearch/AddressHS.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 14

infinispan/query/src/test/java/org/infinispan/query/dsl/embedded/testdomain/hsearch/TransactionHS.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 21
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 83
 Warning extension SimpleAccessorNameNotation Unexpected setter name. 87

infinispan/query/src/test/java/org/infinispan/query/dsl/embedded/testdomain/hsearch/UserHS.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 23

infinispan/query/src/test/java/org/infinispan/query/dynamicexample/DynamicPropertiesEntity.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 18

infinispan/query/src/test/java/org/infinispan/query/dynamicexample/DynamicPropertiesTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "name" appears 5 times in the file. 40
 Warning extension MultipleStringLiteralsExtended The String "city" appears 5 times in the file. 41
 Warning extension MultipleStringLiteralsExtended The String "JUDCon London 2011" appears 2 times in the file. 46
 Warning extension MultipleStringLiteralsExtended The String "London" appears 2 times in the file. 47
 Warning extension MultipleStringLiteralsExtended The String "San Francisco" appears 2 times in the file. 52
 Warning extension MultipleStringLiteralsExtended The String "awards" appears 2 times in the file. 53

infinispan/query/src/test/java/org/infinispan/query/externalizers/TermExternalizerTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "hello terms world!" appears 4 times in the file. 42
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 47
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 53
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 59
 Warning extension MultipleStringLiteralsExtended The String "key" appears 2 times in the file. 67

infinispan/query/src/test/java/org/infinispan/query/helper/StaticTestingErrorHandler.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 38

infinispan/query/src/test/java/org/infinispan/query/helper/TestQueryHelperFactory.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "lucene_version" appears 2 times in the file. 73
 Warning extension MultipleStringLiteralsExtended The String "LUCENE_CURRENT" appears 2 times in the file. 73
 Warning extension MultipleStringLiteralsExtended The String "error_handler" appears 2 times in the file. 74
 Warning extension MultipleStringLiteralsExtended The String "org.infinispan.query.helper.StaticTestingErrorHandler" appears 2 times in the file. 74

infinispan/query/src/test/java/org/infinispan/query/helper/TestableCluster.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 55
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 56

infinispan/query/src/test/java/org/infinispan/query/impl/EagerIteratorTest.java

Severity Category Rule Message Line
 Warning extension NoNullForCollectionReturn Method should return empty collection instead of null. 125

infinispan/query/src/test/java/org/infinispan/query/impl/InvalidIteratorTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 26

infinispan/query/src/test/java/org/infinispan/query/impl/NullFilteringIteratorTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 22
 Warning extension MultipleStringLiteralsExtended The String "Expected NoSuchElementException" appears 3 times in the file. 30
 Warning extension MultipleStringLiteralsExtended The String "foo" appears 14 times in the file. 37
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 38
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 40
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 46
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 57
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 59
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 65
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 67
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 73
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 75
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 81
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 83
 Warning extension MultipleStringLiteralsExtended The String "bar" appears 2 times in the file. 88
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 101
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 102
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 104

infinispan/query/src/test/java/org/infinispan/query/impl/QueryCacheEmbeddedTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "John" appears 2 times in the file. 57
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 78
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 98
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 112
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 116

infinispan/query/src/test/java/org/infinispan/query/impl/VeryLargeFetchSizeTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 26

infinispan/query/src/test/java/org/infinispan/query/indexedembedded/Book.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 9

infinispan/query/src/test/java/org/infinispan/query/indexedembedded/BooksExampleTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "Manning" appears 2 times in the file. 39

infinispan/query/src/test/java/org/infinispan/query/indexedembedded/City.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 12

infinispan/query/src/test/java/org/infinispan/query/indexedembedded/CollectionsIndexingTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "countryName" appears 3 times in the file. 54
 Warning extension MultipleStringLiteralsExtended The String "Italy" appears 5 times in the file. 55
 Warning extension MultipleStringLiteralsExtended The String "IT" appears 2 times in the file. 66
 Warning extension MultipleStringLiteralsExtended The String "Newcastle" appears 2 times in the file. 89
 Warning extension MultipleStringLiteralsExtended The String "UK" appears 3 times in the file. 101
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 106

infinispan/query/src/test/java/org/infinispan/query/indexedembedded/Country.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 15
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 21

infinispan/query/src/test/java/org/infinispan/query/jmx/DistributedMassIndexingViaJmxTest.java

Severity Category Rule Message Line
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 64
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 64

infinispan/query/src/test/java/org/infinispan/query/jmx/QueryMBeanTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "default.directory_provider" appears 2 times in the file. 56
 Warning extension MultipleStringLiteralsExtended The String "ram" appears 2 times in the file. 56
 Warning extension MultipleStringLiteralsExtended The String "lucene_version" appears 2 times in the file. 58
 Warning extension MultipleStringLiteralsExtended The String "LUCENE_CURRENT" appears 2 times in the file. 58
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 73
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 74
 Warning extension MultipleStringLiteralsExtended The String "StatisticsEnabled" appears 6 times in the file. 74
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 76
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 84
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 94
 Warning extension MultipleStringLiteralsExtended The String "key" appears 2 times in the file. 99
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 108
 Warning extension MultipleStringLiteralsExtended The String "SearchQueryExecutionCount" appears 4 times in the file. 110
 Warning extension MultipleStringLiteralsExtended The String "getNumberOfIndexedEntities" appears 2 times in the file. 120
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 121
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 122
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 135
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 136
 Warning extension MultipleStringLiteralsExtended The String "SearchQueryExecutionMaxTimeQueryString" appears 2 times in the file. 147
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 148
 Warning extension MultipleStringLiteralsExtended The String "SearchQueryExecutionMaxTime" appears 2 times in the file. 148
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 149
 Warning extension MultipleStringLiteralsExtended The String "SearchQueryExecutionAvgTime" appears 2 times in the file. 149
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 153
 Warning extension MultipleStringLiteralsExtended The String ":type=Query,component=Statistics,cache=" appears 3 times in the file. 178
 Warning extension MultipleStringLiteralsExtended The String ",*" appears 3 times in the file. 178
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 180
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 196
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 203

infinispan/query/src/test/java/org/infinispan/query/nulls/NullCollectionElementsClusteredTest.java

Severity Category Rule Message Line
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 38
 Warning extension MultipleStringLiteralsExtended The String "2" appears 6 times in the file. 46
 Warning extension MultipleStringLiteralsExtended The String "bar" appears 7 times in the file. 49
 Warning extension MultipleStringLiteralsExtended The String "1" appears 11 times in the file. 63
 Warning extension MultipleStringLiteralsExtended The String "Expected NoSuchElementException" appears 3 times in the file. 71
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 92
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 139

infinispan/query/src/test/java/org/infinispan/query/nulls/NullCollectionElementsTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "1" appears 13 times in the file. 60
 Warning extension MultipleStringLiteralsExtended The String "bar" appears 6 times in the file. 72
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 88
 Warning extension MultipleStringLiteralsExtended The String "Expected NoSuchElementException" appears 3 times in the file. 91
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 110
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 130
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 150

infinispan/query/src/test/java/org/infinispan/query/performance/TuningOptionsAppliedTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "Indexed" appears 2 times in the file. 56
 Warning extension MultipleStringLiteralsExtended The String "person." appears 3 times in the file. 72
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 76
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 83
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 88
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 100

infinispan/query/src/test/java/org/infinispan/query/persistence/EntryActivatingTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "Italy" appears 3 times in the file. 57
 Warning extension MultipleStringLiteralsExtended The String "IT" appears 6 times in the file. 62

infinispan/query/src/test/java/org/infinispan/query/persistence/InconsistentIndexesAfterRestartTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "name1" appears 2 times in the file. 73
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 76

infinispan/query/src/test/java/org/infinispan/query/persistence/SharedCacheLoaderQueryIndexTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "write" appears 2 times in the file. 41

infinispan/query/src/test/java/org/infinispan/query/programmaticmapping/SearchMappingTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "name" appears 3 times in the file. 45
 Warning extension MultipleStringLiteralsExtended The String "default.directory_provider" appears 2 times in the file. 49
 Warning extension MultipleStringLiteralsExtended The String "ram" appears 2 times in the file. 49
 Warning extension MultipleStringLiteralsExtended The String "lucene_version" appears 2 times in the file. 50
 Warning extension MultipleStringLiteralsExtended The String "LUCENE_CURRENT" appears 2 times in the file. 50
 Warning extension MultipleStringLiteralsExtended The String "Test" appears 4 times in the file. 64
 Warning extension MultipleStringLiteralsExtended The String "DE000123" appears 2 times in the file. 64

infinispan/query/src/test/java/org/infinispan/query/projection/ProjectionTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "1" appears 7 times in the file. 45
 Warning extension MultipleStringLiteralsExtended The String "bar1" appears 8 times in the file. 45
 Warning extension MultipleStringLiteralsExtended The String "baz1" appears 5 times in the file. 45
 Warning extension MultipleStringLiteralsExtended The String "bar" appears 4 times in the file. 46
 Warning extension MultipleStringLiteralsExtended The String "baz" appears 2 times in the file. 53

infinispan/query/src/test/java/org/infinispan/query/queries/faceting/Car.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 16

infinispan/query/src/test/java/org/infinispan/query/queries/faceting/SimpleFacetingTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "Rosso corsa" appears 3 times in the file. 48
 Warning extension MultipleStringLiteralsExtended The String "500_Superfast" appears 2 times in the file. 50
 Warning extension MultipleStringLiteralsExtended The String "Ferrari 500_Superfast" appears 2 times in the file. 50

infinispan/query/src/test/java/org/infinispan/query/queries/phrases/QueryPhrasesTest.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 36
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 37
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 38
 Warning extension MultipleStringLiteralsExtended The String "name" appears 20 times in the file. 61
 Warning extension MultipleStringLiteralsExtended The String "Goat" appears 9 times in the file. 61
 Warning extension MultipleStringLiteralsExtended The String "Eats grass" appears 4 times in the file. 82
 Warning extension MultipleStringLiteralsExtended The String "age" appears 4 times in the file. 86
 Warning extension MultipleStringLiteralsExtended The String "blurb" appears 5 times in the file. 186
 Warning extension MultipleStringLiteralsExtended The String "goat" appears 2 times in the file. 186
 Warning extension MultipleStringLiteralsExtended The String "yyJohn" appears 2 times in the file. 207
 Warning extension MultipleStringLiteralsExtended The String "Eat anything" appears 2 times in the file. 207
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 218
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 225
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 226
 Warning extension MultipleStringLiteralsExtended The String "otherKey" appears 7 times in the file. 302
 Warning extension MultipleStringLiteralsExtended The String "Some string" appears 4 times in the file. 374

infinispan/query/src/test/java/org/infinispan/query/queries/ranges/QueryRangesTest.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 40
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 41
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 42
 Warning extension MultipleStringLiteralsExtended The String "age" appears 10 times in the file. 63
 Warning extension MultipleStringLiteralsExtended The String "This should not contain object person4" appears 7 times in the file. 71
 Warning extension MultipleStringLiteralsExtended The String "Mighty Goat" appears 8 times in the file. 74
 Warning extension MultipleStringLiteralsExtended The String "Also eats grass" appears 4 times in the file. 75
 Warning extension MultipleStringLiteralsExtended The String "mighty" appears 8 times in the file. 78
 Warning extension MultipleStringLiteralsExtended The String "Size of list should be 3" appears 6 times in the file. 83
 Warning extension MultipleStringLiteralsExtended The String "This should now contain object person4" appears 10 times in the file. 86
 Warning extension MultipleStringLiteralsExtended The String "Mighty Goat also eats grass" appears 4 times in the file. 212
 Warning extension MultipleStringLiteralsExtended The String "ANother Goat" appears 2 times in the file. 257
 Warning extension MultipleStringLiteralsExtended The String "Some other goat should eat grass." appears 3 times in the file. 258
 Warning extension MultipleStringLiteralsExtended The String "anotherGoat" appears 3 times in the file. 261
 Warning extension MultipleStringLiteralsExtended The String "dateOfGraduation" appears 2 times in the file. 333
 Warning extension MultipleStringLiteralsExtended The String "May 5, 2002" appears 3 times in the file. 333
 Warning extension MultipleStringLiteralsExtended The String "June 10, 2012" appears 2 times in the file. 366

infinispan/query/src/test/java/org/infinispan/query/queries/spatial/QuerySpatialTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "city_location" appears 2 times in the file. 54

infinispan/query/src/test/java/org/infinispan/query/statetransfer/BaseReIndexingTest.java

Severity Category Rule Message Line
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 84
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 111

infinispan/query/src/test/java/org/infinispan/query/test/AnotherGrassEater.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 14

infinispan/query/src/test/java/org/infinispan/query/test/CustomKey.java

Severity Category Rule Message Line
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 8

infinispan/query/src/test/java/org/infinispan/query/test/CustomKey2.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 8
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 9

infinispan/query/src/test/java/org/infinispan/query/test/CustomKey3.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 5

infinispan/query/src/test/java/org/infinispan/query/test/Person.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 19
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 107

infinispan/query/src/test/java/org/infinispan/query/test/VeryLongIndexNamedClass.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 19

infinispan/query/src/test/java/org/infinispan/query/tx/NonLocalIndexingTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "Astronaut" appears 6 times in the file. 48
 Warning extension MultipleStringLiteralsExtended The String "timezone" appears 3 times in the file. 49
 Warning extension MultipleStringLiteralsExtended The String "cat" appears 4 times in the file. 51
 Warning extension MultipleStringLiteralsExtended The String "Webdeveloper" appears 2 times in the file. 52

infinispan/query/src/test/java/org/infinispan/query/tx/TransactionalQueryTest.java

Severity Category Rule Message Line
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 78

infinispan/query/src/test/java/org/infinispan/query/tx/TwoPhaseCommitIndexingTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "Astronaut" appears 4 times in the file. 54
 Warning extension MultipleStringLiteralsExtended The String "is asking his timezone" appears 2 times in the file. 54
 Warning extension MultipleStringLiteralsExtended The String "timezone" appears 2 times in the file. 56
 Warning extension MultipleStringLiteralsExtended The String "asking" appears 2 times in the file. 57
 Warning extension MultipleStringLiteralsExtended The String "cat" appears 2 times in the file. 58
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 85

infinispan/remote-query/remote-query-client/src/main/java/org/infinispan/query/remote/client/FilterResult.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "instance" appears 2 times in the file. 58
 Warning extension MultipleStringLiteralsExtended The String "projection" appears 2 times in the file. 59
 Warning extension MultipleStringLiteralsExtended The String "sortProjection" appears 2 times in the file. 60

infinispan/remote-query/remote-query-client/src/main/java/org/infinispan/query/remote/client/QueryRequest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "jpqlString" appears 2 times in the file. 48
 Warning extension MultipleStringLiteralsExtended The String "startOffset" appears 2 times in the file. 49
 Warning extension MultipleStringLiteralsExtended The String "maxResults" appears 2 times in the file. 50

infinispan/remote-query/remote-query-client/src/main/java/org/infinispan/query/remote/client/QueryResponse.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "numResults" appears 2 times in the file. 61
 Warning extension MultipleStringLiteralsExtended The String "projectionSize" appears 2 times in the file. 62
 Warning extension MultipleStringLiteralsExtended The String "results" appears 2 times in the file. 63
 Warning extension MultipleStringLiteralsExtended The String "totalResults" appears 2 times in the file. 64

infinispan/remote-query/remote-query-server/src/main/java/org/infinispan/query/remote/CompatibilityProtoStreamMarshaller.java

Severity Category Rule Message Line
 Warning extension EmptyPublicCtorInClass This empty public constructor is useless. 20

infinispan/remote-query/remote-query-server/src/main/java/org/infinispan/query/remote/CompatibilityReflectionMatcher.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 24

infinispan/remote-query/remote-query-server/src/main/java/org/infinispan/query/remote/DelegatingSerializationContext.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 54

infinispan/remote-query/remote-query-server/src/main/java/org/infinispan/query/remote/LifecycleManager.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 79
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 94

infinispan/remote-query/remote-query-server/src/main/java/org/infinispan/query/remote/ProtobufMetadataManager.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 145
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 155
 Warning extension MultipleStringLiteralsExtended The String "The file name must have \".proto\" suffix" appears 2 times in the file. 168
 Warning extension NoNullForCollectionReturn Method should return empty collection instead of null. 178
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 199
 Warning extension MultipleStringLiteralsExtended The String "/" appears 3 times in the file. 201
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 217

infinispan/remote-query/remote-query-server/src/main/java/org/infinispan/query/remote/ProtobufMetadataManagerInterceptor.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 69
 Warning extension MultipleStringLiteralsExtended The String "Failed to parse proto file : " appears 8 times in the file. 110
 Warning extension ReturnCountExtended Return count for 'visitPutKeyValueCommand' method is 2 (max allowed is 1). 195
 Warning extension MultipleStringLiteralsExtended The String "The key must be a string" appears 4 times in the file. 201
 Warning extension MultipleStringLiteralsExtended The String "The value must be a string" appears 3 times in the file. 204
 Warning extension MultipleStringLiteralsExtended The String "The key must end with \".proto\" : " appears 3 times in the file. 209
 Warning extension ReturnCountExtended Return count for 'visitReplaceCommand' method is 3 (max allowed is 1). 349
 Warning extension MoveVariableInsideIf Variable 'key' can be moved inside the block at line '353' to restrict runtime creation. 350
 Warning extension MoveVariableInsideIf Variable 'value' can be moved inside the block at line '353' to restrict runtime creation. 351

infinispan/remote-query/remote-query-server/src/main/java/org/infinispan/query/remote/QueryFacadeImpl.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 67
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 73
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 160
 Warning extension MultipleStringLiteralsExtended The String "[.]" appears 2 times in the file. 220
 Warning extension ReturnCountExtended Return count for 'getFieldBridge' method is 5 (max allowed is 1). 236
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 296

infinispan/remote-query/remote-query-server/src/main/java/org/infinispan/query/remote/filter/JPAProtobufCacheEventFilterConverter.java

Severity Category Rule Message Line
 Warning extension NoNullForCollectionReturn Method should return empty collection instead of null. 50

infinispan/remote-query/remote-query-server/src/main/java/org/infinispan/query/remote/filter/JPAProtobufFilterAndConverter.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 36

infinispan/remote-query/remote-query-server/src/main/java/org/infinispan/query/remote/indexing/IndexingMetadata.java

Severity Category Rule Message Line
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 75

infinispan/remote-query/remote-query-server/src/main/java/org/infinispan/query/remote/indexing/IndexingMetadataCreator.java

Severity Category Rule Message Line
 Warning extension ReturnCountExtended Return count for 'create' method is 2 (max allowed is 1). 21
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 24
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 25

infinispan/remote-query/remote-query-server/src/main/java/org/infinispan/query/remote/indexing/IndexingTagHandler.java

Severity Category Rule Message Line
 Warning extension MoveVariableInsideIf Variable 'defaultValue' can be moved inside the block at line '145' to restrict runtime creation. 142

infinispan/remote-query/remote-query-server/src/main/java/org/infinispan/query/remote/indexing/WrappedMessageTagHandler.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "No nested message is expected" appears 2 times in the file. 82
 Warning extension MultipleStringLiteralsExtended The String "theValue" appears 2 times in the file. 107

infinispan/remote-query/remote-query-server/src/test/java/org/infinispan/query/remote/ProtobufMetadataManagerInterceptorTest.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 55
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 56
 Warning extension MultipleStringLiteralsExtended The String "import \"test.proto\";" appears 2 times in the file. 59
 Warning extension MultipleStringLiteralsExtended The String "test.proto" appears 34 times in the file. 80
 Warning extension MultipleStringLiteralsExtended The String "Failed to parse proto file : test.proto" appears 2 times in the file. 83
 Warning extension MultipleStringLiteralsExtended The String "a.proto" appears 9 times in the file. 88
 Warning extension MultipleStringLiteralsExtended The String "b.proto" appears 6 times in the file. 89
 Warning extension MultipleStringLiteralsExtended The String "package b;" appears 2 times in the file. 89
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 94
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 95
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 98
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 99
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 108
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 109
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 123
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 124
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 139
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 140
 Warning extension MultipleStringLiteralsExtended The String "import \"missing.proto\";" appears 4 times in the file. 142
 Warning extension MultipleStringLiteralsExtended The String "Import 'missing.proto' not found" appears 10 times in the file. 147
 Warning extension MultipleStringLiteralsExtended The String "test.proto.errors" appears 14 times in the file. 147
 Warning extension MultipleStringLiteralsExtended The String "package foobar;" appears 3 times in the file. 152
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 156
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 157
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 158
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 159
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 168
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 169
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 193
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 194
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 195
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 196
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 205
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 206
 Warning extension MultipleStringLiteralsExtended The String "a.proto.errors" appears 4 times in the file. 219
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 221
 Warning extension MultipleStringLiteralsExtended The String "b.proto.errors" appears 4 times in the file. 221
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 222
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 223
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 224
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 236
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 237
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 238
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 239
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 240
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 241
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 250
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 251
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 262
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 263
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 264
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 265
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 266
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 267

infinispan/remote-query/remote-query-server/src/test/java/org/infinispan/query/remote/QueryFacadeImplTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 23

infinispan/remote-query/remote-query-server/src/test/java/org/infinispan/query/remote/indexing/ProtobufWrapperIndexingTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "Adrian" appears 4 times in the file. 48
 Warning extension MultipleStringLiteralsExtended The String "Nistor" appears 2 times in the file. 48
 Warning extension MultipleStringLiteralsExtended The String "name" appears 2 times in the file. 62

infinispan/rhq-plugin/src/main/java/org/infinispan/rhq/CacheComponent.java

Severity Category Rule Message Line
 Warning extension ReturnCountExtended Return count for 'getAvailability' method is 3 (max allowed is 1). 64
 Warning extension MultipleStringLiteralsExtended The String " within " appears 2 times in the file. 74
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 81
 Warning extension MultipleStringLiteralsExtended The String "." appears 4 times in the file. 105
 Warning extension MoveVariableInsideIf Variable 'attrType' can be moved inside the block at line '117' to restrict runtime creation. 115
 Warning extension MultipleStringLiteralsExtended The String "Metric (" appears 2 times in the file. 122
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 137
 Warning extension MultipleStringLiteralsExtended The String "Cache" appears 2 times in the file. 215

infinispan/rhq-plugin/src/main/java/org/infinispan/rhq/CacheDiscovery.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "Cache" appears 3 times in the file. 44
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 45
 Warning extension MultipleStringLiteralsExtended The String "name" appears 2 times in the file. 49
 Warning extension MultipleStringLiteralsExtended The String "=" appears 2 times in the file. 95

infinispan/rhq-plugin/src/main/java/org/infinispan/rhq/CacheManagerComponent.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 54
 Warning extension MultipleStringLiteralsExtended The String "CacheManager" appears 2 times in the file. 131

infinispan/rhq-plugin/src/main/java/org/infinispan/rhq/CacheManagerDiscovery.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 30
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 32
 Warning extension ReturnCountExtended Return count for 'createDiscoveredResource' method is 2 (max allowed is 1). 48
 Warning extension MoveVariableInsideIf Variable 'trace' can be moved inside the block at line '52' to restrict runtime creation. 49
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 60
 Warning extension MultipleStringLiteralsExtended The String ":" appears 2 times in the file. 65
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 68
 Warning extension NoNullForCollectionReturn Method should return empty collection instead of null. 90

infinispan/rhq-plugin/src/test/java/org/infinispan/rhq/InfinispanRhqTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "key" appears 2 times in the file. 64

infinispan/scripting/src/main/java/org/infinispan/scripting/impl/CollatorScript.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 32

infinispan/scripting/src/main/java/org/infinispan/scripting/impl/DistributedRunner.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 23

infinispan/scripting/src/main/java/org/infinispan/scripting/impl/DistributedScript.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 19

infinispan/scripting/src/main/java/org/infinispan/scripting/impl/ReducerScript.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 33

infinispan/scripting/src/main/java/org/infinispan/scripting/impl/ScriptMetadata.java

Severity Category Rule Message Line
 Warning extension EmptyPublicCtorInClass This empty public constructor is useless. 139

infinispan/scripting/src/main/java/org/infinispan/scripting/impl/ScriptingManagerImpl.java

Severity Category Rule Message Line
 Warning extension EmptyPublicCtorInClass This empty public constructor is useless. 60
 Warning extension ReturnCountExtended Return count for 'getEngineForScript' method is 3 (max allowed is 1). 251
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 282
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 283

infinispan/scripting/src/main/java/org/infinispan/scripting/impl/SecurityActions.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 38

infinispan/scripting/src/test/java/org/infinispan/scripting/ClusteredScriptingTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "test.js" appears 2 times in the file. 48
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 62
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 79

infinispan/scripting/src/test/java/org/infinispan/scripting/EntryComparator.java

Severity Category Rule Message Line
 Warning extension TernaryPerExpressionCount More than 1 ternary operators in expression. 11

infinispan/scripting/src/test/java/org/infinispan/scripting/SecureScriptingTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "admin" appears 3 times in the file. 27
 Warning extension MultipleStringLiteralsExtended The String "runner" appears 4 times in the file. 28
 Warning extension MultipleStringLiteralsExtended The String "a" appears 2 times in the file. 80

infinispan/server/core/src/main/scala/org/infinispan/server/core/configuration/ProtocolServerConfigurationBuilder.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 11
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 12
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 13
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 14
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 15
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 16
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 17
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 18
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 19
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 20

infinispan/server/core/src/main/scala/org/infinispan/server/core/security/SaslUtils.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 72
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 78

infinispan/server/core/src/main/scala/org/infinispan/server/core/security/simple/SimpleServerAuthenticationProvider.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 30

infinispan/server/hotrod/src/main/scala/org/infinispan/server/hotrod/configuration/AuthenticationConfigurationBuilder.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 29
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 30
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 89

infinispan/server/hotrod/src/main/scala/org/infinispan/server/hotrod/util/BulkUtil.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 93

infinispan/server/integration/cli/src/main/java/org/infinispan/server/cli/handlers/CacheNameCommandCompleter.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 33
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 38

infinispan/server/integration/cli/src/main/java/org/infinispan/server/cli/handlers/ContainerCommandHandler.java

Severity Category Rule Message Line
 Warning extension UselessSuperCtorCall Redundant super constructor call could be removed. Class 'ContainerCommandHandler' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. 30

infinispan/server/integration/cli/src/main/java/org/infinispan/server/cli/handlers/CreateCommandHandler.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "like" appears 2 times in the file. 30

infinispan/server/integration/cli/src/main/java/org/infinispan/server/cli/handlers/NoArgumentsCliCommandHandler.java

Severity Category Rule Message Line
 Warning extension UselessSuperCtorCall Redundant super constructor call could be removed. Class 'NoArgumentsCliCommandHandler' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. 31
 Warning extension MultipleStringLiteralsExtended The String "result" appears 2 times in the file. 59

infinispan/server/integration/cli/src/main/java/org/infinispan/server/cli/handlers/PutCommandHandler.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "expires" appears 2 times in the file. 34
 Warning extension MultipleStringLiteralsExtended The String "maxidle" appears 2 times in the file. 36
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 42
 Warning extension LogicConditionNeedOptimization Condition with && at line 46 position 49 need optimization. All method calls are advised to move to end of logic expression. 46
 Warning extension LogicConditionNeedOptimization Condition with && at line 49 position 55 need optimization. All method calls are advised to move to end of logic expression. 49

infinispan/server/integration/cli/src/main/java/org/infinispan/server/cli/handlers/ReplaceCommandHandler.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "expires" appears 3 times in the file. 32
 Warning extension MultipleStringLiteralsExtended The String "maxidle" appears 3 times in the file. 34
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 40
 Warning extension LogicConditionNeedOptimization Condition with && at line 44 position 49 need optimization. All method calls are advised to move to end of logic expression. 44

infinispan/server/integration/cli/src/main/java/org/infinispan/server/cli/handlers/RolesCommandHandler.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 33
 Warning extension LogicConditionNeedOptimization Condition with && at line 37 position 53 need optimization. All method calls are advised to move to end of logic expression. 37

infinispan/server/integration/cli/src/main/java/org/infinispan/server/cli/handlers/UpgradeCommandHandler.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 40

infinispan/server/integration/cli/src/main/java/org/infinispan/server/cli/util/InfinispanUtil.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "subsystem" appears 2 times in the file. 29
 Warning extension MultipleStringLiteralsExtended The String "infinispan" appears 2 times in the file. 30
 Warning extension MultipleStringLiteralsExtended The String "/" appears 2 times in the file. 31
 Warning extension MultipleStringLiteralsExtended The String "=" appears 3 times in the file. 31
 Warning extension MultipleStringLiteralsExtended The String "No such container: " appears 2 times in the file. 49
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 63
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 102
 Warning extension ReturnCountExtended Return count for 'cliRequest' method is 2 (max allowed is 1). 110
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 117
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 118
 Warning extension MultipleStringLiteralsExtended The String "sessionId" appears 3 times in the file. 143
 Warning extension MultipleStringLiteralsExtended The String "-sessionId" appears 2 times in the file. 144

infinispan/server/integration/endpoint/src/main/java/org/infinispan/server/endpoint/Constants.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 36
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 38
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 39
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 40
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 42
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 43
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 44
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 45
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 46
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 48
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 50

infinispan/server/integration/endpoint/src/main/java/org/infinispan/server/endpoint/deployments/AbstractNamedFactoryExtensionProcessor.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "name" appears 2 times in the file. 45

infinispan/server/integration/endpoint/src/main/java/org/infinispan/server/endpoint/deployments/AbstractServerExtensionProcessor.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 38

infinispan/server/integration/endpoint/src/main/java/org/infinispan/server/endpoint/subsystem/Attribute.java

Severity Category Rule Message Line
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 88
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 99

infinispan/server/integration/endpoint/src/main/java/org/infinispan/server/endpoint/subsystem/Element.java

Severity Category Rule Message Line
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 78
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 89

infinispan/server/integration/endpoint/src/main/java/org/infinispan/server/endpoint/subsystem/EndpointExtension.java

Severity Category Rule Message Line
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 45

infinispan/server/integration/endpoint/src/main/java/org/infinispan/server/endpoint/subsystem/EndpointSubsystemReader_7_2.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "value" appears 6 times in the file. 477

infinispan/server/integration/endpoint/src/main/java/org/infinispan/server/endpoint/subsystem/EndpointSubsystemWriter.java

Severity Category Rule Message Line
 Warning extension MoveVariableInsideIf Variable 'result' can be moved inside the block at line '221' to restrict runtime creation. 219

infinispan/server/integration/endpoint/src/main/java/org/infinispan/server/endpoint/subsystem/Namespace.java

Severity Category Rule Message Line
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 63

infinispan/server/integration/endpoint/src/main/java/org/infinispan/server/endpoint/subsystem/ProtocolServerMetricsHandler.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 43

infinispan/server/integration/endpoint/src/main/java/org/infinispan/server/endpoint/subsystem/ProtocolServerService.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 58
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 60
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 62
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 64
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 66
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 68
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 146
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 172
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 181
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 182
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 199

infinispan/server/integration/endpoint/src/main/java/org/infinispan/server/endpoint/subsystem/RestService.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 49
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 50
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 51
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 52
 Warning extension MultipleStringLiteralsExtended The String "REST" appears 2 times in the file. 89
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 96
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 103
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 138

infinispan/server/integration/endpoint/src/main/java/org/infinispan/server/endpoint/subsystem/SaslPropertyResource.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "value" appears 2 times in the file. 24

infinispan/server/integration/endpoint/src/main/java/org/infinispan/server/endpoint/subsystem/SaslQop.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "auth" appears 2 times in the file. 37
 Warning extension MultipleStringLiteralsExtended The String "auth-int" appears 2 times in the file. 41
 Warning extension MultipleStringLiteralsExtended The String "auth-conf" appears 2 times in the file. 45
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 77

infinispan/server/integration/endpoint/src/main/java/org/infinispan/server/endpoint/subsystem/SaslResource.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 101

infinispan/server/integration/endpoint/src/main/java/org/infinispan/server/endpoint/subsystem/SecurityActions.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. 89

infinispan/server/integration/endpoint/src/test/java/org/infinispan/server/endpoint/EndpointSubsystemTestCase.java

Severity Category Rule Message Line
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 85
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 117

infinispan/server/integration/infinispan/src/main/java/org/jboss/as/clustering/infinispan/DefaultEmbeddedCacheManager.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 99
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 142

infinispan/server/integration/infinispan/src/main/java/org/jboss/as/clustering/infinispan/affinity/KeyAffinityServiceFactoryService.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 56
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 57
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 59

infinispan/server/integration/infinispan/src/main/java/org/jboss/as/clustering/infinispan/cs/deployment/AbstractCacheStoreExtensionProcessor.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 43

infinispan/server/integration/infinispan/src/main/java/org/jboss/as/clustering/infinispan/cs/factory/DeployedCacheStoreFactory.java

Severity Category Rule Message Line
 Warning extension ReturnCountExtended Return count for 'processConfiguration' method is 2 (max allowed is 1). 34

infinispan/server/integration/infinispan/src/main/java/org/jboss/as/clustering/infinispan/cs/factory/DeployedCacheStoreMetadata.java

Severity Category Rule Message Line
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 56

infinispan/server/integration/infinispan/src/main/java/org/jboss/as/clustering/infinispan/subsystem/AbstractCacheConfigurationService.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 51

infinispan/server/integration/infinispan/src/main/java/org/jboss/as/clustering/infinispan/subsystem/Attribute.java

Severity Category Rule Message Line
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 164
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 175

infinispan/server/integration/infinispan/src/main/java/org/jboss/as/clustering/infinispan/subsystem/BackupSiteResource.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "backup.ops" appears 9 times in the file. 94

infinispan/server/integration/infinispan/src/main/java/org/jboss/as/clustering/infinispan/subsystem/BackupSiteStateTransferResource.java

Severity Category Rule Message Line
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 51

infinispan/server/integration/infinispan/src/main/java/org/jboss/as/clustering/infinispan/subsystem/BaseJDBCStoreResource.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "name" appears 3 times in the file. 98
 Warning extension MultipleStringLiteralsExtended The String "type" appears 3 times in the file. 105
 Warning extension MultipleStringLiteralsExtended The String "column" appears 3 times in the file. 115
 Warning extension MultipleStringLiteralsExtended The String "table" appears 4 times in the file. 133

infinispan/server/integration/infinispan/src/main/java/org/jboss/as/clustering/infinispan/subsystem/CacheAdd.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 139
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 189
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 234
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 248
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 301
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 332
 Warning extension TernaryPerExpressionCount More than 1 ternary operators in expression. 427
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 536
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 655
 Warning extension ReturnCountExtended Return count for 'buildCacheStore' method is 3 (max allowed is 1). 707
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 899
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 1052
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 1067
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 1068
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 1074
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 1078
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 1101
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 1102
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 1103
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 1109
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 1113
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 1117

infinispan/server/integration/infinispan/src/main/java/org/jboss/as/clustering/infinispan/subsystem/CacheAvailabilityAttributeHandler.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 69
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 70

infinispan/server/integration/infinispan/src/main/java/org/jboss/as/clustering/infinispan/subsystem/CacheChildResource.java

Severity Category Rule Message Line
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 20

infinispan/server/integration/infinispan/src/main/java/org/jboss/as/clustering/infinispan/subsystem/CacheCommands.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 62
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 63

infinispan/server/integration/infinispan/src/main/java/org/jboss/as/clustering/infinispan/subsystem/CacheConfigOperationHandlers.java

Severity Category Rule Message Line
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 61
 Warning extension MoveVariableInsideIf Variable 'aLen' can be moved inside the block at line '234' to restrict runtime creation. 231

infinispan/server/integration/infinispan/src/main/java/org/jboss/as/clustering/infinispan/subsystem/CacheContainerAdd.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 81
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 161
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 199
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 264
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 312
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 353
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 354
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 355
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 356
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 360
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 367
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 371
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 375
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 379
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 383
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 387
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 433
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 434
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 435
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 436
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 449
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 453
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 457
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 461
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 498

infinispan/server/integration/infinispan/src/main/java/org/jboss/as/clustering/infinispan/subsystem/CacheContainerMetricsHandler.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 60
 Warning extension MoveVariableInsideIf Variable 'result' can be moved inside the block at line '119' to restrict runtime creation. 112
 Warning extension MoveVariableInsideIf Variable 'stats' can be moved inside the block at line '119' to restrict runtime creation. 113
 Warning extension MultipleStringLiteralsExtended The String "Unknown metric %s" appears 2 times in the file. 116
 Warning extension MultipleStringLiteralsExtended The String "N/A" appears 6 times in the file. 129

infinispan/server/integration/infinispan/src/main/java/org/jboss/as/clustering/infinispan/subsystem/CacheContainerRemove.java

Severity Category Rule Message Line
 Warning extension MoveVariableInsideIf Variable 'cacheList' can be moved inside the block at line '199' to restrict runtime creation. 197
 Warning extension NoNullForCollectionReturn Method should return empty collection instead of null. 203

infinispan/server/integration/infinispan/src/main/java/org/jboss/as/clustering/infinispan/subsystem/CacheContainerResource.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "cache-container.alias" appears 2 times in the file. 141
 Warning extension MultipleStringLiteralsExtended The String "cache-container" appears 2 times in the file. 161

infinispan/server/integration/infinispan/src/main/java/org/jboss/as/clustering/infinispan/subsystem/CacheMetricsHandler.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 89
 Warning extension MoveVariableInsideIf Variable 'result' can be moved inside the block at line '147' to restrict runtime creation. 141
 Warning extension MultipleStringLiteralsExtended The String "Unknown metric %s" appears 2 times in the file. 144

infinispan/server/integration/infinispan/src/main/java/org/jboss/as/clustering/infinispan/subsystem/CacheResource.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "cache" appears 12 times in the file. 163

infinispan/server/integration/infinispan/src/main/java/org/jboss/as/clustering/infinispan/subsystem/CacheService.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 64

infinispan/server/integration/infinispan/src/main/java/org/jboss/as/clustering/infinispan/subsystem/CliInterpreterHandler.java

Severity Category Rule Message Line
 Warning extension MoveVariableInsideIf Variable 'cacheName' can be moved inside the block at line '44' to restrict runtime creation. 34
 Warning extension MultipleStringLiteralsExtended The String "cacheName" appears 3 times in the file. 34
 Warning extension MultipleStringLiteralsExtended The String "sessionId" appears 3 times in the file. 35
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 53
 Warning extension MultipleStringLiteralsExtended The String "result" appears 2 times in the file. 65

infinispan/server/integration/infinispan/src/main/java/org/jboss/as/clustering/infinispan/subsystem/ClusteredCacheAdd.java

Severity Category Rule Message Line
 Warning extension MoveVariableInsideIf Variable 'remoteTimeout' can be moved inside the block at line '85' to restrict runtime creation. 75
 Warning extension MoveVariableInsideIf Variable 'queueSize' can be moved inside the block at line '87' to restrict runtime creation. 76
 Warning extension MoveVariableInsideIf Variable 'queueFlushInterval' can be moved inside the block at line '87' to restrict runtime creation. 77
 Warning extension MoveVariableInsideIf Variable 'asyncMarshalling' can be moved inside the block at line '87' to restrict runtime creation. 78

infinispan/server/integration/infinispan/src/main/java/org/jboss/as/clustering/infinispan/subsystem/ClusteredCacheMetricsHandler.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 60
 Warning extension MoveVariableInsideIf Variable 'result' can be moved inside the block at line '116' to restrict runtime creation. 110
 Warning extension MultipleStringLiteralsExtended The String "Unknown metric %s" appears 2 times in the file. 113

infinispan/server/integration/infinispan/src/main/java/org/jboss/as/clustering/infinispan/subsystem/DistributedCacheAdd.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 51

infinispan/server/integration/infinispan/src/main/java/org/jboss/as/clustering/infinispan/subsystem/Element.java

Severity Category Rule Message Line
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 112
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 123

infinispan/server/integration/infinispan/src/main/java/org/jboss/as/clustering/infinispan/subsystem/EmbeddedCacheManagerConfigurationService.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 91
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 92
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 93
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 94
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 95
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 96
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 98
 Warning extension MoveVariableInsideIf Variable 'transportBuilder' can be moved inside the block at line '153' to restrict runtime creation. 151
 Warning extension MoveVariableInsideIf Variable 'authorizationBuilder' can be moved inside the block at line '197' to restrict runtime creation. 195
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 202

infinispan/server/integration/infinispan/src/main/java/org/jboss/as/clustering/infinispan/subsystem/EmbeddedCacheManagerService.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 53
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 54
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 56

infinispan/server/integration/infinispan/src/main/java/org/jboss/as/clustering/infinispan/subsystem/InfinispanJndiName.java

Severity Category Rule Message Line
 Warning extension TernaryPerExpressionCount More than 1 ternary operators in expression. 42

infinispan/server/integration/infinispan/src/main/java/org/jboss/as/clustering/infinispan/subsystem/InfinispanResourceDescriptionResolver.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "cache" appears 36 times in the file. 97
 Warning extension MultipleStringLiteralsExtended The String "clustered-cache" appears 11 times in the file. 109
 Warning extension MultipleStringLiteralsExtended The String "loader" appears 6 times in the file. 116
 Warning extension MultipleStringLiteralsExtended The String "store" appears 9 times in the file. 118
 Warning extension MultipleStringLiteralsExtended The String "jdbc-store" appears 10 times in the file. 128
 Warning extension MultipleStringLiteralsExtended The String ".column" appears 3 times in the file. 133
 Warning extension MultipleStringLiteralsExtended The String "table" appears 2 times in the file. 136

infinispan/server/integration/infinispan/src/main/java/org/jboss/as/clustering/infinispan/subsystem/InfinispanSubsystemXMLReader_1_4.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 276
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 310
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 368
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 410
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 680
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 709
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 720
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 790
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 835
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 880
 Warning extension MoveVariableInsideIf Variable 'value' can be moved inside the block at line '1,111' to restrict runtime creation. 1109

infinispan/server/integration/infinispan/src/main/java/org/jboss/as/clustering/infinispan/subsystem/InfinispanSubsystemXMLReader_5_2.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 281
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 315
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 377
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 419
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 701
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 728
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 757
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 786
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 797
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 876
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 921
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 965
 Warning extension MoveVariableInsideIf Variable 'value' can be moved inside the block at line '1,230' to restrict runtime creation. 1228

infinispan/server/integration/infinispan/src/main/java/org/jboss/as/clustering/infinispan/subsystem/InfinispanSubsystemXMLReader_5_3.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 276
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 310
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 368
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 410
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 700
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 727
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 756
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 785
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 796
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 875
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 920
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 964
 Warning extension MoveVariableInsideIf Variable 'value' can be moved inside the block at line '1,229' to restrict runtime creation. 1227

infinispan/server/integration/infinispan/src/main/java/org/jboss/as/clustering/infinispan/subsystem/InfinispanSubsystemXMLReader_6_0.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 263
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 297
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 359
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 401
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 704
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 734
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 767
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 804
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 815
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 881
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 1024
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 1120
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 1170
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 1219
 Warning extension MoveVariableInsideIf Variable 'value' can be moved inside the block at line '1,501' to restrict runtime creation. 1499

infinispan/server/integration/infinispan/src/main/java/org/jboss/as/clustering/infinispan/subsystem/InfinispanSubsystemXMLReader_7_0.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 218
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 258
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 392
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 426
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 492
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 538
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 849
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 879
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 912
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 949
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 960
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 1026
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 1169
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 1265
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 1319
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 1372
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 1884

infinispan/server/integration/infinispan/src/main/java/org/jboss/as/clustering/infinispan/subsystem/InfinispanSubsystemXMLReader_7_1.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 221
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 261
 Warning extension MultipleStringLiteralsExtended The String "EAGER" appears 2 times in the file. 336
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 401
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 435
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 501
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 547
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 858
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 888
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 921
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 958
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 969
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 1035
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 1178
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 1274
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 1328
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 1381
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 1893

infinispan/server/integration/infinispan/src/main/java/org/jboss/as/clustering/infinispan/subsystem/InfinispanSubsystemXMLReader_7_2.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 230
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 270
 Warning extension MultipleStringLiteralsExtended The String "EAGER" appears 2 times in the file. 345
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 410
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 444
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 510
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 556
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 867
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 897
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 930
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 967
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 978
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 1044
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 1187
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 1283
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 1337
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 1390
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 1910

infinispan/server/integration/infinispan/src/main/java/org/jboss/as/clustering/infinispan/subsystem/InfinispanSubsystemXMLWriter.java

Severity Category Rule Message Line
 Warning extension MoveVariableInsideIf Variable 'result' can be moved inside the block at line '547' to restrict runtime creation. 545

infinispan/server/integration/infinispan/src/main/java/org/jboss/as/clustering/infinispan/subsystem/InvalidationCacheAdd.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 46

infinispan/server/integration/infinispan/src/main/java/org/jboss/as/clustering/infinispan/subsystem/LoaderPropertyResource.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "value" appears 2 times in the file. 19

infinispan/server/integration/infinispan/src/main/java/org/jboss/as/clustering/infinispan/subsystem/Mode.java

Severity Category Rule Message Line
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 47

infinispan/server/integration/infinispan/src/main/java/org/jboss/as/clustering/infinispan/subsystem/ModelKeys.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "strategy" appears 2 times in the file. 42

infinispan/server/integration/infinispan/src/main/java/org/jboss/as/clustering/infinispan/subsystem/Namespace.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "jboss:domain:infinispan" appears 2 times in the file. 36
 Warning extension MultipleStringLiteralsExtended The String "infinispan:server:core" appears 6 times in the file. 39
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 74

infinispan/server/integration/infinispan/src/main/java/org/jboss/as/clustering/infinispan/subsystem/RebalancingAttributeHandler.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 68
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 69

infinispan/server/integration/infinispan/src/main/java/org/jboss/as/clustering/infinispan/subsystem/RegisterProtoSchemasOperationHandler.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 56
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 57

infinispan/server/integration/infinispan/src/main/java/org/jboss/as/clustering/infinispan/subsystem/ReplicatedCacheAdd.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 46

infinispan/server/integration/infinispan/src/main/java/org/jboss/as/clustering/infinispan/subsystem/TransactionResource.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "transaction" appears 2 times in the file. 87
 Warning extension MultipleStringLiteralsExtended The String "transaction.recovery" appears 3 times in the file. 93

infinispan/server/integration/infinispan/src/main/java/org/jboss/as/clustering/infinispan/subsystem/UploadProtoFileOperationHandler.java

Severity Category Rule Message Line
 Warning extension MoveVariableInsideIf Variable 'names' can be moved inside the block at line '62' to restrict runtime creation. 52
 Warning extension MoveVariableInsideIf Variable 'urls' can be moved inside the block at line '62' to restrict runtime creation. 53
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 79
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 80

infinispan/server/integration/infinispan/src/test/java/org/jboss/as/clustering/infinispan/DefaultEmbeddedCacheManagerTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "default" appears 11 times in the file. 57
 Warning extension MultipleStringLiteralsExtended The String "other" appears 10 times in the file. 87
 Warning extension MultipleStringLiteralsExtended The String "cache" appears 2 times in the file. 250
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 265
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 266
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 276
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 280
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 284
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 288
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 297

infinispan/server/integration/infinispan/src/test/java/org/jboss/as/clustering/infinispan/subsystem/InfinispanSubsystemTestCase.java

Severity Category Rule Message Line
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 90
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 125

infinispan/server/integration/infinispan/src/test/java/org/jboss/as/clustering/infinispan/subsystem/JGroupsSubsystemInitialization.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 40
 Warning extension MultipleStringLiteralsExtended The String "tcp" appears 2 times in the file. 63

infinispan/server/integration/infinispan/src/test/java/org/jboss/as/clustering/infinispan/subsystem/OperationSequencesTestCase.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "maximal2" appears 7 times in the file. 31
 Warning extension MultipleStringLiteralsExtended The String "fred" appears 7 times in the file. 33
 Warning extension MultipleStringLiteralsExtended The String "maximal" appears 4 times in the file. 96

infinispan/server/integration/infinispan/src/test/java/org/jboss/as/clustering/infinispan/subsystem/OperationTestCaseBase.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 241

infinispan/server/integration/infinispan/src/test/java/org/jboss/as/clustering/infinispan/subsystem/OperationsTestCase.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "maximal2" appears 4 times in the file. 26
 Warning extension MultipleStringLiteralsExtended The String "maximal" appears 7 times in the file. 28
 Warning extension MultipleStringLiteralsExtended The String "default-cache" appears 2 times in the file. 28
 Warning extension MultipleStringLiteralsExtended The String "new-default-cache" appears 2 times in the file. 29
 Warning extension MultipleStringLiteralsExtended The String "new-cache" appears 2 times in the file. 35
 Warning extension MultipleStringLiteralsExtended The String "local" appears 3 times in the file. 37
 Warning extension MultipleStringLiteralsExtended The String "batching" appears 2 times in the file. 37
 Warning extension MultipleStringLiteralsExtended The String "false" appears 3 times in the file. 38
 Warning extension MultipleStringLiteralsExtended The String "dist" appears 3 times in the file. 44
 Warning extension MultipleStringLiteralsExtended The String "datasource" appears 2 times in the file. 44
 Warning extension MultipleStringLiteralsExtended The String "new-datasource" appears 2 times in the file. 45
 Warning extension MultipleStringLiteralsExtended The String "running" appears 2 times in the file. 98

infinispan/server/integration/infinispan/src/test/java/org/jboss/as/clustering/infinispan/subsystem/SubsystemParsingTestCase.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 75
 Warning extension MultipleStringLiteralsExtended The String "service names = " appears 2 times in the file. 89
 Warning extension ForbidAnnotation Incorrect target: 'METHOD_DEF' for annotation: 'Ignore'. 105

infinispan/server/integration/jgroups/src/main/java/org/jboss/as/clustering/jgroups/JChannelFactory.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 105
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 108
 Warning extension MultipleStringLiteralsExtended The String "/" appears 2 times in the file. 117
 Warning extension MultipleStringLiteralsExtended The String "client_password" appears 3 times in the file. 150
 Warning extension MultipleStringLiteralsExtended The String "sasl_props" appears 3 times in the file. 163
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 184
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 243
 Warning extension MultipleStringLiteralsExtended The String "bind_port" appears 2 times in the file. 255
 Warning extension MultipleStringLiteralsExtended The String "mcast_addr" appears 3 times in the file. 256
 Warning extension MultipleStringLiteralsExtended The String "mcast_port" appears 2 times in the file. 256
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 260
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 316
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 335
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 370

infinispan/server/integration/jgroups/src/main/java/org/jboss/as/clustering/jgroups/RealmAuthorizationCallbackHandler.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 113
 Warning extension CustomDeclarationOrder Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. 129

infinispan/server/integration/jgroups/src/main/java/org/jboss/as/clustering/jgroups/TimerSchedulerAdapter.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 77
 Warning extension OverridableMethodInConstructor Overridable method 'setFuture' is called in constructor body. 204

infinispan/server/integration/jgroups/src/main/java/org/jboss/as/clustering/jgroups/subsystem/Attribute.java

Severity Category Rule Message Line
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 65
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 72

infinispan/server/integration/jgroups/src/main/java/org/jboss/as/clustering/jgroups/subsystem/ChannelFactoryService.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 47

infinispan/server/integration/jgroups/src/main/java/org/jboss/as/clustering/jgroups/subsystem/ChannelService.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 51
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 52
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 53
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 55
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 73

infinispan/server/integration/jgroups/src/main/java/org/jboss/as/clustering/jgroups/subsystem/Element.java

Severity Category Rule Message Line
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 54
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 61

infinispan/server/integration/jgroups/src/main/java/org/jboss/as/clustering/jgroups/subsystem/ExportNativeConfiguration.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 82

infinispan/server/integration/jgroups/src/main/java/org/jboss/as/clustering/jgroups/subsystem/JGroupsSubsystemAdd.java

Severity Category Rule Message Line
 Warning extension MoveVariableInsideIf Variable 'pdsController' can be moved inside the block at line '84' to restrict runtime creation. 83
 Warning extension MoveVariableInsideIf Variable 'dcfsController' can be moved inside the block at line '92' to restrict runtime creation. 91
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 117

infinispan/server/integration/jgroups/src/main/java/org/jboss/as/clustering/jgroups/subsystem/JGroupsSubsystemXMLReader_1_0.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 109
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 178
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 179
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 233
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 266
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 267
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 291

infinispan/server/integration/jgroups/src/main/java/org/jboss/as/clustering/jgroups/subsystem/JGroupsSubsystemXMLReader_1_1.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 160
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 161
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 242
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 243

infinispan/server/integration/jgroups/src/main/java/org/jboss/as/clustering/jgroups/subsystem/JGroupsSubsystemXMLReader_1_2.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 162
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 163
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 243
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 244

infinispan/server/integration/jgroups/src/main/java/org/jboss/as/clustering/jgroups/subsystem/JGroupsSubsystemXMLReader_7_0.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 172
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 173
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 253
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 254

infinispan/server/integration/jgroups/src/main/java/org/jboss/as/clustering/jgroups/subsystem/Namespace.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "jboss:domain:jgroups" appears 4 times in the file. 39
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 67
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 71
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 84
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 91

infinispan/server/integration/jgroups/src/main/java/org/jboss/as/clustering/jgroups/subsystem/PropertyResourceDefinition.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "value" appears 2 times in the file. 37

infinispan/server/integration/jgroups/src/main/java/org/jboss/as/clustering/jgroups/subsystem/ProtocolDefaultsService.java

Severity Category Rule Message Line
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 93
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 119

infinispan/server/integration/jgroups/src/main/java/org/jboss/as/clustering/jgroups/subsystem/ProtocolLayerRemove.java

Severity Category Rule Message Line
 Warning extension EmptyPublicCtorInClass This empty public constructor is useless. 44

infinispan/server/integration/jgroups/src/main/java/org/jboss/as/clustering/jgroups/subsystem/ProtocolResourceDefinition.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "stack" appears 2 times in the file. 86

infinispan/server/integration/jgroups/src/main/java/org/jboss/as/clustering/jgroups/subsystem/ProtocolStackAdd.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "jgroups.stack.add" appears 3 times in the file. 100
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 211
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 225
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 244
 Warning extension MoveVariableInsideIf Variable 'cfsController' can be moved inside the block at line '259' to restrict runtime creation. 256
 Warning extension MoveVariableInsideIf Variable 'properties' can be moved inside the block at line '328' to restrict runtime creation. 326
 Warning extension MoveVariableInsideIf Variable 'propertyName' can be moved inside the block at line '336' to restrict runtime creation. 334
 Warning extension NoNullForCollectionReturn Method should return empty collection instead of null. 348
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 396
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 397
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 398
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 399
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 405
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 415
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 419
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 423
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 427
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 473
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 474
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 475
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 476
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 477
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 485
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 489
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 493
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 497
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 501
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 581
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 628
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 666
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 667
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 715

infinispan/server/integration/jgroups/src/main/java/org/jboss/as/clustering/jgroups/subsystem/TransportLayerAdd.java

Severity Category Rule Message Line
 Warning extension MoveVariableInsideIf Variable 'transportRelativePath' can be moved inside the block at line '64' to restrict runtime creation. 51

infinispan/server/integration/jgroups/src/test/java/org/jboss/as/clustering/jgroups/ManagedSocketFactoryTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "test" appears 32 times in the file. 67
 Warning extension MultipleStringLiteralsExtended The String "host" appears 4 times in the file. 69

infinispan/server/integration/jgroups/src/test/java/org/jboss/as/clustering/jgroups/subsystem/JGroupsSubsystemTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "maximal" appears 2 times in the file. 69
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 70

infinispan/server/integration/jgroups/src/test/java/org/jboss/as/clustering/jgroups/subsystem/JGroupsSubsystemTestCase.java

Severity Category Rule Message Line
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 85
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 117

infinispan/server/integration/jgroups/src/test/java/org/jboss/as/clustering/jgroups/subsystem/OperationSequencesTestCase.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "maximal2" appears 10 times in the file. 27
 Warning extension MultipleStringLiteralsExtended The String "UDP" appears 3 times in the file. 34
 Warning extension MultipleStringLiteralsExtended The String "MPING" appears 3 times in the file. 41

infinispan/server/integration/jgroups/src/test/java/org/jboss/as/clustering/jgroups/subsystem/OperationTestCaseBase.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "A" appears 2 times in the file. 145
 Warning extension MultipleStringLiteralsExtended The String "a" appears 2 times in the file. 145
 Warning extension MultipleStringLiteralsExtended The String "B" appears 2 times in the file. 148
 Warning extension MultipleStringLiteralsExtended The String "b" appears 2 times in the file. 148
 Warning extension MultipleStringLiteralsExtended The String "stack" appears 5 times in the file. 295
 Warning extension MultipleStringLiteralsExtended The String "transport" appears 2 times in the file. 304
 Warning extension MultipleStringLiteralsExtended The String "TRANSPORT" appears 2 times in the file. 304
 Warning extension MultipleStringLiteralsExtended The String "property" appears 2 times in the file. 314
 Warning extension MultipleStringLiteralsExtended The String "protocol" appears 2 times in the file. 323

infinispan/server/integration/jgroups/src/test/java/org/jboss/as/clustering/jgroups/subsystem/OperationsTestCase.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "new-default" appears 2 times in the file. 24
 Warning extension MultipleStringLiteralsExtended The String "maximal2" appears 9 times in the file. 27
 Warning extension MultipleStringLiteralsExtended The String "maximal" appears 11 times in the file. 34
 Warning extension MultipleStringLiteralsExtended The String "new-rack" appears 3 times in the file. 36
 Warning extension MultipleStringLiteralsExtended The String "enable_bundling" appears 2 times in the file. 37
 Warning extension MultipleStringLiteralsExtended The String "false" appears 2 times in the file. 38
 Warning extension MultipleStringLiteralsExtended The String "UDP" appears 3 times in the file. 40
 Warning extension MultipleStringLiteralsExtended The String "MPING" appears 9 times in the file. 47
 Warning extension MultipleStringLiteralsExtended The String "new-socket-binding" appears 2 times in the file. 49
 Warning extension MultipleStringLiteralsExtended The String "name" appears 2 times in the file. 50
 Warning extension MultipleStringLiteralsExtended The String "new-value" appears 2 times in the file. 51
 Warning extension MultipleStringLiteralsExtended The String "TCP" appears 2 times in the file. 97

infinispan/server/integration/management/server-rhq-plugin/src/main/java/org/infinispan/server/rhq/ConfigurationLoadDelegate.java

Severity Category Rule Message Line
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 93
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 101
 Warning extension MultipleStringLiteralsExtended The String "true" appears 2 times in the file. 107
 Warning extension MultipleStringLiteralsExtended The String "attribute:" appears 2 times in the file. 128
 Warning extension MultipleStringLiteralsExtended The String "children:" appears 2 times in the file. 131
 Warning extension MultipleStringLiteralsExtended The String ":" appears 7 times in the file. 133
 Warning extension MultipleStringLiteralsExtended The String "child:" appears 2 times in the file. 147
 Warning extension MultipleStringLiteralsExtended The String "*" appears 4 times in the file. 156
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 211
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 262
 Warning extension MultipleStringLiteralsExtended The String ":expr" appears 2 times in the file. 267
 Warning extension MultipleStringLiteralsExtended The String ":collapsed" appears 2 times in the file. 267
 Warning extension ReturnCountExtended Return count for 'loadHandlePropertyMap' method is 2 (max allowed is 1). 331
 Warning extension ReturnCountExtended Return count for 'loadHandlePropertyList' method is 2 (max allowed is 1). 415
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 430

infinispan/server/integration/management/server-rhq-plugin/src/main/java/org/infinispan/server/rhq/IspnCContainerComponent.java

Severity Category Rule Message Line
 Warning extension ReturnCountExtended Return count for 'createResource' method is 2 (max allowed is 1). 31

infinispan/server/integration/management/server-rhq-plugin/src/main/java/org/infinispan/server/rhq/IspnCacheComponent.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "path" appears 2 times in the file. 66
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 76
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 77
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 133

infinispan/server/integration/management/server-rhq-plugin/src/main/java/org/infinispan/server/rhq/MetricsRemappingComponent.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 44
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 45
 Warning extension MultipleStringLiteralsExtended The String "hits" appears 2 times in the file. 70
 Warning extension MultipleStringLiteralsExtended The String "evictions" appears 2 times in the file. 71
 Warning extension MultipleStringLiteralsExtended The String "stores" appears 2 times in the file. 75
 Warning extension MultipleStringLiteralsExtended The String "misses" appears 2 times in the file. 77
 Warning extension MultipleStringLiteralsExtended The String "commits" appears 2 times in the file. 82
 Warning extension MultipleStringLiteralsExtended The String "prepares" appears 2 times in the file. 83
 Warning extension MultipleStringLiteralsExtended The String "rollbacks" appears 2 times in the file. 84
 Warning extension MultipleStringLiteralsExtended The String "invalidations" appears 2 times in the file. 85
 Warning extension MultipleStringLiteralsExtended The String "passivations" appears 2 times in the file. 86
 Warning extension MultipleStringLiteralsExtended The String "activations" appears 2 times in the file. 87
 Warning extension MultipleStringLiteralsExtended The String "bytesRead" appears 2 times in the file. 93
 Warning extension MultipleStringLiteralsExtended The String "bytesWritten" appears 2 times in the file. 94
 Warning extension SingleBreakOrContinue Loops should not contain more than a single "break" or "continue" statement 105
 Warning extension MultipleStringLiteralsExtended The String ":" appears 2 times in the file. 119

infinispan/server/integration/testsuite/src/test/java/org/infinispan/server/test/asymmetric/AsymmetricClusterIT.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "k1" appears 3 times in the file. 53
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 3 times in the file. 53
 Warning extension MultipleStringLiteralsExtended The String "k2" appears 2 times in the file. 56
 Warning extension MultipleStringLiteralsExtended The String "v2" appears 2 times in the file. 56

infinispan/server/integration/testsuite/src/test/java/org/infinispan/server/test/cache/clustered/ClusteredCacheConfigurationIT.java

Severity Category Rule Message Line
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 66
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 67
 Warning extension MultipleStringLiteralsExtended The String "k1" appears 6 times in the file. 70
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 73
 Warning extension MultipleStringLiteralsExtended The String "numOwners1" appears 3 times in the file. 80
 Warning extension MultipleStringLiteralsExtended The String "clustered" appears 6 times in the file. 83
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around expression. 85
 Warning extension MultipleStringLiteralsExtended The String "k2" appears 4 times in the file. 108
 Warning extension MultipleStringLiteralsExtended The String "queueSizeCache" appears 5 times in the file. 119
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 120
 Warning extension MultipleStringLiteralsExtended The String "k" appears 2 times in the file. 123
 Warning extension MultipleStringLiteralsExtended The String "v" appears 2 times in the file. 123

infinispan/server/integration/testsuite/src/test/java/org/infinispan/server/test/cache/container/CacheContainerIT.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "hotrodconnector2" appears 2 times in the file. 53
 Warning extension MultipleStringLiteralsExtended The String "default" appears 6 times in the file. 62
 Warning extension MultipleStringLiteralsExtended The String "key" appears 4 times in the file. 64
 Warning extension MultipleStringLiteralsExtended The String "value" appears 2 times in the file. 64
 Warning extension MultipleStringLiteralsExtended The String "key2" appears 2 times in the file. 65
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 66
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 66
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 67
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 67
 Warning extension MultipleStringLiteralsExtended The String "special-cache-container" appears 3 times in the file. 67
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 76
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 76
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 77
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 77
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 92
 Warning extension RequireFailForTryCatchInJunit try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. 96
 Warning extension MultipleStringLiteralsExtended The String "dependencies:" appears 2 times in the file. 98
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 115
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 119

infinispan/server/integration/testsuite/src/test/java/org/infinispan/server/test/client/hotrod/AbstractRemoteCacheIT.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 51
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 52
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 53
 Warning extension MultipleStringLiteralsExtended The String "aKey" appears 98 times in the file. 133
 Warning extension MultipleStringLiteralsExtended The String "aValue" appears 41 times in the file. 133
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 136
 Warning extension MultipleStringLiteralsExtended The String "aNewValue" appears 14 times in the file. 136
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 150
 Warning extension MultipleStringLiteralsExtended The String "lkey" appears 2 times in the file. 157
 Warning extension MultipleStringLiteralsExtended The String "value" appears 12 times in the file. 157
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 169
 Warning extension MultipleStringLiteralsExtended The String "anotherKey" appears 4 times in the file. 175
 Warning extension MultipleStringLiteralsExtended The String "anotherValue" appears 11 times in the file. 175
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 176
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 180
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 184
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 191
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 194
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 195
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 198
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 199
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 204
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 206
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 213
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 228
 Warning extension MultipleStringLiteralsExtended The String "bKey" appears 3 times in the file. 230
 Warning extension MultipleStringLiteralsExtended The String "bValue" appears 3 times in the file. 230
 Warning extension MultipleStringLiteralsExtended The String "cKey" appears 3 times in the file. 231
 Warning extension MultipleStringLiteralsExtended The String "cValue" appears 3 times in the file. 231
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 245
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 246
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 263
 Warning extension MultipleStringLiteralsExtended The String "k1" appears 6 times in the file. 282
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 3 times in the file. 282
 Warning extension MultipleStringLiteralsExtended The String "k2" appears 4 times in the file. 283
 Warning extension MultipleStringLiteralsExtended The String "v2" appears 3 times in the file. 283
 Warning extension MultipleStringLiteralsExtended The String "k3" appears 2 times in the file. 284
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 286
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 295
 Warning extension MultipleStringLiteralsExtended The String "key" appears 18 times in the file. 311
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 313
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 329
 Warning extension MultipleStringLiteralsExtended The String "newValue" appears 9 times in the file. 331
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 385
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 393
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 402
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 408
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 408
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 412
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 420
 Warning extension MultipleStringLiteralsExtended The String "aKey2" appears 2 times in the file. 458
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 460
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 461
 Warning extension MultipleStringLiteralsExtended The String "oldValue" appears 6 times in the file. 497
 Warning extension MultipleStringLiteralsExtended The String "call to replace() did not raise UnsupportedOperationException " appears 3 times in the file. 498
 Warning extension MultipleStringLiteralsExtended The String "call to replaceAsync() did not raise UnsupportedOperationException " appears 3 times in the file. 516
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 565
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 579
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 595
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 619
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 643
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 659
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 670
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 671
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 683
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 684
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 702
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 711
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 717
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 718
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 723
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 731
 Warning extension MultipleStringLiteralsExtended The String "one" appears 17 times in the file. 753
 Warning extension MultipleStringLiteralsExtended The String "two" appears 12 times in the file. 755
 Warning extension MultipleStringLiteralsExtended The String "newone" appears 4 times in the file. 758
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 821
 Warning extension MultipleStringLiteralsExtended The String "three" appears 3 times in the file. 828
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 867
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 882
 Warning extension MultipleStringLiteralsExtended The String "uno" appears 4 times in the file. 887
 Warning extension MultipleStringLiteralsExtended The String "dos" appears 4 times in the file. 891
 Warning extension MultipleStringLiteralsExtended The String "tres" appears 2 times in the file. 895
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 911
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 930
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 945

infinispan/server/integration/testsuite/src/test/java/org/infinispan/server/test/client/hotrod/AbstractRemoteCacheManagerIT.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "dist" appears 2 times in the file. 53
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 54
 Warning extension MultipleStringLiteralsExtended The String "infinispan.client.hotrod.default_executor_factory.pool_size" appears 2 times in the file. 70
 Warning extension MultipleStringLiteralsExtended The String "infinispan.client.hotrod.default_executor_factory.queue_size" appears 2 times in the file. 71
 Warning extension MultipleStringLiteralsExtended The String "org.infinispan.client.hotrod.impl.consistenthash.ConsistentHashV1" appears 2 times in the file. 76
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 94
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 95
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 106
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 107
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 139
 Warning extension MultipleStringLiteralsExtended The String " " appears 9 times in the file. 190
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 193
 Warning extension MultipleStringLiteralsExtended The String ":" appears 7 times in the file. 225
 Warning extension MoveVariableInsideIf Variable 'expectedSequence1' can be moved inside the block at line '257' to restrict runtime creation. 227
 Warning extension MoveVariableInsideIf Variable 'expectedSequence2' can be moved inside the block at line '257' to restrict runtime creation. 228
 Warning extension MoveVariableInsideIf Variable 'expectedSequenceLocalMode' can be moved inside the block at line '263' to restrict runtime creation. 229
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 257
 Warning extension MultipleStringLiteralsExtended The String ", actual sequence: " appears 2 times in the file. 260
 Warning extension MultipleStringLiteralsExtended The String "testKey" appears 3 times in the file. 325
 Warning extension MultipleStringLiteralsExtended The String ";" appears 2 times in the file. 342
 Warning extension MultipleStringLiteralsExtended The String "Could not access estimateKeySize field" appears 2 times in the file. 526
 Warning extension MultipleStringLiteralsExtended The String "Could not access estimateValueSize field" appears 2 times in the file. 544
 Warning extension MultipleStringLiteralsExtended The String "Could not access marshaller field" appears 2 times in the file. 562
 Warning extension MultipleStringLiteralsExtended The String "Could not access forceReturnValue field" appears 2 times in the file. 580
 Warning extension MultipleStringLiteralsExtended The String "Could not access transportFactory field" appears 2 times in the file. 598

infinispan/server/integration/testsuite/src/test/java/org/infinispan/server/test/client/hotrod/CustomEvent.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 5

infinispan/server/integration/testsuite/src/test/java/org/infinispan/server/test/client/hotrod/CustomEventLogListener.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 16

infinispan/server/integration/testsuite/src/test/java/org/infinispan/server/test/client/hotrod/EventLogListener.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 23
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 25
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 27
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 29

infinispan/server/integration/testsuite/src/test/java/org/infinispan/server/test/client/hotrod/HotRodCustomMarshallerEventIT.java

Severity Category Rule Message Line
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 188

infinispan/server/integration/testsuite/src/test/java/org/infinispan/server/test/client/hotrod/HotRodRemoteCacheIT.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 110

infinispan/server/integration/testsuite/src/test/java/org/infinispan/server/test/client/hotrod/HotRodRemoteCacheManagerIT.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 34

infinispan/server/integration/testsuite/src/test/java/org/infinispan/server/test/client/hotrod/HotRodTestInterceptingTransportFactory.java

Severity Category Rule Message Line
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 18

infinispan/server/integration/testsuite/src/test/java/org/infinispan/server/test/client/hotrod/ScriptExecIT.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "word1" appears 2 times in the file. 69
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 76
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 77
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 78

infinispan/server/integration/testsuite/src/test/java/org/infinispan/server/test/client/hotrod/osgi/RemoteCacheOsgiIT.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "infinispan-remote" appears 2 times in the file. 79
 Warning extension MultipleStringLiteralsExtended The String "etc/jre.properties" appears 2 times in the file. 83
 Warning extension MultipleStringLiteralsExtended The String "sun.misc" appears 2 times in the file. 83
 Warning extension MultipleStringLiteralsExtended The String "k1" appears 2 times in the file. 114
 Warning extension MultipleStringLiteralsExtended The String "sample_bank_account/bank.proto" appears 2 times in the file. 127
 Warning extension MultipleStringLiteralsExtended The String "test.proto" appears 2 times in the file. 138
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 146
 Warning extension MultipleStringLiteralsExtended The String "name" appears 4 times in the file. 162
 Warning extension MultipleStringLiteralsExtended The String "Tom" appears 3 times in the file. 162
 Warning extension MultipleStringLiteralsExtended The String "testing 123" appears 2 times in the file. 180
 Warning extension MultipleStringLiteralsExtended The String "surname" appears 2 times in the file. 184
 Warning extension MultipleStringLiteralsExtended The String "Cat" appears 2 times in the file. 202
 Warning extension MultipleStringLiteralsExtended The String "Dark Alley" appears 2 times in the file. 206
 Warning extension MultipleStringLiteralsExtended The String "1234" appears 2 times in the file. 207
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 233

infinispan/server/integration/testsuite/src/test/java/org/infinispan/server/test/client/hotrod/security/HotRodAuthzOperationTests.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "nonExistentKey" appears 3 times in the file. 46
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 51
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 57
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 64
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 65
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 66
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 76
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 77
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 78
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 82
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 87
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 91
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 96
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 137
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 146
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 164
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 166
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 171
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 174
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 178
 Warning extension MultipleStringLiteralsExtended The String "some test value" appears 2 times in the file. 184
 Warning extension MultipleStringLiteralsExtended The String "replace value" appears 2 times in the file. 197
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 233
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 245
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 258
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 270
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 283
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 299

infinispan/server/integration/testsuite/src/test/java/org/infinispan/server/test/client/hotrod/security/HotRodOperationsAuthzIT.java

Severity Category Rule Message Line
 Warning extension ForbidAnnotationElementValue Forbidden element 'expected' in annotation 'Test'. 147
 Warning extension ForbidAnnotationElementValue Forbidden element 'expected' in annotation 'Test'. 153
 Warning extension ForbidAnnotationElementValue Forbidden element 'expected' in annotation 'Test'. 166
 Warning extension ForbidAnnotationElementValue Forbidden element 'expected' in annotation 'Test'. 172
 Warning extension ForbidAnnotationElementValue Forbidden element 'expected' in annotation 'Test'. 178

infinispan/server/integration/testsuite/src/test/java/org/infinispan/server/test/client/hotrod/security/HotRodSaslAuthTestBase.java

Severity Category Rule Message Line
 Warning extension NameConventionForJunit4TestClasses JUnit test class name should match '.+Test\d*|.+Tests\d*|Test.+|Tests.+|.+IT|.+ITs|.+TestCase\d*|.+TestCases\d*' pattern. 29
 Warning extension ForbidAnnotationElementValue Forbidden element 'expected' in annotation 'Test'. 131
 Warning extension ForbidAnnotationElementValue Forbidden element 'expected' in annotation 'Test'. 137

infinispan/server/integration/testsuite/src/test/java/org/infinispan/server/test/client/memcached/AbstractClusteredMemcachedIT.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "A" appears 10 times in the file. 78
 Warning extension MultipleStringLiteralsExtended The String "B" appears 5 times in the file. 85
 Warning extension MultipleStringLiteralsExtended The String "C" appears 2 times in the file. 86
 Warning extension MultipleStringLiteralsExtended The String " " appears 2 times in the file. 87
 Warning extension MultipleStringLiteralsExtended The String "VALUE " appears 3 times in the file. 89
 Warning extension MultipleStringLiteralsExtended The String " 0 1" appears 3 times in the file. 89
 Warning extension MultipleStringLiteralsExtended The String " 0 0 " appears 4 times in the file. 101
 Warning extension MultipleStringLiteralsExtended The String "STORED" appears 6 times in the file. 104
 Warning extension MultipleStringLiteralsExtended The String "data1" appears 2 times in the file. 110
 Warning extension MultipleStringLiteralsExtended The String "data2" appears 3 times in the file. 112
 Warning extension MultipleStringLiteralsExtended The String "Hello" appears 2 times in the file. 121
 Warning extension MultipleStringLiteralsExtended The String ", World!" appears 2 times in the file. 123
 Warning extension MultipleStringLiteralsExtended The String "Hello, World!" appears 2 times in the file. 127
 Warning extension MultipleStringLiteralsExtended The String "World!" appears 2 times in the file. 132
 Warning extension MultipleStringLiteralsExtended The String "Hello, " appears 2 times in the file. 134
 Warning extension MultipleStringLiteralsExtended The String "cas " appears 4 times in the file. 145
 Warning extension MultipleStringLiteralsExtended The String "EXISTS" appears 2 times in the file. 159
 Warning extension MultipleStringLiteralsExtended The String " 0 0 2 " appears 2 times in the file. 170
 Warning extension MultipleStringLiteralsExtended The String "0" appears 2 times in the file. 191
 Warning extension MultipleStringLiteralsExtended The String " 1" appears 2 times in the file. 192
 Warning extension MultipleStringLiteralsExtended The String "1" appears 3 times in the file. 194

infinispan/server/integration/testsuite/src/test/java/org/infinispan/server/test/client/memcached/AbstractSingleNodeMemcachedIT.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "a" appears 28 times in the file. 41
 Warning extension MultipleStringLiteralsExtended The String "b" appears 3 times in the file. 42
 Warning extension UselessSuperCtorCall Super call could be removed: Class 'TestSerializable' does not extend anything. 53
 Warning extension MultipleStringLiteralsExtended The String "A" appears 34 times in the file. 84
 Warning extension MultipleStringLiteralsExtended The String "A\r\nA" appears 2 times in the file. 90
 Warning extension MultipleStringLiteralsExtended The String "CONTENT" appears 2 times in the file. 98
 Warning extension MultipleStringLiteralsExtended The String "set " appears 9 times in the file. 102
 Warning extension MultipleStringLiteralsExtended The String " 0 0 " appears 9 times in the file. 102
 Warning extension MultipleStringLiteralsExtended The String "STORED" appears 20 times in the file. 107
 Warning extension MultipleStringLiteralsExtended The String "get " appears 36 times in the file. 121
 Warning extension MultipleStringLiteralsExtended The String "VALUE " appears 3 times in the file. 123
 Warning extension MultipleStringLiteralsExtended The String "END" appears 41 times in the file. 125
 Warning extension MultipleStringLiteralsExtended The String "B" appears 12 times in the file. 132
 Warning extension MultipleStringLiteralsExtended The String " " appears 8 times in the file. 140
 Warning extension MultipleStringLiteralsExtended The String " 0 1" appears 2 times in the file. 142
 Warning extension MultipleStringLiteralsExtended The String "testAdd" appears 3 times in the file. 151
 Warning extension MultipleStringLiteralsExtended The String "add " appears 6 times in the file. 152
 Warning extension MultipleStringLiteralsExtended The String "NOT_STORED" appears 4 times in the file. 161
 Warning extension MultipleStringLiteralsExtended The String "replace " appears 5 times in the file. 169
 Warning extension MultipleStringLiteralsExtended The String "replacement" appears 5 times in the file. 169
 Warning extension MultipleStringLiteralsExtended The String "Hello" appears 2 times in the file. 186
 Warning extension MultipleStringLiteralsExtended The String "append " appears 5 times in the file. 188
 Warning extension MultipleStringLiteralsExtended The String ", World!" appears 4 times in the file. 188
 Warning extension MultipleStringLiteralsExtended The String "Hello, World!" appears 2 times in the file. 192
 Warning extension MultipleStringLiteralsExtended The String "World!" appears 2 times in the file. 205
 Warning extension MultipleStringLiteralsExtended The String "prepend " appears 6 times in the file. 207
 Warning extension MultipleStringLiteralsExtended The String "Hello, " appears 4 times in the file. 207
 Warning extension MultipleStringLiteralsExtended The String "gets " appears 7 times in the file. 225
 Warning extension MultipleStringLiteralsExtended The String "VALUE" appears 3 times in the file. 228
 Warning extension MultipleStringLiteralsExtended The String "0" appears 25 times in the file. 230
 Warning extension MultipleStringLiteralsExtended The String "1" appears 9 times in the file. 231
 Warning extension MultipleStringLiteralsExtended The String "cas " appears 8 times in the file. 235
 Warning extension MultipleStringLiteralsExtended The String " 0 0 1 " appears 2 times in the file. 235
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 243
 Warning extension MultipleStringLiteralsExtended The String " 0 0 1 1" appears 4 times in the file. 261
 Warning extension MultipleStringLiteralsExtended The String "EXISTS" appears 2 times in the file. 264
 Warning extension MultipleStringLiteralsExtended The String "NOT_FOUND" appears 13 times in the file. 280
 Warning extension MultipleStringLiteralsExtended The String " 1" appears 14 times in the file. 332
 Warning extension MultipleStringLiteralsExtended The String " 0 0 1" appears 8 times in the file. 359
 Warning extension MultipleStringLiteralsExtended The String "CLIENT_ERROR" appears 22 times in the file. 361
 Warning extension MultipleStringLiteralsExtended The String "DELETED" appears 3 times in the file. 390
 Warning extension MultipleStringLiteralsExtended The String "a 0 0 1" appears 3 times in the file. 413
 Warning extension MultipleStringLiteralsExtended The String "incr " appears 10 times in the file. 441
 Warning extension MultipleStringLiteralsExtended The String "a 1" appears 2 times in the file. 441
 Warning extension MultipleStringLiteralsExtended The String "decr " appears 9 times in the file. 448
 Warning extension MultipleStringLiteralsExtended The String "delete " appears 4 times in the file. 455
 Warning extension MultipleStringLiteralsExtended The String "18446744073709551615" appears 3 times in the file. 508
 Warning extension MultipleStringLiteralsExtended The String " 18446744073709551615" appears 2 times in the file. 525
 Warning extension MultipleStringLiteralsExtended The String "bytes_read" appears 2 times in the file. 559
 Warning extension MultipleStringLiteralsExtended The String "bytes_written" appears 2 times in the file. 560
 Warning extension MultipleStringLiteralsExtended The String "testKey" appears 3 times in the file. 562
 Warning extension MultipleStringLiteralsExtended The String "uptime" appears 2 times in the file. 574
 Warning extension MultipleStringLiteralsExtended The String "time" appears 2 times in the file. 575
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 578
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 579
 Warning extension MultipleStringLiteralsExtended The String "version" appears 2 times in the file. 585
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 587
 Warning extension MultipleStringLiteralsExtended The String "cmd_set" appears 2 times in the file. 593
 Warning extension MultipleStringLiteralsExtended The String "cmd_get" appears 2 times in the file. 594
 Warning extension MultipleStringLiteralsExtended The String "get_hits" appears 2 times in the file. 595
 Warning extension MultipleStringLiteralsExtended The String "get_misses" appears 2 times in the file. 596
 Warning extension MultipleStringLiteralsExtended The String "curr_items" appears 2 times in the file. 597
 Warning extension MultipleStringLiteralsExtended The String "total_items" appears 2 times in the file. 598
 Warning extension MultipleStringLiteralsExtended The String "delete_misses" appears 2 times in the file. 620
 Warning extension MultipleStringLiteralsExtended The String "delete_hits" appears 2 times in the file. 621
 Warning extension MultipleStringLiteralsExtended The String "incr_misses" appears 2 times in the file. 635
 Warning extension MultipleStringLiteralsExtended The String "incr_hits" appears 2 times in the file. 636
 Warning extension MultipleStringLiteralsExtended The String "decr_misses" appears 2 times in the file. 637
 Warning extension MultipleStringLiteralsExtended The String "decr_hits" appears 2 times in the file. 638
 Warning extension MultipleStringLiteralsExtended The String "cas_misses" appears 2 times in the file. 668
 Warning extension MultipleStringLiteralsExtended The String "cas_hits" appears 2 times in the file. 669
 Warning extension MultipleStringLiteralsExtended The String "cas_badval" appears 2 times in the file. 701
 Warning extension MultipleStringLiteralsExtended The String "boguscommand" appears 2 times in the file. 716
 Warning extension MultipleStringLiteralsExtended The String "ERROR" appears 3 times in the file. 718
 Warning extension MultipleStringLiteralsExtended The String "cas a 0 0 1 " appears 2 times in the file. 777
 Warning extension MultipleStringLiteralsExtended The String "verbosity 0" appears 2 times in the file. 807
 Warning extension MultipleStringLiteralsExtended The String "valA" appears 8 times in the file. 821
 Warning extension MultipleStringLiteralsExtended The String "valB" appears 8 times in the file. 822
 Warning extension MultipleStringLiteralsExtended The String "valC" appears 8 times in the file. 823
 Warning extension MultipleStringLiteralsExtended The String "flush_all" appears 2 times in the file. 827
 Warning extension MultipleStringLiteralsExtended The String "OK" appears 5 times in the file. 829
 Warning extension MultipleStringLiteralsExtended The String "flush_all 1" appears 2 times in the file. 843
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 866
 Warning extension MultipleStringLiteralsExtended The String "2" appears 3 times in the file. 995
 Warning extension MultipleStringLiteralsExtended The String "thisWillBeFlushed" appears 4 times in the file. 1055
 Warning extension MultipleStringLiteralsExtended The String " 0 0 1 noreply" appears 5 times in the file. 1081
 Warning extension MultipleStringLiteralsExtended The String " 1 noreply" appears 2 times in the file. 1147

infinispan/server/integration/testsuite/src/test/java/org/infinispan/server/test/client/memcached/MemcachedClient.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 27
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 28
 Warning extension UselessSuperCtorCall Super call could be removed: Class 'StringAndBytesReader' does not extend anything. 39
 Warning extension MultipleStringLiteralsExtended The String "Read timeout" appears 2 times in the file. 50
 Warning extension NoNullForCollectionReturn Method should return empty collection instead of null. 51
 Warning extension ReturnCountExtended Return count for 'readln' method is 2 (max allowed is 1). 65
 Warning extension MultipleStringLiteralsExtended The String "\"" appears 2 times in the file. 87
 Warning extension MultipleStringLiteralsExtended The String "UTF-8" appears 2 times in the file. 99
 Warning extension MultipleStringLiteralsExtended The String "END" appears 5 times in the file. 158
 Warning extension NoNullForCollectionReturn Method should return empty collection instead of null. 159
 Warning extension MultipleStringLiteralsExtended The String "VALUE" appears 2 times in the file. 161
 Warning extension MultipleStringLiteralsExtended The String " " appears 7 times in the file. 162
 Warning extension NoNullForCollectionReturn Method should return empty collection instead of null. 171
 Warning extension MultipleStringLiteralsExtended The String "set " appears 3 times in the file. 176
 Warning extension MultipleStringLiteralsExtended The String " 0 0 " appears 2 times in the file. 176
 Warning extension MultipleStringLiteralsExtended The String "STORED" appears 2 times in the file. 179
 Warning extension MultipleStringLiteralsExtended The String "stats" appears 2 times in the file. 205
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 208
 Warning extension MultipleStringLiteralsExtended The String "STAT" appears 2 times in the file. 209

infinispan/server/integration/testsuite/src/test/java/org/infinispan/server/test/client/memcached/MemcachedClusteredIT.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 32

infinispan/server/integration/testsuite/src/test/java/org/infinispan/server/test/client/rest/AbstractRESTClientIT.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 33
 Warning extension UselessSuperCtorCall Super call could be removed: Class 'TestSerializable' does not extend anything. 39
 Warning extension MultipleStringLiteralsExtended The String "application/octet-stream" appears 5 times in the file. 76
 Warning extension MultipleStringLiteralsExtended The String "Content-Type" appears 9 times in the file. 81
 Warning extension MultipleStringLiteralsExtended The String "CONTENT" appears 4 times in the file. 94
 Warning extension MultipleStringLiteralsExtended The String "nodata" appears 3 times in the file. 109
 Warning extension MultipleStringLiteralsExtended The String "data" appears 31 times in the file. 115
 Warning extension MultipleStringLiteralsExtended The String "application/text" appears 29 times in the file. 115
 Warning extension MultipleStringLiteralsExtended The String "ETag" appears 9 times in the file. 117
 Warning extension MultipleStringLiteralsExtended The String "Last-Modified" appears 6 times in the file. 118
 Warning extension MultipleStringLiteralsExtended The String "timeToLiveSeconds" appears 3 times in the file. 165
 Warning extension MultipleStringLiteralsExtended The String "2" appears 4 times in the file. 165
 Warning extension MultipleStringLiteralsExtended The String "maxIdleTimeSeconds" appears 3 times in the file. 179
 Warning extension MultipleStringLiteralsExtended The String "10" appears 2 times in the file. 201
 Warning extension MultipleStringLiteralsExtended The String "application/x-java-serialized-object" appears 7 times in the file. 260
 Warning extension MultipleStringLiteralsExtended The String "Accept" appears 3 times in the file. 261
 Warning extension MultipleStringLiteralsExtended The String "data1" appears 2 times in the file. 288
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 295
 Warning extension MultipleStringLiteralsExtended The String "If-Modified-Since" appears 3 times in the file. 331
 Warning extension MultipleStringLiteralsExtended The String "If-Unmodified-Since" appears 3 times in the file. 352
 Warning extension MultipleStringLiteralsExtended The String "If-None-Match" appears 2 times in the file. 366
 Warning extension MultipleStringLiteralsExtended The String "garbage" appears 3 times in the file. 368
 Warning extension MultipleStringLiteralsExtended The String "If-Match" appears 4 times in the file. 379
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 384
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 385
 Warning extension MultipleStringLiteralsExtended The String "nonexistentcache" appears 2 times in the file. 390
 Warning extension MultipleStringLiteralsExtended The String "UTF-8" appears 2 times in the file. 397
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 412
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 417
 Warning extension MultipleStringLiteralsExtended The String "object" appears 2 times in the file. 422
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 441

infinispan/server/integration/testsuite/src/test/java/org/infinispan/server/test/client/rest/RESTAsyncIT.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "application/octet-stream" appears 5 times in the file. 73
 Warning extension MultipleStringLiteralsExtended The String "performAsync" appears 7 times in the file. 73
 Warning extension MultipleStringLiteralsExtended The String "false" appears 2 times in the file. 73
 Warning extension MultipleStringLiteralsExtended The String "true" appears 5 times in the file. 81

infinispan/server/integration/testsuite/src/test/java/org/infinispan/server/test/client/rest/RESTHelper.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 51
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 53
 Warning extension MultipleStringLiteralsExtended The String "bad headers argument" appears 5 times in the file. 142
 Warning extension ReturnCountExtended Return count for 'getWithoutAssert' method is 3 (max allowed is 1). 161
 Warning extension MultipleStringLiteralsExtended The String "UTF-8" appears 2 times in the file. 198
 Warning extension MultipleStringLiteralsExtended The String "Content-Type" appears 2 times in the file. 206
 Warning extension MultipleStringLiteralsExtended The String "/" appears 2 times in the file. 285
 Warning extension MultipleStringLiteralsExtended The String "___defaultcache" appears 2 times in the file. 306

infinispan/server/integration/testsuite/src/test/java/org/infinispan/server/test/client/rest/RESTReplicationIT.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "data" appears 9 times in the file. 67
 Warning extension MultipleStringLiteralsExtended The String "text/plain" appears 5 times in the file. 67
 Warning extension MultipleStringLiteralsExtended The String "application/text" appears 2 times in the file. 98

infinispan/server/integration/testsuite/src/test/java/org/infinispan/server/test/configs/ExampleConfigsIT.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "clustered" appears 13 times in the file. 103
 Warning extension MultipleStringLiteralsExtended The String "key" appears 9 times in the file. 105
 Warning extension MultipleStringLiteralsExtended The String "value" appears 4 times in the file. 105
 Warning extension MultipleStringLiteralsExtended The String "clustered-ccl-2" appears 4 times in the file. 109
 Warning extension MultipleStringLiteralsExtended The String "key2" appears 3 times in the file. 119
 Warning extension MultipleStringLiteralsExtended The String "value2" appears 3 times in the file. 119
 Warning extension MultipleStringLiteralsExtended The String "local" appears 19 times in the file. 137
 Warning extension MultipleStringLiteralsExtended The String "key1" appears 7 times in the file. 140
 Warning extension MultipleStringLiteralsExtended The String "value1" appears 4 times in the file. 140
 Warning extension MultipleStringLiteralsExtended The String "keyLoad" appears 4 times in the file. 144
 Warning extension MultipleStringLiteralsExtended The String "valueLoad" appears 4 times in the file. 144
 Warning extension MultipleStringLiteralsExtended The String "hotrod-rolling-upgrade-1" appears 2 times in the file. 147
 Warning extension MultipleStringLiteralsExtended The String "jboss.infinispan:type=Cache," appears 2 times in the file. 159
 Warning extension MultipleStringLiteralsExtended The String "name=\"default(local)\"," appears 2 times in the file. 159
 Warning extension MultipleStringLiteralsExtended The String "manager=\"local\"," appears 2 times in the file. 160
 Warning extension MultipleStringLiteralsExtended The String "component=RollingUpgradeManager" appears 2 times in the file. 160
 Warning extension MultipleStringLiteralsExtended The String "recordKnownGlobalKeyset" appears 2 times in the file. 162
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 162
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 162
 Warning extension MultipleStringLiteralsExtended The String "synchronizeData" appears 2 times in the file. 164
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 164
 Warning extension MultipleStringLiteralsExtended The String "hotrod" appears 2 times in the file. 164
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 165
 Warning extension MultipleStringLiteralsExtended The String "java.lang.String" appears 4 times in the file. 165
 Warning extension MultipleStringLiteralsExtended The String "disconnectSource" appears 2 times in the file. 167
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 167
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 168
 Warning extension MultipleStringLiteralsExtended The String "disconnected" appears 5 times in the file. 171
 Warning extension MultipleStringLiteralsExtended The String "source" appears 3 times in the file. 171
 Warning extension MultipleStringLiteralsExtended The String "Entry was not successfully migrated." appears 2 times in the file. 177
 Warning extension MultipleStringLiteralsExtended The String "rest-rolling-upgrade-2" appears 4 times in the file. 192
 Warning extension MultipleStringLiteralsExtended The String "data" appears 12 times in the file. 197
 Warning extension MultipleStringLiteralsExtended The String "text/html" appears 2 times in the file. 197
 Warning extension MultipleStringLiteralsExtended The String "rest-rolling-upgrade-1" appears 4 times in the file. 204
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 219
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 219
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 221
 Warning extension MultipleStringLiteralsExtended The String "rest" appears 2 times in the file. 221
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 222
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 224
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 225
 Warning extension MultipleStringLiteralsExtended The String "application/text" appears 3 times in the file. 227
 Warning extension MultipleStringLiteralsExtended The String "/" appears 3 times in the file. 256
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 8 times in the file. 262
 Warning extension MultipleStringLiteralsExtended The String "2" appears 2 times in the file. 274
 Warning extension MultipleStringLiteralsExtended The String "<hey>ho</hey>" appears 3 times in the file. 278
 Warning extension MultipleStringLiteralsExtended The String "standalone-fcs-local" appears 3 times in the file. 300
 Warning extension MultipleStringLiteralsExtended The String "clustered-jdbc" appears 2 times in the file. 308
 Warning extension MultipleStringLiteralsExtended The String "k" appears 14 times in the file. 319
 Warning extension MultipleStringLiteralsExtended The String "v" appears 13 times in the file. 319
 Warning extension MultipleStringLiteralsExtended The String "standalone-leveldb-cs-local" appears 3 times in the file. 329
 Warning extension MultipleStringLiteralsExtended The String "external" appears 2 times in the file. 338
 Warning extension MultipleStringLiteralsExtended The String "internal" appears 2 times in the file. 340
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 346
 Warning extension MultipleStringLiteralsExtended The String "standalone-rcs-local-2" appears 3 times in the file. 355
 Warning extension MultipleStringLiteralsExtended The String "standalone-rcs-local-1" appears 3 times in the file. 358
 Warning extension MultipleStringLiteralsExtended The String "keystore_client.jks" appears 2 times in the file. 371
 Warning extension MultipleStringLiteralsExtended The String "truststore_client.jks" appears 2 times in the file. 371
 Warning extension MultipleStringLiteralsExtended The String "k2" appears 11 times in the file. 395
 Warning extension MultipleStringLiteralsExtended The String "v2" appears 11 times in the file. 395
 Warning extension MultipleStringLiteralsExtended The String "k3" appears 5 times in the file. 399
 Warning extension MultipleStringLiteralsExtended The String "v3" appears 5 times in the file. 399
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 407
 Warning extension MultipleStringLiteralsExtended The String "clustered-topology-1" appears 9 times in the file. 415
 Warning extension MultipleStringLiteralsExtended The String "node0" appears 3 times in the file. 415
 Warning extension MultipleStringLiteralsExtended The String "s1" appears 8 times in the file. 415
 Warning extension MultipleStringLiteralsExtended The String "r1" appears 6 times in the file. 415
 Warning extension MultipleStringLiteralsExtended The String "m1" appears 4 times in the file. 415
 Warning extension MultipleStringLiteralsExtended The String "clustered-topology-2" appears 9 times in the file. 416
 Warning extension MultipleStringLiteralsExtended The String "node1" appears 3 times in the file. 416
 Warning extension MultipleStringLiteralsExtended The String "clustered-topology-3" appears 9 times in the file. 417
 Warning extension MultipleStringLiteralsExtended The String "node2" appears 3 times in the file. 417
 Warning extension MultipleStringLiteralsExtended The String "m2" appears 3 times in the file. 417
 Warning extension MultipleStringLiteralsExtended The String "r2" appears 2 times in the file. 430
 Warning extension MultipleStringLiteralsExtended The String "m3" appears 2 times in the file. 430
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 471
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 472
 Warning extension MultipleStringLiteralsExtended The String "machine" appears 4 times in the file. 478
 Warning extension MultipleStringLiteralsExtended The String "text/plain" appears 5 times in the file. 550
 Warning extension MultipleStringLiteralsExtended The String "k1" appears 4 times in the file. 594
 Warning extension MultipleStringLiteralsExtended The String "secret" appears 2 times in the file. 634
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 649
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 709

infinispan/server/integration/testsuite/src/test/java/org/infinispan/server/test/cs/custom/CustomCacheStoreIT.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "key1" appears 3 times in the file. 62
 Warning extension MultipleStringLiteralsExtended The String "value1" appears 2 times in the file. 63

infinispan/server/integration/testsuite/src/test/java/org/infinispan/server/test/cs/file/FileCacheStoreIT.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "k1" appears 4 times in the file. 48
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 2 times in the file. 49
 Warning extension MultipleStringLiteralsExtended The String "k2" appears 3 times in the file. 50
 Warning extension MultipleStringLiteralsExtended The String "v2" appears 3 times in the file. 50
 Warning extension MultipleStringLiteralsExtended The String "k3" appears 3 times in the file. 51
 Warning extension MultipleStringLiteralsExtended The String "v3" appears 3 times in the file. 51

infinispan/server/integration/testsuite/src/test/java/org/infinispan/server/test/cs/jdbc/AbstractJdbcStoreMultinodeIT.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 34
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 35
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 38
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 40
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 41
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 43
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 44
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 46
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 49
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 52
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 62
 Warning extension MultipleStringLiteralsExtended The String "db2" appears 2 times in the file. 66
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 74

infinispan/server/integration/testsuite/src/test/java/org/infinispan/server/test/cs/jdbc/SingleNodeJdbcStoreIT.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(protected)'. 56
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(protected)'. 57
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(protected)'. 59
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 62
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 63
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 64
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 73
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 88
 Warning extension MultipleStringLiteralsExtended The String "local" appears 6 times in the file. 104
 Warning extension MultipleStringLiteralsExtended The String "_" appears 9 times in the file. 106
 Warning extension MultipleStringLiteralsExtended The String "key" appears 4 times in the file. 190
 Warning extension MultipleStringLiteralsExtended The String "k1" appears 19 times in the file. 214
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 15 times in the file. 214
 Warning extension MultipleStringLiteralsExtended The String "k2" appears 15 times in the file. 215
 Warning extension MultipleStringLiteralsExtended The String "v2" appears 12 times in the file. 215
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 216
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 217
 Warning extension MultipleStringLiteralsExtended The String "k3" appears 8 times in the file. 218
 Warning extension MultipleStringLiteralsExtended The String "v3" appears 6 times in the file. 218
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 220
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '>='. 220
 Warning extension MultipleStringLiteralsExtended The String "key1" appears 4 times in the file. 243
 Warning extension MultipleStringLiteralsExtended The String "anotherExtraUniqueKey" appears 2 times in the file. 244
 Warning extension MultipleStringLiteralsExtended The String "key3" appears 2 times in the file. 245
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 250
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 252
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '>='. 252
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 254
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 272
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 285
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 286
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 291
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 296
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 325
 Warning extension MultipleStringLiteralsExtended The String "myBestPersonalKeyWhichHasNeverBeenBetter" appears 2 times in the file. 337
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 358
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 375
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 382

infinispan/server/integration/testsuite/src/test/java/org/infinispan/server/test/cs/jdbc/multinode/StringBasedStoreInvalidationCacheSyncIT.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "key" appears 25 times in the file. 44
 Warning extension MultipleStringLiteralsExtended The String "value" appears 8 times in the file. 44
 Warning extension MultipleStringLiteralsExtended The String "newValue1" appears 3 times in the file. 50
 Warning extension MultipleStringLiteralsExtended The String "newValue2" appears 3 times in the file. 56
 Warning extension MultipleStringLiteralsExtended The String "connection.url" appears 2 times in the file. 99
 Warning extension MultipleStringLiteralsExtended The String "username" appears 2 times in the file. 100
 Warning extension MultipleStringLiteralsExtended The String "password" appears 2 times in the file. 101
 Warning extension MultipleStringLiteralsExtended The String "_" appears 2 times in the file. 103

infinispan/server/integration/testsuite/src/test/java/org/infinispan/server/test/cs/jdbc/multinode/StringBasedStoreMultinodeIT.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "k1" appears 7 times in the file. 50
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 2 times in the file. 50
 Warning extension MultipleStringLiteralsExtended The String "k2" appears 6 times in the file. 51
 Warning extension MultipleStringLiteralsExtended The String "v2" appears 2 times in the file. 51
 Warning extension MultipleStringLiteralsExtended The String "k3" appears 3 times in the file. 52
 Warning extension MultipleStringLiteralsExtended The String "v3" appears 2 times in the file. 52
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 88
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 94
 Warning extension MultipleStringLiteralsExtended The String "_" appears 2 times in the file. 131

infinispan/server/integration/testsuite/src/test/java/org/infinispan/server/test/cs/leveldb/LevelDBCacheStoreIT.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "local" appears 2 times in the file. 70
 Warning extension MultipleStringLiteralsExtended The String "testcache" appears 2 times in the file. 71
 Warning extension MultipleStringLiteralsExtended The String "key1" appears 5 times in the file. 75
 Warning extension MultipleStringLiteralsExtended The String "1" appears 5 times in the file. 75
 Warning extension MultipleStringLiteralsExtended The String "key2" appears 3 times in the file. 76
 Warning extension MultipleStringLiteralsExtended The String "2" appears 3 times in the file. 76
 Warning extension MultipleStringLiteralsExtended The String "key3" appears 3 times in the file. 77
 Warning extension MultipleStringLiteralsExtended The String "3" appears 3 times in the file. 77
 Warning extension MultipleStringLiteralsExtended The String "Stored via Hot Rod:" appears 2 times in the file. 81
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 82
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 83
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 84
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 85
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 107
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 108
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 109
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 110
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around return value. 134

infinispan/server/integration/testsuite/src/test/java/org/infinispan/server/test/cs/remote/RemoteCacheStoreIT.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 47
 Warning extension MultipleStringLiteralsExtended The String "k1" appears 6 times in the file. 83
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 3 times in the file. 83
 Warning extension MultipleStringLiteralsExtended The String "k2" appears 6 times in the file. 84
 Warning extension MultipleStringLiteralsExtended The String "v2" appears 4 times in the file. 84
 Warning extension MultipleStringLiteralsExtended The String "k3" appears 6 times in the file. 85
 Warning extension MultipleStringLiteralsExtended The String "v3" appears 4 times in the file. 85

infinispan/server/integration/testsuite/src/test/java/org/infinispan/server/test/eviction/EvictionStrategyIT.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "A" appears 5 times in the file. 51
 Warning extension MultipleStringLiteralsExtended The String "B" appears 5 times in the file. 51
 Warning extension MultipleStringLiteralsExtended The String "C" appears 3 times in the file. 51
 Warning extension MultipleStringLiteralsExtended The String "keyD" appears 4 times in the file. 52
 Warning extension MultipleStringLiteralsExtended The String "D" appears 4 times in the file. 52
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 53
 Warning extension MultipleStringLiteralsExtended The String "keyA" appears 3 times in the file. 53
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 54
 Warning extension MultipleStringLiteralsExtended The String "keyB" appears 3 times in the file. 54
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 55
 Warning extension MultipleStringLiteralsExtended The String "keyC" appears 2 times in the file. 55
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 56
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 69
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 70
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 74
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 75
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 76

infinispan/server/integration/testsuite/src/test/java/org/infinispan/server/test/expiration/ExpirationIT.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 3 times in the file. 60
 Warning extension MultipleStringLiteralsExtended The String "application/text" appears 8 times in the file. 60
 Warning extension MultipleStringLiteralsExtended The String "Content-Type" appears 4 times in the file. 60
 Warning extension MultipleStringLiteralsExtended The String "timeToLiveSeconds" appears 3 times in the file. 61
 Warning extension MultipleStringLiteralsExtended The String "3" appears 2 times in the file. 61
 Warning extension MultipleStringLiteralsExtended The String "maxIdleTimeSeconds" appears 3 times in the file. 61
 Warning extension MultipleStringLiteralsExtended The String "v3" appears 2 times in the file. 65
 Warning extension MultipleStringLiteralsExtended The String "0" appears 3 times in the file. 66
 Warning extension MultipleStringLiteralsExtended The String "v4" appears 2 times in the file. 67
 Warning extension MultipleStringLiteralsExtended The String "hotrodExpiration" appears 2 times in the file. 91
 Warning extension MultipleStringLiteralsExtended The String "key1" appears 3 times in the file. 94
 Warning extension MultipleStringLiteralsExtended The String "value1" appears 2 times in the file. 94
 Warning extension MultipleStringLiteralsExtended The String "key1_c2" appears 3 times in the file. 95
 Warning extension MultipleStringLiteralsExtended The String "value1_c2" appears 2 times in the file. 95
 Warning extension MultipleStringLiteralsExtended The String "key2" appears 3 times in the file. 97
 Warning extension MultipleStringLiteralsExtended The String "value2" appears 2 times in the file. 97
 Warning extension MultipleStringLiteralsExtended The String "key2_c2" appears 3 times in the file. 98
 Warning extension MultipleStringLiteralsExtended The String "value2_c2" appears 2 times in the file. 98

infinispan/server/integration/testsuite/src/test/java/org/infinispan/server/test/jmx/management/JmxManagementIT.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "Statistics" appears 2 times in the file. 57
 Warning extension MultipleStringLiteralsExtended The String "UTF-8" appears 2 times in the file. 89
 Warning extension MultipleStringLiteralsExtended The String "numberOfLocalConnections" appears 4 times in the file. 99
 Warning extension MultipleStringLiteralsExtended The String "numberOfGlobalConnections" appears 8 times in the file. 100
 Warning extension MultipleStringLiteralsExtended The String "Number of global connections obtained from node1 and node2 is not the same" appears 2 times in the file. 101
 Warning extension MultipleStringLiteralsExtended The String "key" appears 2 times in the file. 107
 Warning extension MultipleStringLiteralsExtended The String "value" appears 2 times in the file. 107
 Warning extension MultipleStringLiteralsExtended The String "key1" appears 8 times in the file. 134
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 134
 Warning extension MultipleStringLiteralsExtended The String "TotalBytesRead" appears 2 times in the file. 135
 Warning extension MultipleStringLiteralsExtended The String "TotalBytesWritten" appears 2 times in the file. 136
 Warning extension MultipleStringLiteralsExtended The String "Port" appears 2 times in the file. 137
 Warning extension MultipleStringLiteralsExtended The String "tcpNoDelay" appears 2 times in the file. 138
 Warning extension MultipleStringLiteralsExtended The String "ReceiveBufferSize" appears 2 times in the file. 139
 Warning extension MultipleStringLiteralsExtended The String "IdleTimeout" appears 2 times in the file. 140
 Warning extension MultipleStringLiteralsExtended The String "SendBufferSize" appears 2 times in the file. 141
 Warning extension MultipleStringLiteralsExtended The String "NumberWorkerThreads" appears 2 times in the file. 142
 Warning extension MultipleStringLiteralsExtended The String "HostName" appears 2 times in the file. 143
 Warning extension MultipleStringLiteralsExtended The String "value1" appears 5 times in the file. 148
 Warning extension MultipleStringLiteralsExtended The String "RUNNING" appears 4 times in the file. 166
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 173
 Warning extension MultipleStringLiteralsExtended The String "default" appears 2 times in the file. 173
 Warning extension ForbidAnnotation Incorrect target: 'METHOD_DEF' for annotation: 'Ignore'. 176
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 179
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 180
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 180
 Warning extension MultipleStringLiteralsExtended The String "java.lang.String" appears 3 times in the file. 180
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 181
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 186
 Warning extension MultipleStringLiteralsExtended The String "CacheStatus" appears 4 times in the file. 187
 Warning extension MultipleStringLiteralsExtended The String "key2" appears 4 times in the file. 207
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 209
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 209
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 211
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 211
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 212
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 212
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 213
 Warning extension MultipleStringLiteralsExtended The String "StatisticsEnabled" appears 2 times in the file. 233
 Warning extension MultipleStringLiteralsExtended The String "Stores" appears 3 times in the file. 240
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 241
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 241
 Warning extension MultipleStringLiteralsExtended The String "resetStatistics" appears 3 times in the file. 247
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 260
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 260
 Warning extension MultipleStringLiteralsExtended The String "ReplicationCount" appears 3 times in the file. 263
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 277

infinispan/server/integration/testsuite/src/test/java/org/infinispan/server/test/jmx/suppress/statetransfer/StateTransferSuppressIT.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 45
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 46
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 47
 Warning extension MultipleStringLiteralsExtended The String "jboss.infinispan:type=Cache,name=\"" appears 2 times in the file. 55
 Warning extension MultipleStringLiteralsExtended The String "(dist_sync)\",manager=\"" appears 2 times in the file. 55
 Warning extension MultipleStringLiteralsExtended The String "\",component=" appears 2 times in the file. 55
 Warning extension MultipleStringLiteralsExtended The String "RpcManager" appears 2 times in the file. 57
 Warning extension MultipleStringLiteralsExtended The String "[node0/" appears 2 times in the file. 66
 Warning extension MultipleStringLiteralsExtended The String ", node1/" appears 2 times in the file. 66
 Warning extension MultipleStringLiteralsExtended The String "]" appears 3 times in the file. 66
 Warning extension MultipleStringLiteralsExtended The String ", node2/" appears 2 times in the file. 67
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 83
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 83
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 110
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '!='. 117
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '!='. 119
 Warning extension SimpleAccessorNameNotation Unexpected getter name. 127
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 144
 Warning extension MultipleStringLiteralsExtended The String "null" appears 8 times in the file. 144
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 146
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 147
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 148
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 149
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 155
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 157
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 158
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 159
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 160
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 173
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 175
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 176
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 177
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 178
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 184
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 186
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 187
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 188
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 189
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 201
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 207
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 216
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 219
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 221
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 222
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 223
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 224
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 225
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 226
 Warning extension MultipleStringLiteralsExtended The String "The pending view doesn't match to any of expected ones, but is " appears 2 times in the file. 266
 Warning extension MultipleStringLiteralsExtended The String "." appears 2 times in the file. 266
 Warning extension MultipleStringLiteralsExtended The String "key" appears 2 times in the file. 274
 Warning extension MultipleStringLiteralsExtended The String "value" appears 2 times in the file. 274
 Warning extension MultipleStringLiteralsExtended The String "The size of both caches should be equal." appears 2 times in the file. 277
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 293

infinispan/server/integration/testsuite/src/test/java/org/infinispan/server/test/l1/L1CachingIT.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "KeyA" appears 5 times in the file. 46
 Warning extension MultipleStringLiteralsExtended The String "KeyB" appears 5 times in the file. 48
 Warning extension MultipleStringLiteralsExtended The String "KeyBB" appears 2 times in the file. 50
 Warning extension MultipleStringLiteralsExtended The String "KeyC" appears 5 times in the file. 52
 Warning extension MultipleStringLiteralsExtended The String "A" appears 3 times in the file. 81
 Warning extension MultipleStringLiteralsExtended The String "B" appears 3 times in the file. 82
 Warning extension MultipleStringLiteralsExtended The String "C" appears 3 times in the file. 83
 Warning extension MultipleStringLiteralsExtended The String "Distribution of entries is wrong (at least unexpected)." appears 2 times in the file. 85
 Warning extension MultipleStringLiteralsExtended The String "clustered" appears 16 times in the file. 86
 Warning extension MultipleStringLiteralsExtended The String "memcachedCache" appears 16 times in the file. 86
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 93
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 94
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 95
 Warning extension MultipleStringLiteralsExtended The String "Number of hits on server 1 is wrong." appears 2 times in the file. 97
 Warning extension MultipleStringLiteralsExtended The String "Number of hits on server 2 is wrong." appears 2 times in the file. 98
 Warning extension MultipleStringLiteralsExtended The String "Number of stores on server 1 is wrong." appears 2 times in the file. 100
 Warning extension MultipleStringLiteralsExtended The String "Number of stores on server 2 is wrong." appears 2 times in the file. 101
 Warning extension MultipleStringLiteralsExtended The String "The are no entries in L1 cache! L1 seems to be disabled! Check TRACE [org.infinispan.factories.ComponentRegistry] output." appears 2 times in the file. 104
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 110
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 111
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 112

infinispan/server/integration/testsuite/src/test/java/org/infinispan/server/test/query/ManualIndexingIT.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 37
 Warning extension MultipleStringLiteralsExtended The String "Tom" appears 3 times in the file. 61
 Warning extension MultipleStringLiteralsExtended The String "Cat" appears 2 times in the file. 66

infinispan/server/integration/testsuite/src/test/java/org/infinispan/server/test/query/RemoteQueryBaseIT.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 56

infinispan/server/integration/testsuite/src/test/java/org/infinispan/server/test/query/RemoteQueryDescriptorIT.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "sample_bank_account/bank.proto" appears 3 times in the file. 65
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 74
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 75
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 81
 Warning extension MultipleStringLiteralsExtended The String "repl_descriptor" appears 2 times in the file. 104

infinispan/server/integration/testsuite/src/test/java/org/infinispan/server/test/query/RemoteQueryIT.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "name" appears 3 times in the file. 61
 Warning extension MultipleStringLiteralsExtended The String "Tom" appears 5 times in the file. 61
 Warning extension MultipleStringLiteralsExtended The String "1234" appears 3 times in the file. 78
 Warning extension MultipleStringLiteralsExtended The String "Cat" appears 3 times in the file. 107
 Warning extension MultipleStringLiteralsExtended The String "Dark Alley" appears 2 times in the file. 118
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 145

infinispan/server/integration/testsuite/src/test/java/org/infinispan/server/test/query/RemoteQueryJONRegisterIT.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "/sample_bank_account/bank.proto" appears 2 times in the file. 49
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 64

infinispan/server/integration/testsuite/src/test/java/org/infinispan/server/test/query/RemoteQueryKeySetIT.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 47
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 48

infinispan/server/integration/testsuite/src/test/java/org/infinispan/server/test/query/RemoteQuerySecurityIT.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 62
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 70
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 85
 Warning extension MultipleStringLiteralsExtended The String "Tom" appears 2 times in the file. 95
 Warning extension MultipleStringLiteralsExtended The String "Unauthorized access" appears 4 times in the file. 123

infinispan/server/integration/testsuite/src/test/java/org/infinispan/server/test/query/RemoteQueryWithProtostreamAnnotationsIT.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 46
 Warning extension MultipleStringLiteralsExtended The String "test.proto" appears 2 times in the file. 140
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 147
 Warning extension MultipleStringLiteralsExtended The String "Tom" appears 3 times in the file. 173
 Warning extension MultipleStringLiteralsExtended The String "Xyz" appears 3 times in the file. 183
 Warning extension MultipleStringLiteralsExtended The String "North street" appears 2 times in the file. 201
 Warning extension MultipleStringLiteralsExtended The String "Adrian" appears 2 times in the file. 206

infinispan/server/integration/testsuite/src/test/java/org/infinispan/server/test/rollingupgrades/HotRodRollingUpgradesDistIT.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "default" appears 3 times in the file. 39
 Warning extension MultipleStringLiteralsExtended The String "hotrod-rolling-upgrade-3-old-dist" appears 3 times in the file. 72
 Warning extension MultipleStringLiteralsExtended The String "hotrod-rolling-upgrade-4-old-dist" appears 3 times in the file. 73
 Warning extension MultipleStringLiteralsExtended The String "127.0.0.1" appears 3 times in the file. 80
 Warning extension MultipleStringLiteralsExtended The String "key1" appears 5 times in the file. 96
 Warning extension MultipleStringLiteralsExtended The String "value1" appears 5 times in the file. 96
 Warning extension MultipleStringLiteralsExtended The String "keyx1" appears 4 times in the file. 98
 Warning extension MultipleStringLiteralsExtended The String "valuex1" appears 4 times in the file. 98
 Warning extension MultipleStringLiteralsExtended The String "keyLoad" appears 2 times in the file. 102
 Warning extension MultipleStringLiteralsExtended The String "valueLoad" appears 2 times in the file. 102
 Warning extension MultipleStringLiteralsExtended The String "keyLoadx" appears 2 times in the file. 103
 Warning extension MultipleStringLiteralsExtended The String "valueLoadx" appears 2 times in the file. 103
 Warning extension MultipleStringLiteralsExtended The String "hotrod-rolling-upgrade-1-dist" appears 4 times in the file. 106
 Warning extension MultipleStringLiteralsExtended The String "hotrod-rolling-upgrade-2-dist" appears 4 times in the file. 107
 Warning extension MultipleStringLiteralsExtended The String "clustered-new" appears 2 times in the file. 109
 Warning extension MultipleStringLiteralsExtended The String "Can't access etries stored in source node (target's RemoteCacheStore)." appears 4 times in the file. 117
 Warning extension MultipleStringLiteralsExtended The String "jboss.infinispan:type=Cache," appears 2 times in the file. 127
 Warning extension MultipleStringLiteralsExtended The String "name=\"default(dist_sync)\"," appears 2 times in the file. 127
 Warning extension MultipleStringLiteralsExtended The String "component=RollingUpgradeManager" appears 2 times in the file. 128
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 130
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 130
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 135
 Warning extension MultipleStringLiteralsExtended The String "hotrod" appears 2 times in the file. 135
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 136
 Warning extension MultipleStringLiteralsExtended The String "java.lang.String" appears 2 times in the file. 136
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 138
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 139
 Warning extension MultipleStringLiteralsExtended The String "disconnected" appears 5 times in the file. 142
 Warning extension MultipleStringLiteralsExtended The String "source" appears 3 times in the file. 142
 Warning extension MultipleStringLiteralsExtended The String "disconnectedx" appears 5 times in the file. 143
 Warning extension MultipleStringLiteralsExtended The String "sourcex" appears 3 times in the file. 143
 Warning extension MultipleStringLiteralsExtended The String "Can't obtain value from cache3 (source node)." appears 2 times in the file. 145
 Warning extension MultipleStringLiteralsExtended The String "Can't obtain value from cache4 (source node)." appears 2 times in the file. 146
 Warning extension MultipleStringLiteralsExtended The String "Source node entries should NOT be accessible from target node (after RCS disconnection)" appears 4 times in the file. 150
 Warning extension MultipleStringLiteralsExtended The String "Entry was not successfully migrated." appears 3 times in the file. 160
 Warning extension MultipleStringLiteralsExtended The String "hotrod.protocol.version" appears 2 times in the file. 183

infinispan/server/integration/testsuite/src/test/java/org/infinispan/server/test/rollingupgrades/HotRodRollingUpgradesIT.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "default" appears 2 times in the file. 39
 Warning extension MultipleStringLiteralsExtended The String "hotrod-rolling-upgrade-2-old" appears 3 times in the file. 72
 Warning extension MultipleStringLiteralsExtended The String "127.0.0.1" appears 2 times in the file. 78
 Warning extension MultipleStringLiteralsExtended The String "key1" appears 4 times in the file. 85
 Warning extension MultipleStringLiteralsExtended The String "value1" appears 4 times in the file. 85
 Warning extension MultipleStringLiteralsExtended The String "keyLoad" appears 2 times in the file. 89
 Warning extension MultipleStringLiteralsExtended The String "valueLoad" appears 2 times in the file. 89
 Warning extension MultipleStringLiteralsExtended The String "hotrod-rolling-upgrade-1" appears 4 times in the file. 92
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 105
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 105
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 110
 Warning extension MultipleStringLiteralsExtended The String "hotrod" appears 2 times in the file. 110
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 111
 Warning extension MultipleStringLiteralsExtended The String "java.lang.String" appears 2 times in the file. 111
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 113
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 114
 Warning extension MultipleStringLiteralsExtended The String "disconnected" appears 3 times in the file. 117
 Warning extension MultipleStringLiteralsExtended The String "source" appears 2 times in the file. 117
 Warning extension MultipleStringLiteralsExtended The String "Entry was not successfully migrated." appears 2 times in the file. 123
 Warning extension MultipleStringLiteralsExtended The String "hotrod.protocol.version" appears 2 times in the file. 138

infinispan/server/integration/testsuite/src/test/java/org/infinispan/server/test/rollingupgrades/RestRollingUpgradesDistIT.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "rest-rolling-upgrade-3-old-dist" appears 3 times in the file. 56
 Warning extension MultipleStringLiteralsExtended The String "rest-rolling-upgrade-4-old-dist" appears 3 times in the file. 57
 Warning extension MultipleStringLiteralsExtended The String "127.0.0.1" appears 3 times in the file. 63
 Warning extension MultipleStringLiteralsExtended The String "/rest" appears 2 times in the file. 63
 Warning extension MultipleStringLiteralsExtended The String "key1" appears 5 times in the file. 68
 Warning extension MultipleStringLiteralsExtended The String "data" appears 5 times in the file. 68
 Warning extension MultipleStringLiteralsExtended The String "text/html" appears 6 times in the file. 68
 Warning extension MultipleStringLiteralsExtended The String "key1x" appears 4 times in the file. 70
 Warning extension MultipleStringLiteralsExtended The String "datax" appears 4 times in the file. 70
 Warning extension MultipleStringLiteralsExtended The String "keyLoad" appears 2 times in the file. 74
 Warning extension MultipleStringLiteralsExtended The String "valueLoad" appears 2 times in the file. 74
 Warning extension MultipleStringLiteralsExtended The String "keyLoadx" appears 2 times in the file. 75
 Warning extension MultipleStringLiteralsExtended The String "valueLoadx" appears 2 times in the file. 75
 Warning extension MultipleStringLiteralsExtended The String "rest-rolling-upgrade-1-dist" appears 4 times in the file. 78
 Warning extension MultipleStringLiteralsExtended The String "rest-rolling-upgrade-2-dist" appears 4 times in the file. 79
 Warning extension MultipleStringLiteralsExtended The String "clustered-new" appears 2 times in the file. 82
 Warning extension MultipleStringLiteralsExtended The String "jboss.infinispan:type=Cache," appears 2 times in the file. 101
 Warning extension MultipleStringLiteralsExtended The String "name=\"default(dist_sync)\"," appears 2 times in the file. 101
 Warning extension MultipleStringLiteralsExtended The String "component=RollingUpgradeManager" appears 2 times in the file. 102
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 104
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 104
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 109
 Warning extension MultipleStringLiteralsExtended The String "rest" appears 3 times in the file. 109
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 110
 Warning extension MultipleStringLiteralsExtended The String "java.lang.String" appears 3 times in the file. 110
 Warning extension MultipleStringLiteralsExtended The String "disconnectSource" appears 2 times in the file. 112
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 112
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 113
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 116
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 117
 Warning extension MultipleStringLiteralsExtended The String "disconnected" appears 5 times in the file. 120
 Warning extension MultipleStringLiteralsExtended The String "source" appears 3 times in the file. 120
 Warning extension MultipleStringLiteralsExtended The String "disconnectedx" appears 5 times in the file. 121
 Warning extension MultipleStringLiteralsExtended The String "sourcex" appears 3 times in the file. 121

infinispan/server/integration/testsuite/src/test/java/org/infinispan/server/test/rollingupgrades/RestRollingUpgradesIT.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "rest-rolling-upgrade-2-old" appears 3 times in the file. 55
 Warning extension MultipleStringLiteralsExtended The String "127.0.0.1" appears 2 times in the file. 59
 Warning extension MultipleStringLiteralsExtended The String "key1" appears 3 times in the file. 61
 Warning extension MultipleStringLiteralsExtended The String "data" appears 3 times in the file. 61
 Warning extension MultipleStringLiteralsExtended The String "text/html" appears 2 times in the file. 61
 Warning extension MultipleStringLiteralsExtended The String "keyLoad" appears 2 times in the file. 65
 Warning extension MultipleStringLiteralsExtended The String "valueLoad" appears 2 times in the file. 65
 Warning extension MultipleStringLiteralsExtended The String "rest-rolling-upgrade-1" appears 4 times in the file. 68
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 83
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 83
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 85
 Warning extension MultipleStringLiteralsExtended The String "rest" appears 2 times in the file. 85
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 86
 Warning extension MultipleStringLiteralsExtended The String "java.lang.String" appears 2 times in the file. 86
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 88
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 89
 Warning extension MultipleStringLiteralsExtended The String "disconnected" appears 2 times in the file. 91

infinispan/server/integration/testsuite/src/test/java/org/infinispan/server/test/security/cache/ClusteredCacheAuthMd5IT.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 62
 Warning extension ForbidAnnotationElementValue Forbidden element 'expected' in annotation 'Test'. 116
 Warning extension ForbidAnnotationElementValue Forbidden element 'expected' in annotation 'Test'. 128

infinispan/server/integration/testsuite/src/test/java/org/infinispan/server/test/security/jgroups/encrypt/EncryptProtocolIT.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "server_jceks.keystore" appears 2 times in the file. 57
 Warning extension MultipleStringLiteralsExtended The String "java.version" appears 2 times in the file. 64
 Warning extension MultipleStringLiteralsExtended The String "UTF-8" appears 2 times in the file. 73
 Warning extension MultipleStringLiteralsExtended The String "memcachedCache" appears 2 times in the file. 86
 Warning extension MultipleStringLiteralsExtended The String "clustered" appears 2 times in the file. 86
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 100
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 101
 Warning extension MultipleStringLiteralsExtended The String "key1" appears 2 times in the file. 106
 Warning extension MultipleStringLiteralsExtended The String "value1" appears 2 times in the file. 106

infinispan/server/integration/testsuite/src/test/java/org/infinispan/server/test/security/jgroups/sasl/SaslAuthIT.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "memcachedCache" appears 3 times in the file. 88
 Warning extension MultipleStringLiteralsExtended The String "clustered" appears 3 times in the file. 89
 Warning extension MultipleStringLiteralsExtended The String "mech" appears 2 times in the file. 107
 Warning extension MultipleStringLiteralsExtended The String "key1" appears 2 times in the file. 110
 Warning extension MultipleStringLiteralsExtended The String "value1" appears 2 times in the file. 110

infinispan/server/integration/testsuite/src/test/java/org/infinispan/server/test/security/rest/AbstractBasicSecurity.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "data" appears 10 times in the file. 30
 Warning extension MultipleStringLiteralsExtended The String "application/text" appears 8 times in the file. 30

infinispan/server/integration/testsuite/src/test/java/org/infinispan/server/test/security/rest/RESTCertSecurityIT.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "data" appears 4 times in the file. 94
 Warning extension MultipleStringLiteralsExtended The String "/default/" appears 2 times in the file. 131
 Warning extension MultipleStringLiteralsExtended The String "UTF-8" appears 2 times in the file. 142
 Warning extension ReturnCountExtended Return count for 'securedClient' method is 2 (max allowed is 1). 182
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 226

infinispan/server/integration/testsuite/src/test/java/org/infinispan/server/test/transport/TransportStackConfigurationIT.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 92
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 104

infinispan/server/integration/testsuite/src/test/java/org/infinispan/server/test/util/ITestUtils.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "server1.dist" appears 2 times in the file. 30
 Warning extension MultipleStringLiteralsExtended The String "standalone" appears 2 times in the file. 30
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 36
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 37
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 38
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 39
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 113
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 114
 Warning extension MultipleStringLiteralsExtended The String "Could not access marshaller field" appears 2 times in the file. 133
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 165

infinispan/server/integration/testsuite/src/test/java/org/infinispan/server/test/util/arquillian/extensions/InfinispanServerKillProcessor.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "os.name" appears 5 times in the file. 26
 Warning extension MultipleStringLiteralsExtended The String "[jbossHome]" appears 2 times in the file. 32
 Warning extension MultipleStringLiteralsExtended The String "jbossHome" appears 2 times in the file. 33
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 34
 Warning extension MultipleStringLiteralsExtended The String "sh" appears 4 times in the file. 34
 Warning extension MultipleStringLiteralsExtended The String "-c" appears 4 times in the file. 34
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 40
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 44
 Warning extension MultipleStringLiteralsExtended The String "8080" appears 2 times in the file. 48
 Warning extension MultipleStringLiteralsExtended The String "javaVmArguments" appears 2 times in the file. 49
 Warning extension MultipleStringLiteralsExtended The String "jboss.node.name=node1" appears 2 times in the file. 50
 Warning extension MultipleStringLiteralsExtended The String "8180" appears 2 times in the file. 51
 Warning extension MultipleStringLiteralsExtended The String "jboss.node.name=node2" appears 2 times in the file. 53
 Warning extension MultipleStringLiteralsExtended The String "8280" appears 2 times in the file. 54
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 57
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 70
 Warning extension MultipleStringLiteralsExtended The String "cmd" appears 2 times in the file. 70
 Warning extension MultipleStringLiteralsExtended The String "/c" appears 2 times in the file. 70
 Warning extension MultipleStringLiteralsExtended The String ")" appears 3 times in the file. 75
 Warning extension WhitespaceBeforeArrayInitializer Array initializer should have whitespace before. 77
 Warning extension MultipleStringLiteralsExtended The String " OS=" appears 2 times in the file. 81

infinispan/server/integration/testsuite/src/test/java/org/infinispan/server/test/util/jdbc/DBServer.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 28
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 30
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. 45
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. 46
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. 47
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. 49
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. 50
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. 52
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. 53
 Warning extension MultipleStringLiteralsExtended The String "SELECT " appears 4 times in the file. 87
 Warning extension MultipleStringLiteralsExtended The String ", " appears 3 times in the file. 87
 Warning extension MultipleStringLiteralsExtended The String " FROM " appears 4 times in the file. 87
 Warning extension MultipleStringLiteralsExtended The String " WHERE " appears 3 times in the file. 87
 Warning extension MultipleStringLiteralsExtended The String "mysql" appears 2 times in the file. 109
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 162
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 180
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 206
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 221
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 244
 Warning extension ReturnBooleanFromTernary Returning explicit boolean from ternary operator. 281
 Warning extension ReturnBooleanFromTernary Returning explicit boolean from ternary operator. 283
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 320

infinispan/server/integration/testsuite/src/test/java/org/infinispan/server/test/util/osgi/KarafTestSupport.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 142
 Warning extension LogicConditionNeedOptimization Condition with && at line 152 position 67 need optimization. All method calls are advised to move to end of logic expression. 152
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 156
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 176
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 177
 Warning extension MultipleStringLiteralsExtended The String "osgi:list -t 0" appears 2 times in the file. 204
 Warning extension MultipleStringLiteralsExtended The String "Expected " appears 2 times in the file. 205
 Warning extension MultipleStringLiteralsExtended The String " feature to be installed." appears 2 times in the file. 205
 Warning extension MultipleStringLiteralsExtended The String "org.ops4j.pax.url.mvn.localRepository" appears 2 times in the file. 242

infinispan/server/integration/testsuite/src/test/java/org/infinispan/server/test/util/osgi/ServiceLocator.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "(" appears 2 times in the file. 46
 Warning extension MultipleStringLiteralsExtended The String "(&(" appears 2 times in the file. 47
 Warning extension MultipleStringLiteralsExtended The String "=" appears 3 times in the file. 47
 Warning extension MultipleStringLiteralsExtended The String ")" appears 3 times in the file. 47

infinispan/server/integration/testsuite/src/test/java/org/infinispan/server/test/util/security/SaslConfigurationBuilder.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "secret" appears 2 times in the file. 27

infinispan/server/rest/src/main/scala/org/infinispan/rest/ServerBootstrap.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 37
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 38
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 39

infinispan/server/rest/src/test/scala/org/infinispan/rest/RestServerTestBase.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 21
 Warning extension MultipleStringLiteralsExtended The String "No servers defined!" appears 2 times in the file. 60

infinispan/server/rest/src/test/scala/org/infinispan/rest/RestTestingUtil.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 27
 Warning extension IllegalCatchExtended Catching 'Throwable' is not allowed. 39

infinispan/server/rest/src/test/scala/org/infinispan/rest/TwoServerTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "expiry" appears 2 times in the file. 55
 Warning extension MultipleStringLiteralsExtended The String "1" appears 3 times in the file. 56
 Warning extension MultipleStringLiteralsExtended The String "2" appears 4 times in the file. 60
 Warning extension MultipleStringLiteralsExtended The String "a" appears 3 times in the file. 75
 Warning extension MultipleStringLiteralsExtended The String "data" appears 4 times in the file. 76
 Warning extension MultipleStringLiteralsExtended The String "application/text" appears 12 times in the file. 76
 Warning extension MultipleStringLiteralsExtended The String "testReplace" appears 3 times in the file. 92
 Warning extension MultipleStringLiteralsExtended The String "data2" appears 2 times in the file. 98
 Warning extension MultipleStringLiteralsExtended The String "testExtendedHeaders" appears 2 times in the file. 110
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 3 times in the file. 138
 Warning extension MultipleStringLiteralsExtended The String "Content-Type" appears 4 times in the file. 138
 Warning extension MultipleStringLiteralsExtended The String "timeToLiveSeconds" appears 3 times in the file. 139
 Warning extension MultipleStringLiteralsExtended The String "3" appears 2 times in the file. 139
 Warning extension MultipleStringLiteralsExtended The String "maxIdleTimeSeconds" appears 3 times in the file. 139
 Warning extension MultipleStringLiteralsExtended The String "v3" appears 2 times in the file. 143
 Warning extension MultipleStringLiteralsExtended The String "0" appears 3 times in the file. 144
 Warning extension MultipleStringLiteralsExtended The String "v4" appears 2 times in the file. 145

infinispan/server/websocket/src/main/java/org/infinispan/server/websocket/CacheListener.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 34
 Warning extension MultipleStringLiteralsExtended The String "*" appears 2 times in the file. 85
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 112
 Warning extension IllegalCatchExtended Catching 'RuntimeException' is not allowed. 129
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around return value. 146

infinispan/server/websocket/src/main/java/org/infinispan/server/websocket/WebSocketServer.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 38

infinispan/server/websocket/src/main/java/org/infinispan/server/websocket/WebSocketServerHandler.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "/" appears 2 times in the file. 70
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 86
 Warning extension MoveVariableInsideIf Variable 'cache' can be moved inside the block at line '117' to restrict runtime creation. 114
 Warning extension MoveVariableInsideIf Variable 'f' can be moved inside the block at line '163' to restrict runtime creation. 162

infinispan/server/websocket/src/main/java/org/infinispan/server/websocket/handlers/NotifyHandler.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "*" appears 2 times in the file. 32

infinispan/server/websocket/src/main/java/org/infinispan/server/websocket/handlers/PutHandler.java

Severity Category Rule Message Line
 Warning extension MoveVariableInsideIf Variable 'key' can be moved inside the block at line '34' to restrict runtime creation. 23

infinispan/server/websocket/src/main/java/org/infinispan/server/websocket/json/JsonObject.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 36
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 46

infinispan/server/websocket/src/test/java/org/infinispan/assertions/JsonPayloadAssertion.java

Severity Category Rule Message Line
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 47

infinispan/server/websocket/src/test/java/org/infinispan/server/websocket/ChannelUtilsTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "new val" appears 2 times in the file. 19
 Warning extension MultipleStringLiteralsExtended The String "key" appears 5 times in the file. 22
 Warning extension MultipleStringLiteralsExtended The String "cacheName" appears 5 times in the file. 22
 Warning extension MultipleStringLiteralsExtended The String "value" appears 2 times in the file. 65

infinispan/server/websocket/src/test/java/org/infinispan/server/websocket/handlers/OpHandlerTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "a" appears 16 times in the file. 45
 Warning extension MultipleStringLiteralsExtended The String "aVal" appears 7 times in the file. 45
 Warning extension MultipleStringLiteralsExtended The String "notInCache" appears 2 times in the file. 55
 Warning extension MultipleStringLiteralsExtended The String "newValue" appears 5 times in the file. 81
 Warning extension MultipleStringLiteralsExtended The String "notificationKey" appears 2 times in the file. 90
 Warning extension MultipleStringLiteralsExtended The String "irrelevantKey" appears 2 times in the file. 91
 Warning extension MultipleStringLiteralsExtended The String "bVal" appears 2 times in the file. 91
 Warning extension IllegalCatchExtended Catching 'RuntimeException' is not allowed. 100
 Warning extension MultipleStringLiteralsExtended The String "b" appears 3 times in the file. 115

infinispan/server/websocket/src/test/java/org/infinispan/server/websocket/json/JsonObjectTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "field1Val" appears 5 times in the file. 49
 Warning extension MultipleStringLiteralsExtended The String "field2Val" appears 5 times in the file. 49
 Warning extension MultipleStringLiteralsExtended The String "field1" appears 4 times in the file. 55
 Warning extension MultipleStringLiteralsExtended The String "field2" appears 4 times in the file. 55

infinispan/server/websocket/src/test/java/org/infinispan/websocket/MockChannel.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 53

infinispan/spring/spring/src/main/java/org/infinispan/spring/AbstractEmbeddedCacheManagerFactory.java

Severity Category Rule Message Line
 Warning extension ReturnCountExtended Return count for 'createBackingEmbeddedCacheManager' method is 2 (max allowed is 1). 36

infinispan/spring/spring/src/main/java/org/infinispan/spring/AbstractRemoteCacheManagerFactory.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "to configure the RemoteCacheManager, not both." appears 2 times in the file. 41
 Warning extension MultipleStringLiteralsExtended The String "] for configuring RemoteCacheManager" appears 3 times in the file. 55
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 60

infinispan/spring/spring/src/main/java/org/infinispan/spring/config/InfinispanContainerCacheManagerBeanDefinitionParser.java

Severity Category Rule Message Line
 Warning extension LogicConditionNeedOptimization Condition with && at line 29 position 51 need optimization. All method calls are advised to move to end of logic expression. 29
 Warning extension LogicConditionNeedOptimization Condition with && at line 30 position 55 need optimization. All method calls are advised to move to end of logic expression. 30

infinispan/spring/spring/src/main/java/org/infinispan/spring/provider/ContainerCacheManagerFactoryBean.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "CacheContainer must be either an EmbeddedCacheManager or a RemoteCacheManager " appears 2 times in the file. 25

infinispan/spring/spring/src/main/java/org/infinispan/spring/provider/NullValue.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 18
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 40

infinispan/spring/spring/src/main/java/org/infinispan/spring/support/embedded/InfinispanNamedEmbeddedCacheFactoryBean.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "] has already been defined." appears 2 times in the file. 168
 Warning extension MultipleStringLiteralsExtended The String "]" appears 2 times in the file. 174

infinispan/spring/spring/src/test/java/org/infinispan/spring/ConfigurationPropertiesOverridesTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "test.TransportFactory" appears 2 times in the file. 40
 Warning extension MultipleStringLiteralsExtended The String "override(" appears 11 times in the file. 56
 Warning extension MultipleStringLiteralsExtended The String ") should have overridden property 'transportFactory'. However, it didn't." appears 11 times in the file. 57
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 78
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 184

infinispan/spring/spring/src/test/java/org/infinispan/spring/provider/SpringCacheCacheTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 33
 Warning extension MultipleStringLiteralsExtended The String "enescu" appears 7 times in the file. 68
 Warning extension MultipleStringLiteralsExtended The String "george" appears 3 times in the file. 69
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 93
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 103
 Warning extension MultipleStringLiteralsExtended The String "vlaicu" appears 3 times in the file. 110

infinispan/spring/spring/src/test/java/org/infinispan/spring/provider/SpringEmbeddedCacheManagerFactoryBeanTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "r2" appears 2 times in the file. 123

infinispan/spring/spring/src/test/java/org/infinispan/spring/provider/SpringEmbeddedCacheManagerTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "getCache(" appears 2 times in the file. 60

infinispan/spring/spring/src/test/java/org/infinispan/spring/provider/SpringRemoteCacheManagerFactoryBeanContextTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "\". However, it doesn't." appears 4 times in the file. 42

infinispan/spring/spring/src/test/java/org/infinispan/spring/provider/SpringRemoteCacheManagerFactoryBeanTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "The configuration properties used by the SpringRemoteCacheManager returned von getObject() should be equal " appears 3 times in the file. 106
 Warning extension MultipleStringLiteralsExtended The String "However, those two are not equal." appears 2 times in the file. 167
 Warning extension MultipleStringLiteralsExtended The String ") should have overridden property 'transportFactory'. However, it didn't." appears 2 times in the file. 252
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 267
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 460

infinispan/spring/spring/src/test/java/org/infinispan/spring/provider/SpringRemoteCacheManagerTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "getCache(" appears 2 times in the file. 81

infinispan/spring/spring/src/test/java/org/infinispan/spring/provider/sample/AbstractTestTemplate.java

Severity Category Rule Message Line
 Warning extension NameConventionForJunit4TestClasses JUnit test class name should match '.+Test\d*|.+Tests\d*|Test.+|Tests.+|.+IT|.+ITs|.+TestCase\d*|.+TestCases\d*' pattern. 26
 Warning extension MultipleStringLiteralsExtended The String "Cache should not initially contain the book with id " appears 16 times in the file. 45
 Warning extension MultipleStringLiteralsExtended The String "Book [%s] cached" appears 14 times in the file. 48
 Warning extension MultipleStringLiteralsExtended The String "findBook(" appears 16 times in the file. 50
 Warning extension MultipleStringLiteralsExtended The String ") should have cached book" appears 14 times in the file. 51
 Warning extension MultipleStringLiteralsExtended The String "Deleting book [%s] ..." appears 6 times in the file. 71
 Warning extension MultipleStringLiteralsExtended The String "Book [%s] deleted" appears 6 times in the file. 73
 Warning extension MultipleStringLiteralsExtended The String "deleteBook(" appears 8 times in the file. 75
 Warning extension MultipleStringLiteralsExtended The String ") should have evicted book from cache." appears 8 times in the file. 76
 Warning extension MultipleStringLiteralsExtended The String "112-358-132" appears 5 times in the file. 111
 Warning extension MultipleStringLiteralsExtended The String "Random Author" appears 6 times in the file. 111
 Warning extension MultipleStringLiteralsExtended The String "Path to Infinispan Enlightenment" appears 5 times in the file. 111
 Warning extension MultipleStringLiteralsExtended The String "Creating book [%s] ..." appears 6 times in the file. 113
 Warning extension MultipleStringLiteralsExtended The String "Book [%s] created" appears 6 times in the file. 115
 Warning extension MultipleStringLiteralsExtended The String "createBook(" appears 7 times in the file. 117
 Warning extension MultipleStringLiteralsExtended The String ") should have inserted created book into cache" appears 5 times in the file. 118
 Warning extension MultipleStringLiteralsExtended The String ") should not have cached book" appears 2 times in the file. 144
 Warning extension MultipleStringLiteralsExtended The String ") should not have inserted created book into cache" appears 2 times in the file. 195

infinispan/spring/spring/src/test/java/org/infinispan/spring/provider/sample/SampleTransactionIntegrationTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "booksTransactional" appears 3 times in the file. 48
 Warning extension MultipleStringLiteralsExtended The String "Transaction should be in state 'RUNNING'" appears 2 times in the file. 49
 Warning extension MultipleStringLiteralsExtended The String "1-1-2-3-5" appears 2 times in the file. 51
 Warning extension MultipleStringLiteralsExtended The String "Random author" appears 2 times in the file. 51
 Warning extension MultipleStringLiteralsExtended The String "Title" appears 4 times in the file. 51
 Warning extension MultipleStringLiteralsExtended The String "1-2-2-4-8" appears 2 times in the file. 52
 Warning extension MultipleStringLiteralsExtended The String "Not so random author" appears 2 times in the file. 52

infinispan/spring/spring/src/test/java/org/infinispan/spring/provider/sample/dao/JdbcBookDao.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "id" appears 3 times in the file. 45
 Warning extension MultipleStringLiteralsExtended The String "isbn" appears 2 times in the file. 64
 Warning extension MultipleStringLiteralsExtended The String "author" appears 2 times in the file. 65
 Warning extension MultipleStringLiteralsExtended The String "title" appears 2 times in the file. 66

infinispan/spring/spring/src/test/java/org/infinispan/spring/provider/sample/entity/Book.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 11

infinispan/spring/spring/src/test/java/org/infinispan/spring/support/InfinispanDefaultCacheFactoryBeanTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 32
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 42
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 56
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 69
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 82
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 96
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 109
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 124

infinispan/spring/spring/src/test/java/org/infinispan/spring/support/embedded/InfinispanNamedEmbeddedCacheFactoryBeanTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 78
 Warning extension MultipleStringLiteralsExtended The String "test.cache.Name" appears 4 times in the file. 79
 Warning extension MultipleStringLiteralsExtended The String "test.bean.Name" appears 6 times in the file. 80
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 96
 Warning extension MultipleStringLiteralsExtended The String "] as the name of the created cache. However, it didn't." appears 2 times in the file. 104
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 122
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 146
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 171
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 192
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 212
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 237
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 255
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 272
 Warning extension MultipleStringLiteralsExtended The String "CUSTOM" appears 2 times in the file. 275
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 283

infinispan/spring/spring/src/test/java/org/infinispan/spring/support/remote/InfinispanNamedRemoteCacheFactoryBeanTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 70
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 88
 Warning extension MultipleStringLiteralsExtended The String "] as the name of the created cache. However, it didn't." appears 2 times in the file. 96
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 110
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 132
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 152
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 171

infinispan/spring/spring/src/test/java/org/infinispan/spring/support/remote/InfinispanRemoteCacheManagerFactoryBeanContextTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "\". However, it doesn't." appears 4 times in the file. 43

infinispan/spring/spring/src/test/java/org/infinispan/spring/support/remote/InfinispanRemoteCacheManagerFactoryBeanTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "The configuration properties used by the RemoteCacheManager returned by getObject() should be equal " appears 2 times in the file. 109
 Warning extension MultipleStringLiteralsExtended The String "However, those two are not equal." appears 2 times in the file. 171
 Warning extension MultipleStringLiteralsExtended The String ") should have overridden property 'transportFactory'. However, it didn't." appears 2 times in the file. 256
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 270
 Warning extension MultipleStringLiteralsExtended The String ") should have overridden property 'tcpNoDelay'. However, it didn't." appears 2 times in the file. 350
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 460

infinispan/spring/spring4/src/main/java/org/infinispan/spring/AbstractEmbeddedCacheManagerFactory.java

Severity Category Rule Message Line
 Warning extension ReturnCountExtended Return count for 'createBackingEmbeddedCacheManager' method is 2 (max allowed is 1). 36

infinispan/spring/spring4/src/main/java/org/infinispan/spring/AbstractRemoteCacheManagerFactory.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "to configure the RemoteCacheManager, not both." appears 2 times in the file. 41
 Warning extension MultipleStringLiteralsExtended The String "] for configuring RemoteCacheManager" appears 3 times in the file. 55
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 60

infinispan/spring/spring4/src/main/java/org/infinispan/spring/config/InfinispanContainerCacheManagerBeanDefinitionParser.java

Severity Category Rule Message Line
 Warning extension LogicConditionNeedOptimization Condition with && at line 29 position 51 need optimization. All method calls are advised to move to end of logic expression. 29
 Warning extension LogicConditionNeedOptimization Condition with && at line 30 position 55 need optimization. All method calls are advised to move to end of logic expression. 30

infinispan/spring/spring4/src/main/java/org/infinispan/spring/provider/ContainerCacheManagerFactoryBean.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "CacheContainer must be either an EmbeddedCacheManager or a RemoteCacheManager " appears 2 times in the file. 25

infinispan/spring/spring4/src/main/java/org/infinispan/spring/provider/NullValue.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 18
 Warning extension CustomDeclarationOrder Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. 40

infinispan/spring/spring4/src/main/java/org/infinispan/spring/support/embedded/InfinispanNamedEmbeddedCacheFactoryBean.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "] has already been defined." appears 2 times in the file. 168
 Warning extension MultipleStringLiteralsExtended The String "]" appears 2 times in the file. 174

infinispan/spring/spring4/src/test/java/org/infinispan/spring/ConfigurationPropertiesOverridesTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "test.TransportFactory" appears 2 times in the file. 40
 Warning extension MultipleStringLiteralsExtended The String "override(" appears 11 times in the file. 56
 Warning extension MultipleStringLiteralsExtended The String ") should have overridden property 'transportFactory'. However, it didn't." appears 11 times in the file. 57
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 78
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 184

infinispan/spring/spring4/src/test/java/org/infinispan/spring/provider/SpringCacheCacheTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 33
 Warning extension MultipleStringLiteralsExtended The String "enescu" appears 7 times in the file. 68
 Warning extension MultipleStringLiteralsExtended The String "george" appears 3 times in the file. 69
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 93
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 103
 Warning extension MultipleStringLiteralsExtended The String "test" appears 17 times in the file. 121
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 127
 Warning extension MultipleStringLiteralsExtended The String "test1" appears 2 times in the file. 166
 Warning extension MultipleStringLiteralsExtended The String "vlaicu" appears 3 times in the file. 188

infinispan/spring/spring4/src/test/java/org/infinispan/spring/provider/SpringEmbeddedCacheManagerFactoryBeanTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "r2" appears 2 times in the file. 123

infinispan/spring/spring4/src/test/java/org/infinispan/spring/provider/SpringEmbeddedCacheManagerTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "getCache(" appears 2 times in the file. 60

infinispan/spring/spring4/src/test/java/org/infinispan/spring/provider/SpringRemoteCacheManagerFactoryBeanContextTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "\". However, it doesn't." appears 4 times in the file. 42

infinispan/spring/spring4/src/test/java/org/infinispan/spring/provider/SpringRemoteCacheManagerFactoryBeanTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "The configuration properties used by the SpringRemoteCacheManager returned von getObject() should be equal " appears 3 times in the file. 106
 Warning extension MultipleStringLiteralsExtended The String "However, those two are not equal." appears 2 times in the file. 167
 Warning extension MultipleStringLiteralsExtended The String ") should have overridden property 'transportFactory'. However, it didn't." appears 2 times in the file. 252
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 267
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 460

infinispan/spring/spring4/src/test/java/org/infinispan/spring/provider/SpringRemoteCacheManagerTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "getCache(" appears 2 times in the file. 81

infinispan/spring/spring4/src/test/java/org/infinispan/spring/provider/sample/AbstractTestTemplate.java

Severity Category Rule Message Line
 Warning extension NameConventionForJunit4TestClasses JUnit test class name should match '.+Test\d*|.+Tests\d*|Test.+|Tests.+|.+IT|.+ITs|.+TestCase\d*|.+TestCases\d*' pattern. 26
 Warning extension MultipleStringLiteralsExtended The String "Cache should not initially contain the book with id " appears 22 times in the file. 45
 Warning extension MultipleStringLiteralsExtended The String "Book [%s] cached" appears 20 times in the file. 48
 Warning extension MultipleStringLiteralsExtended The String "findBook(" appears 22 times in the file. 50
 Warning extension MultipleStringLiteralsExtended The String ") should have cached book" appears 20 times in the file. 51
 Warning extension MultipleStringLiteralsExtended The String "Deleting book [%s] ..." appears 9 times in the file. 71
 Warning extension MultipleStringLiteralsExtended The String "Book [%s] deleted" appears 9 times in the file. 73
 Warning extension MultipleStringLiteralsExtended The String "deleteBook(" appears 11 times in the file. 75
 Warning extension MultipleStringLiteralsExtended The String ") should have evicted book from cache." appears 11 times in the file. 76
 Warning extension MultipleStringLiteralsExtended The String "112-358-132" appears 8 times in the file. 111
 Warning extension MultipleStringLiteralsExtended The String "Random Author" appears 9 times in the file. 111
 Warning extension MultipleStringLiteralsExtended The String "Path to Infinispan Enlightenment" appears 8 times in the file. 111
 Warning extension MultipleStringLiteralsExtended The String "Creating book [%s] ..." appears 9 times in the file. 113
 Warning extension MultipleStringLiteralsExtended The String "Book [%s] created" appears 9 times in the file. 115
 Warning extension MultipleStringLiteralsExtended The String "createBook(" appears 10 times in the file. 117
 Warning extension MultipleStringLiteralsExtended The String ") should have inserted created book into cache" appears 8 times in the file. 118
 Warning extension MultipleStringLiteralsExtended The String "custom" appears 6 times in the file. 125
 Warning extension MultipleStringLiteralsExtended The String ") should not have cached book" appears 2 times in the file. 170
 Warning extension MultipleStringLiteralsExtended The String "Book.id should have been set." appears 3 times in the file. 268
 Warning extension MultipleStringLiteralsExtended The String ") should not have inserted created book into cache" appears 2 times in the file. 270

infinispan/spring/spring4/src/test/java/org/infinispan/spring/provider/sample/AbstractTestTemplateJsr107.java

Severity Category Rule Message Line
 Warning extension NameConventionForJunit4TestClasses JUnit test class name should match '.+Test\d*|.+Tests\d*|Test.+|Tests.+|.+IT|.+ITs|.+TestCase\d*|.+TestCases\d*' pattern. 15
 Warning extension MultipleStringLiteralsExtended The String "Cache should not initially contain the book with id " appears 5 times in the file. 24
 Warning extension MultipleStringLiteralsExtended The String "Book [%s] cached" appears 4 times in the file. 27
 Warning extension MultipleStringLiteralsExtended The String "findBook(" appears 4 times in the file. 29
 Warning extension MultipleStringLiteralsExtended The String ") should have cached book" appears 4 times in the file. 30
 Warning extension MultipleStringLiteralsExtended The String "Deleting book [%s] ..." appears 2 times in the file. 45
 Warning extension MultipleStringLiteralsExtended The String "Book [%s] deleted" appears 2 times in the file. 47
 Warning extension MultipleStringLiteralsExtended The String "deleteBook(" appears 3 times in the file. 49
 Warning extension MultipleStringLiteralsExtended The String ") should have evicted book from cache." appears 3 times in the file. 50
 Warning extension MultipleStringLiteralsExtended The String "112-358-132" appears 2 times in the file. 59
 Warning extension MultipleStringLiteralsExtended The String "Random Author" appears 2 times in the file. 59
 Warning extension MultipleStringLiteralsExtended The String "Path to Infinispan Enlightenment" appears 2 times in the file. 59

infinispan/spring/spring4/src/test/java/org/infinispan/spring/provider/sample/SampleTransactionIntegrationTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "booksTransactional" appears 3 times in the file. 48
 Warning extension MultipleStringLiteralsExtended The String "Transaction should be in state 'RUNNING'" appears 2 times in the file. 49
 Warning extension MultipleStringLiteralsExtended The String "1-1-2-3-5" appears 2 times in the file. 51
 Warning extension MultipleStringLiteralsExtended The String "Random author" appears 2 times in the file. 51
 Warning extension MultipleStringLiteralsExtended The String "Title" appears 4 times in the file. 51
 Warning extension MultipleStringLiteralsExtended The String "1-2-2-4-8" appears 2 times in the file. 52
 Warning extension MultipleStringLiteralsExtended The String "Not so random author" appears 2 times in the file. 52

infinispan/spring/spring4/src/test/java/org/infinispan/spring/provider/sample/dao/JdbcBookDao.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "id" appears 3 times in the file. 45
 Warning extension MultipleStringLiteralsExtended The String "isbn" appears 2 times in the file. 64
 Warning extension MultipleStringLiteralsExtended The String "author" appears 2 times in the file. 65
 Warning extension MultipleStringLiteralsExtended The String "title" appears 2 times in the file. 66

infinispan/spring/spring4/src/test/java/org/infinispan/spring/provider/sample/entity/Book.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 11

infinispan/spring/spring4/src/test/java/org/infinispan/spring/support/InfinispanDefaultCacheFactoryBeanTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 32
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 42
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 56
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 69
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 82
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 96
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 109
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 124

infinispan/spring/spring4/src/test/java/org/infinispan/spring/support/embedded/InfinispanNamedEmbeddedCacheFactoryBeanTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 78
 Warning extension MultipleStringLiteralsExtended The String "test.cache.Name" appears 4 times in the file. 79
 Warning extension MultipleStringLiteralsExtended The String "test.bean.Name" appears 6 times in the file. 80
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 96
 Warning extension MultipleStringLiteralsExtended The String "] as the name of the created cache. However, it didn't." appears 2 times in the file. 104
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 122
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 146
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 171
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 192
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 212
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 237
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 255
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 272
 Warning extension MultipleStringLiteralsExtended The String "CUSTOM" appears 2 times in the file. 275
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 283

infinispan/spring/spring4/src/test/java/org/infinispan/spring/support/remote/InfinispanNamedRemoteCacheFactoryBeanTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 70
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 88
 Warning extension MultipleStringLiteralsExtended The String "] as the name of the created cache. However, it didn't." appears 2 times in the file. 96
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 110
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 132
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 152
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 171

infinispan/spring/spring4/src/test/java/org/infinispan/spring/support/remote/InfinispanRemoteCacheManagerFactoryBeanContextTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "\". However, it doesn't." appears 4 times in the file. 43

infinispan/spring/spring4/src/test/java/org/infinispan/spring/support/remote/InfinispanRemoteCacheManagerFactoryBeanTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "The configuration properties used by the RemoteCacheManager returned by getObject() should be equal " appears 3 times in the file. 109
 Warning extension MultipleStringLiteralsExtended The String "However, those two are not equal." appears 2 times in the file. 171
 Warning extension MultipleStringLiteralsExtended The String ") should have overridden property 'transportFactory'. However, it didn't." appears 2 times in the file. 256
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 270
 Warning extension MultipleStringLiteralsExtended The String ") should have overridden property 'tcpNoDelay'. However, it didn't." appears 2 times in the file. 350
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 460

infinispan/tools/src/main/java/org/infinispan/tools/doclet/DocletMultiplexer.java

Severity Category Rule Message Line
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 30
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 48
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 62

infinispan/tools/src/main/java/org/infinispan/tools/doclet/PublicAPIDoclet.java

Severity Category Rule Message Line
 Warning extension ReturnCountExtended Return count for 'filter' method is 3 (max allowed is 1). 57
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 101

infinispan/tools/src/main/java/org/infinispan/tools/doclet/html/HtmlGenerator.java

Severity Category Rule Message Line
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 16
 Warning extension MultipleStringLiteralsExtended The String "\" />" appears 2 times in the file. 43
 Warning extension MultipleStringLiteralsExtended The String "<HR />" appears 2 times in the file. 60

infinispan/tools/src/main/java/org/infinispan/tools/doclet/jmx/JmxDoclet.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 50
 Warning extension ReturnCountExtended Return count for 'toJmxComponent' method is 2 (max allowed is 1). 105
 Warning extension MultipleStringLiteralsExtended The String "get" appears 2 times in the file. 140
 Warning extension MultipleStringLiteralsExtended The String "is" appears 2 times in the file. 140

infinispan/tools/src/main/java/org/infinispan/tools/doclet/jmx/JmxHtmlGenerator.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "\">" appears 2 times in the file. 22
 Warning extension MultipleStringLiteralsExtended The String "<TR BGCOLOR=\"white\" CLASS=\"TableRowColor\"><TD ALIGN=\"CENTER\"><TABLE WIDTH=\"100%\" cellspacing=\"1\" cellpadding=\"0\" border=\"0\">\n" appears 2 times in the file. 41
 Warning extension MultipleStringLiteralsExtended The String "<TR CLASS=\"TableSubHeadingColor\"><TD ALIGN=\"LEFT\" VALIGN=\"TOP\"><strong>Name</strong></TD>\n" appears 2 times in the file. 42
 Warning extension MultipleStringLiteralsExtended The String "<TR BGCOLOR=\"white\" CLASS=\"TableRowColor\">" appears 2 times in the file. 47
 Warning extension MultipleStringLiteralsExtended The String "<TD ALIGN=\"LEFT\" VALIGN=\"TOP\"><tt>" appears 4 times in the file. 48
 Warning extension MultipleStringLiteralsExtended The String "</tt></TD>" appears 4 times in the file. 48
 Warning extension MultipleStringLiteralsExtended The String "<TD ALIGN=\"LEFT\" VALIGN=\"TOP\">" appears 3 times in the file. 49
 Warning extension MultipleStringLiteralsExtended The String "</TD>" appears 3 times in the file. 49
 Warning extension MultipleStringLiteralsExtended The String "</TR>" appears 2 times in the file. 52
 Warning extension MultipleStringLiteralsExtended The String "</TABLE></TD></TR>" appears 2 times in the file. 54

infinispan/tools/src/main/java/org/infinispan/tools/doclet/jmx/MBeanComponent.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 14
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 15

infinispan/tools/src/main/java/org/infinispan/tools/rhq/RhqPluginXmlGenerator.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 76
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 77
 Warning extension AvoidHidingCauseException Cause exception 'e' was lost. 121
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 126
 Warning extension MultipleStringLiteralsExtended The String "Missing displayName on: " appears 2 times in the file. 144
 Warning extension MultipleStringLiteralsExtended The String "[" appears 3 times in the file. 146
 Warning extension MultipleStringLiteralsExtended The String "] " appears 3 times in the file. 146
 Warning extension MultipleStringLiteralsExtended The String "metric" appears 2 times in the file. 149
 Warning extension MultipleStringLiteralsExtended The String "property" appears 3 times in the file. 150
 Warning extension MultipleStringLiteralsExtended The String "displayName" appears 3 times in the file. 151
 Warning extension MultipleStringLiteralsExtended The String "displayType" appears 2 times in the file. 152
 Warning extension MultipleStringLiteralsExtended The String "dataType" appears 2 times in the file. 153
 Warning extension MultipleStringLiteralsExtended The String "units" appears 2 times in the file. 154
 Warning extension MultipleStringLiteralsExtended The String "description" appears 5 times in the file. 155
 Warning extension ConfusingCondition Avoid negation within an "if" expression with an "else" clause. 162
 Warning extension MultipleStringLiteralsExtended The String "simple-property" appears 2 times in the file. 175
 Warning extension MultipleStringLiteralsExtended The String "name" appears 3 times in the file. 177
 Warning extension MultipleStringLiteralsExtended The String "Duplicate operation name: " appears 2 times in the file. 186

infinispan/tools/src/main/java/org/infinispan/tools/xsd/XSDoc.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 29
 Warning extension MultipleStringLiteralsExtended The String ".html" appears 2 times in the file. 65
 Warning extension MultipleStringLiteralsExtended The String "UTF-8" appears 2 times in the file. 93

infinispan/tools/src/test/java/org/infinispan/test/fwk/TestNameVerifier.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 26
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 139
 Warning extension MultipleStringLiteralsExtended The String "cachestore" appears 2 times in the file. 204
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 214

infinispan/tree/src/main/java/org/infinispan/tree/Fqn.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 65
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. 77
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 82
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 377

infinispan/tree/src/main/java/org/infinispan/tree/NodeNotExistsException.java

Severity Category Rule Message Line
 Warning extension UselessSuperCtorCall Redundant super constructor call could be removed. Class 'NodeNotExistsException' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. 18

infinispan/tree/src/main/java/org/infinispan/tree/impl/FqnComparator.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 23
 Warning extension ReturnCountExtended Return count for 'compare' method is 5 (max allowed is 1). 32

infinispan/tree/src/main/java/org/infinispan/tree/impl/NodeImpl.java

Severity Category Rule Message Line
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 27
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 64
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 66
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 188
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around return value. 531

infinispan/tree/src/main/java/org/infinispan/tree/impl/NodeKey.java

Severity Category Rule Message Line
 Warning extension AvoidDefaultSerializableInInnerClasses Inner class should not implement default Serializable interface. 22
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 58
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 59
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 60

infinispan/tree/src/main/java/org/infinispan/tree/impl/TreeCacheImpl.java

Severity Category Rule Message Line
 Warning extension MoveVariableInsideIf Variable 'newNode' can be moved inside the block at line '284' to restrict runtime creation. 282
 Warning extension NoNullForCollectionReturn Method should return empty collection instead of null. 328
 Warning extension NoNullForCollectionReturn Method should return empty collection instead of null. 361

infinispan/tree/src/main/java/org/infinispan/tree/impl/TreeStructureSupport.java

Severity Category Rule Message Line
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 19
 Warning extension MoveVariableInsideIf Variable 'parent' can be moved inside the block at line '56' to restrict runtime creation. 55
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around return value. 76
 Warning extension MultipleStringLiteralsExtended The String "+ " appears 2 times in the file. 88
 Warning extension MultipleStringLiteralsExtended The String " " appears 3 times in the file. 89
 Warning extension MultipleStringLiteralsExtended The String "\n" appears 2 times in the file. 90

infinispan/tree/src/test/java/org/infinispan/FqnTest.java

Severity Category Rule Message Line
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 14
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 21
 Warning extension MultipleStringLiteralsExtended The String "/a/b/c" appears 10 times in the file. 33
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 34
 Warning extension MultipleStringLiteralsExtended The String "a" appears 9 times in the file. 36
 Warning extension MultipleStringLiteralsExtended The String "b" appears 6 times in the file. 36
 Warning extension MultipleStringLiteralsExtended The String "c" appears 6 times in the file. 36
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 37
 Warning extension MultipleStringLiteralsExtended The String "string" appears 2 times in the file. 43
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 44
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 52
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 57
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 67
 Warning extension MultipleStringLiteralsExtended The String "0" appears 3 times in the file. 69
 Warning extension MultipleStringLiteralsExtended The String "1" appears 4 times in the file. 70
 Warning extension MultipleStringLiteralsExtended The String "2" appears 3 times in the file. 71
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 73
 Warning extension MultipleStringLiteralsExtended The String "/a/b" appears 2 times in the file. 91
 Warning extension MultipleStringLiteralsExtended The String "/a/b/c/d" appears 2 times in the file. 94
 Warning extension MultipleStringLiteralsExtended The String "X" appears 2 times in the file. 117
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 126
 Warning extension MultipleStringLiteralsExtended The String "NULL" appears 2 times in the file. 128
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 129
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 138
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 140
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 146
 Warning extension MultipleStringLiteralsExtended The String "/one/two" appears 2 times in the file. 177
 Warning extension MultipleStringLiteralsExtended The String "/" appears 2 times in the file. 196
 Warning extension MultipleStringLiteralsExtended The String "/hot/dog" appears 2 times in the file. 260
 Warning extension MultipleStringLiteralsExtended The String "Error on equals comparing " appears 2 times in the file. 288
 Warning extension MultipleStringLiteralsExtended The String " and " appears 3 times in the file. 288
 Warning extension MultipleStringLiteralsExtended The String ". i = " appears 2 times in the file. 288
 Warning extension MultipleStringLiteralsExtended The String " and j = " appears 2 times in the file. 288

infinispan/tree/src/test/java/org/infinispan/api/tree/BaseNodeMoveAPITest.java

Severity Category Rule Message Line
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 45
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 52
 Warning extension MultipleStringLiteralsExtended The String "test" appears 2 times in the file. 60
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 82
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 87
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 88
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 89
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 90
 Warning extension MultipleStringLiteralsExtended The String "HC " appears 2 times in the file. 108
 Warning extension MultipleStringLiteralsExtended The String " " appears 2 times in the file. 108
 Warning extension ForbidCCommentsInMethods C-style comments (/*...*/) inside method body are not allowed. 111
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 117
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 118
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 119
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 120
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 121
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 151
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 152
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 153
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 154
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 155
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 156
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 183
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 184
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 185
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 186
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 187
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 188
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 189
 Warning extension MultipleStringLiteralsExtended The String "Before: " appears 3 times in the file. 218
 Warning extension MultipleStringLiteralsExtended The String "After: " appears 3 times in the file. 221
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 229
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 230
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 232
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 281
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 282
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 283
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 284
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 285
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 305
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 306
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 307
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 308
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 319
 Warning extension MultipleStringLiteralsExtended The String "/x" appears 3 times in the file. 319
 Warning extension MultipleStringLiteralsExtended The String "/y" appears 2 times in the file. 319
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 337
 Warning extension MultipleStringLiteralsExtended The String "Tree: " appears 3 times in the file. 347
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 350
 Warning extension MultipleStringLiteralsExtended The String "x" appears 4 times in the file. 350
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 351
 Warning extension MultipleStringLiteralsExtended The String "y" appears 4 times in the file. 351
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 359
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 376
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 388
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 389
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 397
 Warning extension MultipleStringLiteralsExtended The String "a" appears 2 times in the file. 411
 Warning extension MultipleStringLiteralsExtended The String "b" appears 2 times in the file. 411
 Warning extension MultipleStringLiteralsExtended The String "c" appears 2 times in the file. 411
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 419
 Warning extension MultipleStringLiteralsExtended The String "Failed to rollback" appears 2 times in the file. 425
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 464
 Warning extension MultipleStringLiteralsExtended The String "k" appears 6 times in the file. 522
 Warning extension MultipleStringLiteralsExtended The String "v" appears 6 times in the file. 522
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 524
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 531
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 539
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 541
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 549
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 550
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '!='. 551
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '!='. 552
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '!='. 553

infinispan/tree/src/test/java/org/infinispan/api/tree/FlagTest.java

Severity Category Rule Message Line
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 23
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 24
 Warning extension MultipleStringLiteralsExtended The String "invalidatedFlagCache" appears 3 times in the file. 32
 Warning extension MultipleStringLiteralsExtended The String "1" appears 4 times in the file. 42
 Warning extension MultipleStringLiteralsExtended The String "2" appears 4 times in the file. 43
 Warning extension MultipleStringLiteralsExtended The String "treeCache2 was updated locally" appears 3 times in the file. 44
 Warning extension MultipleStringLiteralsExtended The String "treeCache1 should not be invalidated in case of LOCAL put in treeCache2" appears 3 times in the file. 45
 Warning extension MultipleStringLiteralsExtended The String "3" appears 2 times in the file. 48
 Warning extension MultipleStringLiteralsExtended The String "4" appears 2 times in the file. 49

infinispan/tree/src/test/java/org/infinispan/api/tree/NodeAPITest.java

Severity Category Rule Message Line
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 30
 Warning extension MultipleStringLiteralsExtended The String "key" appears 23 times in the file. 61
 Warning extension MultipleStringLiteralsExtended The String "value" appears 18 times in the file. 61
 Warning extension MultipleStringLiteralsExtended The String "k2" appears 7 times in the file. 94
 Warning extension MultipleStringLiteralsExtended The String "v2" appears 7 times in the file. 94
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 118
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 119
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 120
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 121
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 123
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 124
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 131
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 132
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 135
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 136
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 140
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 141
 Warning extension MultipleStringLiteralsExtended The String "double remove" appears 2 times in the file. 144
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 159
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 167
 Warning extension MultipleStringLiteralsExtended The String "k" appears 5 times in the file. 203
 Warning extension MultipleStringLiteralsExtended The String "v" appears 5 times in the file. 203
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 236
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 269
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 282
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 284
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 291
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 293
 Warning extension MultipleStringLiteralsExtended The String "k1" appears 3 times in the file. 294
 Warning extension MultipleStringLiteralsExtended The String "v1" appears 3 times in the file. 294
 Warning extension MultipleStringLiteralsExtended The String "k3" appears 2 times in the file. 304
 Warning extension MultipleStringLiteralsExtended The String "v3" appears 2 times in the file. 304
 Warning extension MultipleStringLiteralsExtended The String "k4" appears 2 times in the file. 313
 Warning extension MultipleStringLiteralsExtended The String "v4" appears 2 times in the file. 313
 Warning extension MultipleStringLiteralsExtended The String "k5" appears 2 times in the file. 314
 Warning extension MultipleStringLiteralsExtended The String "v5" appears 2 times in the file. 314
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 329
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 338
 Warning extension MultipleStringLiteralsExtended The String "/foo/1/2/3" appears 6 times in the file. 347
 Warning extension MultipleStringLiteralsExtended The String "item" appears 14 times in the file. 347
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 349
 Warning extension AvoidConstantAsFirstOperandInCondition Constant have to be second operand of '=='. 351
 Warning extension MultipleStringLiteralsExtended The String "/foo/1" appears 12 times in the file. 352
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 360
 Warning extension MultipleStringLiteralsExtended The String "/foo/1/2" appears 3 times in the file. 366
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 374

infinispan/tree/src/test/java/org/infinispan/api/tree/NodeLockSupport.java

Severity Category Rule Message Line
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 13
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 14
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 23
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 24
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 25

infinispan/tree/src/test/java/org/infinispan/api/tree/NodeReplicatedMoveTest.java

Severity Category Rule Message Line
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 24
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 25
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 27
 Warning extension MultipleStringLiteralsExtended The String "replSync" appears 3 times in the file. 34

infinispan/tree/src/test/java/org/infinispan/api/tree/SyncReplTest.java

Severity Category Rule Message Line
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 25
 Warning extension MultipleStringLiteralsExtended The String "replSync" appears 3 times in the file. 31
 Warning extension MultipleStringLiteralsExtended The String "Should only be 2 caches in the cluster!!!" appears 3 times in the file. 41
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 44
 Warning extension MultipleStringLiteralsExtended The String "Should be null" appears 2 times in the file. 46
 Warning extension MultipleStringLiteralsExtended The String "age" appears 3 times in the file. 68
 Warning extension MultipleStringLiteralsExtended The String "Value should be set" appears 3 times in the file. 69
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 79
 Warning extension MultipleStringLiteralsExtended The String "1" appears 4 times in the file. 80
 Warning extension MultipleStringLiteralsExtended The String "2" appears 4 times in the file. 81
 Warning extension MultipleStringLiteralsExtended The String "3" appears 2 times in the file. 86
 Warning extension MultipleStringLiteralsExtended The String "4" appears 2 times in the file. 87

infinispan/tree/src/test/java/org/infinispan/api/tree/SyncReplTxTest.java

Severity Category Rule Message Line
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 28
 Warning extension MultipleStringLiteralsExtended The String "replSync" appears 3 times in the file. 34
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 53
 Warning extension MultipleStringLiteralsExtended The String "Should be null" appears 2 times in the file. 55

infinispan/tree/src/test/java/org/infinispan/api/tree/TreeCacheAPITest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "STATUS" appears 9 times in the file. 58
 Warning extension MultipleStringLiteralsExtended The String "TRADE" appears 9 times in the file. 58
 Warning extension MultipleStringLiteralsExtended The String "key7" appears 2 times in the file. 64
 Warning extension MultipleStringLiteralsExtended The String "/test/fqn" appears 2 times in the file. 72
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 73
 Warning extension MultipleStringLiteralsExtended The String "key" appears 2 times in the file. 73
 Warning extension MultipleStringLiteralsExtended The String "value" appears 2 times in the file. 73
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 74
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 100
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 103
 Warning extension MultipleStringLiteralsExtended The String "/test/fqn/child" appears 2 times in the file. 115
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 121
 Warning extension MultipleStringLiteralsExtended The String "Node [" appears 3 times in the file. 134
 Warning extension MultipleStringLiteralsExtended The String "/a" appears 3 times in the file. 147
 Warning extension MultipleStringLiteralsExtended The String "/a/b" appears 3 times in the file. 148
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 149
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 163
 Warning extension ForbidCertainMethod Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 164
 Warning extension MultipleStringLiteralsExtended The String "/a/b/c" appears 6 times in the file. 168
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 169
 Warning extension ForbidCertainMethod Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. 178

infinispan/tree/src/test/java/org/infinispan/api/tree/TreeStructureHashCodeTest.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 23
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 30
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 38

infinispan/tree/src/test/java/org/infinispan/persistence/TreeCacheWithLoaderTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "/a/b/c" appears 9 times in the file. 47
 Warning extension MultipleStringLiteralsExtended The String "key" appears 10 times in the file. 47
 Warning extension MultipleStringLiteralsExtended The String "value" appears 10 times in the file. 47
 Warning extension MultipleStringLiteralsExtended The String "a" appears 4 times in the file. 77
 Warning extension MultipleStringLiteralsExtended The String "b" appears 4 times in the file. 77
 Warning extension MultipleStringLiteralsExtended The String "k" appears 4 times in the file. 77
 Warning extension MultipleStringLiteralsExtended The String "v" appears 4 times in the file. 77

infinispan/tree/src/test/java/org/infinispan/profiling/TreeProfileTest.java

Severity Category Rule Message Line
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 48
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. 59
 Warning extension CustomDeclarationOrder Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. 82
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 82
 Warning extension MultipleStringLiteralsExtended The String "key" appears 7 times in the file. 142
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 144
 Warning extension MultipleStringLiteralsExtended The String "Caught Exception" appears 2 times in the file. 145
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 167
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around return value. 238
 Warning extension NumericLiteralNeedsUnderscore Numeric literal should have underscores. 238
 Warning extension MultipleVariableDeclarationsExtended Each variable declaration must be in its own statement. 252
 Warning extension IllegalCatchExtended Catching 'Exception' is not allowed. 274
 Warning extension UnnecessaryParenthesesExtended Unnecessary parentheses around assignment right-hand side. 309
 Warning extension MultipleStringLiteralsExtended The String "Duration: " appears 2 times in the file. 310

infinispan/tree/src/test/java/org/infinispan/profiling/testinternals/FqnGenerator.java

Severity Category Rule Message Line
 Warning extension DiamondOperatorForVariableDefinition Diamond operator expected. 21

infinispan/tree/src/test/java/org/infinispan/tx/TransactionManagerLookupTreeTest.java

Severity Category Rule Message Line
 Warning extension MultipleStringLiteralsExtended The String "/a/b/c" appears 2 times in the file. 24
 Warning extension MultipleStringLiteralsExtended The String "k" appears 2 times in the file. 24
 Warning extension MultipleStringLiteralsExtended The String "v" appears 2 times in the file. 24